{ "id":"/axapi/v3/import/ips/signature", "type":"object", "node-type":"scalar", "title":"signature", "operation-not-allowed": ["PUT"], "operational":1, "description":"Add IPS custom signatures", "properties":{ "signature-filename":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "description":"Specify signature file", "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "description":"Use management port as source port", "optional":true }, "remote-file":{ "type":"string", "format":"url", "description":"Profile name for remote url", "optional":true } } }