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
- 500
The jobId that can be queried later
application/json
Schema
Example (from schema)
Schema
jobId uuid
{
"jobId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
type string
title string
status int32 nullable
detail string
instance string
extensions object
property name* object
{
"type": "string",
"title": "string",
"status": 0,
"detail": "string",
"instance": "string",
"extensions": {}
}
User not authorised
An unexpected error occurred.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
Loading...