Hosted loads information
The loads API allows to retrieve hourly load data for specific endpoints over a set time period. By leveraging this API, you can automatically monitor load consumption.
Request
Query parameters
Response
Field
Description
Sample
Sample response
[
{
"eventId": "66e1410315ad59b9f52f192",
"time": "2024-09-11T07:00:00.000Z",
"type": "MAP",
"count": 24,
"id": "66e1444cc31b3891a31edd89"
},
{
"eventId": "66e1410315ad59b9f52f192",
"time": "2024-09-11T07:00:00.000Z",
"type": "TIMES_API",
"count": 1,
"id": "66e147efc31b3891a3224d58"
},
{
"eventId": "66e1410315ad59b9f52f192",
"time": "2024-09-11T07:00:00.000Z",
"type": "CURRENT_API",
"count": 360,
"id": "66e14937c31b3891a3237513"
}
]Last updated
