{ "id":"/axapi/v3/vcs/reload", "type":"object", "node-type":"scalar", "title":"reload", "operation-not-allowed": ["DELETE", "PUT"], "partition-visibility":"shared", "operational":1, "description":"VCS reload", "properties":{ "disable-merge":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"don't merge this vBlade's configuration to aVCS chassis", "optional":true }, "db-safe":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"keep database safe", "optional":true }, "start":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "timeout":{ "type":"number", "format":"number", "minimum":5, "maximum":300, "partition-visibility":"shared", "description":"automatically complete the db-safe mode when timeout", "optional":true }, "complete":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "optional":true }, "force":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"force to complete", "optional":true }, "cluster-discovery":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"apply the configuration change on the aVCS cluster", "optional":true }, "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 } } }