v1

latestOpenAPI 3.0.32026-07-24214879985.1 KB
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

action'reboot' required

Possible values: * reboot - Reboot the switch.

Example request

{
  "action": "reboot"
}

Response

Action Acknowledged