POST
/
entities
/
webhooks
/
firehose
/
availability
curl --request POST \
  --url https://sandbox.axle.energy/entities/webhooks/firehose/availability \
  --header 'Content-Type: application/json' \
  --data '{
  "asset_id": "<string>",
  "event_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "issued_timestamp": "2023-11-07T05:31:56Z",
  "event_timestamp": "2023-11-07T05:31:56Z",
  "availability": {
    "periods": [
      {
        "period_start": "2023-11-07T05:31:56Z",
        "period_end": "2023-11-07T05:31:56Z",
        "min_power_kw": 123,
        "max_power_kw": 123,
        "power_kw": 123,
        "kwh_available": 123,
        "updated_at": "2024-07-11T09:28:23.183984+00:00"
      }
    ]
  }
}'
"<any>"

Body

application/json

Updates to the availability of an asset or aggregate

asset_id
string
required

Asset or aggregate to which this event pertains

event_id
string
required

UID of this event

issued_timestamp
string
required

When the event was published (UTC)

availability
object
required
event_timestamp
string

When the event occurred, if different from publication (UTC)

Response

200
application/json
Successful Response

The response is of type any.