Reboot a charger
x-ms-visibility: "important"
Initiates a soft or hard reboot on the specified charger. Available values for rebootType
are: "Soft", "Hard".
Path Parameters
chargerId string required
Unique identifier of the charger to reboot.
application/json
Request Body
Details for the reboot operation.
rebootType string
Responses
- 200
- 400
- 401
The reboot operation was successfully initiated.
application/json
Schema
Example (from schema)
Schema
chargerId string
rebootType string
status string
{
"chargerId": "string",
"rebootType": "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...