Skip to content

Commit

Permalink
2.154.0 (#552)
Browse files Browse the repository at this point in the history
New alert: Batch Upload Processing Finished
  • Loading branch information
guthierry authored Sep 4, 2024
1 parent cc0b01a commit a08a113
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/alerts_events.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ sidebar_label: List of Events

[1]: /docs/configurations_overview#fieldsautosync
[2]: /docs/configurations_overview#fieldsmergeintersection
[3]: /docs/converters_endpoints#get-batch-upload
[4]: /docs/converters_endpoints#batch-files-status

## About

Expand All @@ -17,7 +19,7 @@ This section describes all types of events generated by Leaf and their respectiv
| [Credentials Alerts](#credentials-alerts) | Credentials missing permission, credentials unauthenticated |
| [Field Events](#field-events) | New field, Field updated, New Merged Field, Merged field updated |
| [Field Boundary Events](#field-boundary-events) | Field boundary created, field boundary updated |
| [Manual File Upload Events](#manual-file-upload-events) | Uploaded file processing finished, uploaded file processing failed |
| [Manual File Upload Events](#manual-file-upload-events) | Batch Upload Processing Finished, uploaded file processing finished, uploaded file processing failed |
| [Machine File Conversion Events](#manual-file-conversion-events) | Provider file processing finished, provider file processing failed |
| [Operation Events](#operation-events) | Merged file processing finished, merged file processing failed, automerged file processing finished, automerged file processing failed, operation created, operation updated, operation processing finished. |
| [Crop Monitoring Events](#crop-monitoring-events) | New satellite image, Satellite Subscription Failed |
Expand Down Expand Up @@ -176,6 +178,22 @@ Alerts for this event are in the following format:

## Manual File Upload Events

### Batch Upload Processing Finished

Event triggered when all machine files identified in the batch file have been processed (converted or failed).
The files generated by the conversion will be listed in the [batch][3] or [batch status][4] endpoints using the `batchId` from the alert.

Alerts for this event are in the following format:

```json
{
"batchId": "the id of the batchId",
"leafUserId": "the id of the file owner",
"timestamp": "yyyy-MM-dd'T'HH:mm:ss.SSSSSS'Z'",
"type": "batchUploadProcessingFinished"
}
```

### Uploaded File Processing Finished

Event for when all steps of the processing of a machine operations file that was uploaded
Expand Down

0 comments on commit a08a113

Please sign in to comment.