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