{ "id":"/axapi/v3/hotfix", "type":"object", "node-type":"scalar", "title":"hotfix", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"hotfix System", "properties":{ "revoke":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"revoke a hotfix", "optional":true }, "apply":{ "type":"object", "$ref":"/axapi/v3/hotfix/apply", "properties":{ "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "not":"source-ip-address", "description":"Use management port as source port" }, "source-ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"use-mgmt-port", "description":"Source ip address" }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"File URL" }, "image-file":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"image file from AXAPI" } } } } }