Get an overview of charger reboot events
x-ms-visibility: "important"
Retrieve an overview of events when chargers reboot.
Query Parameters
siteId int64
Filter by site ID. The results will include data from all the subsites as well.
from date-time
Start timestamp for the period to be fetched. Default: 7 days ago.
to date-time
End timestamp for the period to be fetched. Default: Now.
Responses
- 200
- 400
- 401
Overview of charger reboot events.
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
chargers object[]
chargerId string
rebootCount int64
{
"chargers": [
{
"chargerId": "string",
"rebootCount": 0
}
]
}
Exception Details
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User not authorized
Loading...