{ "id":"/axapi/v3/upgrade/cf", "type":"object", "node-type":"scalar", "title":"cf", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Compact flash", "properties":{ "image":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'pri': Primary image; ", "enum":[ "pri" ], "optional":true }, "local":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "not-list":[ "use-mgmt-port", "show-percentage", "file-url", "image-file" ], "description":"Use image from local VCS image repository (Specify an image name, format: aximage_XX_XX_XX_XX.tar.gz)", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "not":"local", "description":"Use management port as source port", "optional":true }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "not-list":[ "local", "image-file" ], "description":"File URL", "optional":true }, "image-file":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "not-list":[ "local", "file-url" ], "optional":true }, "staggered-upgrade-mode":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"in staggered upgrade mode", "optional":true }, "Device":{ "type":"number", "format":"number", "platform-specific-range":1, "platform-specific-default":1, "partition-visibility":"shared", "optional":true }, "reboot-after-upgrade":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"reboot system after upgrade is done", "optional":true } } }