Assets
Update event status
Provide an update on the handling of a given event by a given asset.
This endpoint allows asset controllers to report back the status of event handling. The asset_id
can be either the Axle UUID or an external ID if asset_id_is_external
is true.
Note: This will not work for non-UUID external asset IDs.
POST
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Body
application/json
Response for an asset event status update.
Timestamp for the response (UTC)
Status values for asset event handling.
- RECEIVED: Event was received by the system
- ACCEPTED: Event was accepted for processing
- REJECTED: Event was rejected (invalid or not applicable)
- FAILED: Event processing failed
- EXECUTED: Event was successfully executed
Available options:
RECEIVED
, ACCEPTED
, REJECTED
, FAILED
, EXECUTED
Response
200
application/json
Status update successfully recorded
The response is of type any
.