{ "id":"/axapi/v3/import/ips", "type":"object", "node-type":"intermediate", "title":"ips", "operation-not-allowed": ["PUT", "POST", "DELETE"], "partition-visibility":"shared", "operational":1, "description":"IPS Related File", "properties":{ "profile":{ "type":"object", "$ref":"/axapi/v3/import/ips/profile", "properties":{ "profile-filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify profile" }, "overwrite":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Overwrite existing file" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"Profile name for remote url" }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"password for the remote site" } } }, "signature":{ "type":"object", "$ref":"/axapi/v3/import/ips/signature", "properties":{ "signature-filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify signature file" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"Profile name for remote url" }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"password for the remote site" } } }, "a10-signature":{ "type":"object", "$ref":"/axapi/v3/import/ips/a10-signature", "properties":{ "a10-signature-filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "partition-visibility":"shared", "description":"Specify A10 signature file" }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "partition-visibility":"shared", "description":"Use management port as source port" }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"Profile name for remote url" }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"password for the remote site" } } } } }