{ "id":"/axapi/v3/hotfix/apply", "type":"object", "node-type":"scalar", "title":"apply", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"apply a hotfix", "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", "optional":true }, "source-ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"use-mgmt-port", "description":"Source ip address", "optional":true }, "file-url":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"File URL", "optional":true }, "image-file":{ "type":"string", "format":"string-rlx", "partition-visibility":"shared", "description":"image file from AXAPI", "optional":true } } }