v5.1_Devices
POST devices/command/shutdown
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Complete shutdown of the selected device.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/devices/command/shutdown
Example Request
POST
https://192.168.10.53/api/5.1/devices/command/shutdown
POST devices/command/reset
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Restarts all software components. Unsaved configuration is kept.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/devices/command/reset
Example Request
POST
https://192.168.10.53/api/5.1/devices/command/reset
POST devices/command/reboot
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Full restart of the device. If a standalone system, configuration will return to last saved one, removing all unsaved changes. If device connected to stack, configuration will be kept, as long as at least one device on the stack stays up.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/devices/command/reboot
Example Request
POST
https://192.168.10.53/api/5.1/devices/command/reboot
POST devices/command/sync
Resource Information
Requires Authentication? | |
Response Formats | json |
HTTP Methods | POST |
Device Clock sync.
Resource URL
https://{{ip_address}}:{{port}}/api/{{version}}/devices/command/sync
Example Request
POST
https://192.168.10.53/api/5.1/devices/command/sync