Generate an Excel out of the OCPP logs
x-ms-visibility: "important"
Create a new job to export OCPP logs to an Excel.
application/json
Request Body
Query details for the ocpp logs.
chargerId string
from date-time
to date-time
Responses
- 200
- 400
- 401
The jobId that can be queried later
application/json
Schema
Example (from schema)
Schema
jobId uuid
{
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
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 authorised
Loading...