Request charger diagnostics logs
x-ms-visibility: "important"
Use this endpoint to request the charger to send its logs to the given URL
Path Parameters
chargerId string required
Unique identifier of the charger to get diagnostics from.
application/json
Request Body
Details for the diagnostics logs request.
diagnosticsUrl string
retryCount int32
retryIntervalSeconds int32
Responses
- 200
- 400
- 401
The diagnostics logs request was successfully initiated.
application/json
Schema
Example (from schema)
Schema
chargerId string
status string
{
"chargerId": "string",
"status": "string"
}
Details of the validation error.
application/json
Schema
Example (from schema)
Schema
errorCode string
message string
errorNumber int32
helpLink string
{
"errorCode": "string",
"message": "string",
"errorNumber": 0,
"helpLink": "string"
}
User is not authorized.
Loading...