Switches
Switch action endpoint. This endpoint allows users to perform actions on a specific switch. Currently only reboot is supported.
post/switches/{switchId}/actions
Request body
Example request
{
"action": "reboot"
}Response
Action Acknowledged
Changes
No recorded changes to this endpoint across all 1 revision of this API.