{ "id":"/axapi/v3/import-periodic/class-list-convert/{class-list-convert}", "type":"object", "node-type":"list", "title":"class-list-convert", "partition-visibility":"shared", "description":"Convert Class List File to A10 format", "properties":{ "class-list-convert":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class List File", "optional":false }, "class-list-type":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'ac': ac; 'ipv4': ipv4; 'ipv6': ipv6; 'string': string; 'string-case-insensitive': string-case-insensitive; ", "enum":[ "ac", "ipv4", "ipv6", "string", "string-case-insensitive" ], "optional":true }, "use-mgmt-port":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Use management port as source port", "optional":true }, "remote-file":{ "type":"string", "format":"url", "partition-visibility":"shared", "description":"profile name for remote url", "optional":true }, "period":{ "type":"number", "format":"number", "minimum":60, "maximum":31536000, "partition-visibility":"shared", "description":"Specify the period in second", "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 } }, "object-keys":[ "class-list-convert" ], "required":[ "class-list-convert" ] }