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
Event Handling Status Update
Documentation Index
Fetch the complete documentation index at: https://docs.axle.energy/llms.txt
Use this file to discover all available pages before exploring further.
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
Status update successfully recorded
Previous
Get asset price curveHalf-hourly data of prices per MWh of flexed energy for the asset. Prices are returned from the current Settlement Period until 23:00 UK time on the same day or next day. Next day prices are available from 14:00 UK time.
Next
Event Handling Status Update

