Get latest OCPP charger connectivity information
x-ms-visibility: "important"
Get latest OCPP charger connectivity information
Path Parameters
chargerId string required
Charger Identifier
Responses
- 200
- 400
- 401
The OCPP charger level authentication information
application/json
Schema
Example (from schema)
Schema
lastSeen date-time nullable
message string
messageType string
{
"lastSeen": "2025-02-17T11:24:21.302Z",
"message": "string",
"messageType": "string"
}
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...