{ "id":"/axapi/v3/file-inspection/data-file", "type":"object", "node-type":"scalar", "title":"data-file", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "auto-created-object":1, "description":"File Inspection black white list file information and management commands", "properties":{ "type":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"data file type", "optional":true }, "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"data file name", "optional":true }, "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", "optional":true }, "action":{ "type":"string", "format":"string", "minLength":1, "maxLength":128, "partition-visibility":"shared", "description":"data file action", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true } } }