You are on page 1of 1

{

"id":"/axapi/v3/reload",
"type":"object",
"node-type":"scalar",
"title":"reload",
"operation-not-allowed": ["DELETE", "PUT"],
"partition-visibility":"shared",
"operational":1,
"description":"Reload the system without rebooting",
"properties":{
"device":{
"type":"number",
"format":"number",
"platform-specific-range":1,
"platform-specific-default":1,
"partition-visibility":"shared",
"description":"Reload a specific device when VCS is enabled (device
id)",
"optional":true
},
"all":{
"type":"number",
"format":"flag",
"default":0,
"partition-visibility":"shared",
"description":"Reload all devices when VCS is enabled, or only this
device itself if VCS is not enabled",
"optional":true
}
}
}

You might also like