{ "id":"/axapi/v3/export-periodic/{class-list}", "type":"object", "node-type":"list", "title":"export-periodic", "partition-visibility":"shared", "description":"Put files to remote site periodically", "properties":{ "class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class List Name", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "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 }, "class-list-list":{ "type":"array", "minItems":1, "items":{ "type":"class-list" }, "uniqueItems":true, "$ref":"/axapi/v3/export-periodic/{class-list}/class-list/{class-list}", "array":[ { "properties":{ "class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Class List Name", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "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 } }, "required":[ "class-list" ] } ] }, "domain-list-list":{ "type":"array", "minItems":1, "items":{ "type":"domain-list" }, "uniqueItems":true, "$ref":"/axapi/v3/export-periodic/{class-list}/domain-list/{domain-list}", "array":[ { "properties":{ "domain-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Domain List File", "optional":false }, "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 } }, "required":[ "domain-list" ] } ] }, "geo-location-list":{ "type":"array", "minItems":1, "items":{ "type":"geo-location" }, "uniqueItems":true, "$ref":"/axapi/v3/export-periodic/{class-list}/geo-location/{geo-location}", "array":[ { "properties":{ "geo-location":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Geo-location CSV File", "optional":false }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "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 } }, "required":[ "geo-location" ] } ] } }, "object-keys":[ "class-list" ], "required":[ "class-list" ] }