Reboot devices based on device IDs.
/icc/deviceCfg/bulkreboot/{deviceids}
Path parameters | |
---|---|
deviceids | Device IDs.
String type. Required. Multiple device IDs are separated by using commas (,). |
Query parameters | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
save | Whether to save the configuration.
Boolean type. Whether to save the configuration before rebooting devices. Optional. The default is false. |
HTTP/1.1 204 No Content ...
Reboot devices with ID 1 and ID 2.
PUT http://host:8080/imcrs/icc/deviceCfg/bulkreboot/1%2C2?save=false accept: application/xml ...
HTTP/1.1 204 No Content