{ "id":"/axapi/v3/export", "type":"object", "node-type":"scalar", "title":"export", "operation-not-allowed": ["DELETE", "PUT"], "operational":1, "description":"Put files to remote site", "properties":{ "capture-config":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Capture-config pcapng file", "optional":true }, "pkt-count":{ "type":"number", "format":"number", "minimum":1, "maximum":1000, "description":"Specify number of latest packets to export", "optional":true }, "axdebug":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"AX Debug Packet File", "optional":true }, "ssl-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "description":"SSL Key File(enter bulk when export an archive file)", "optional":true }, "ssl-cert-key":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "description":"Local SSL Key/Certificate file name", "optional":true }, "domain-list":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "description":"Domain List File", "optional":true }, "class-list":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Class List Name", "optional":true }, "geo-location":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Geo-location CSV File", "optional":true }, "ssl-cert":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "description":"SSL Cert File(enter bulk when export an archive file)", "optional":true }, "debug-monitor":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Debug Monitor Output", "optional":true }, "syslog":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "description":"Enter \"messages\" as the default syslog file name", "optional":true }, "running-config":{ "type":"number", "format":"flag", "default":0, "description":"Running Config", "optional":true }, "startup-config":{ "type":"number", "format":"flag", "default":0, "description":"Startup Config", "optional":true }, "visibility":{ "type":"number", "format":"flag", "default":0, "description":"Export Visibility module related files", "optional":true }, "mon-entity-debug-file":{ "type":"string", "format":"string", "minLength":1, "maxLength":255, "description":"Enter Mon entity debug file name", "optional":true }, "profile":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "description":"Startup-config Profile", "optional":true }, "merged-pcap":{ "type":"number", "format":"flag", "default":0, "description":"Export the merged pcap file when there are multiple Export sessions", "optional":true }, "pattern-recognition-log":{ "type":"number", "format":"flag", "default":0, "description":"Pattern Recognition log 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", "not":"store-name", "description":"profile name for remote url", "optional":true }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":16, "description":"password for the remote site", "optional":true }, "store":{ "type":"object", "$ref":"/axapi/v3/export/store", "properties":{ "delete":{ "type":"number", "format":"flag", "default":0, "description":"Delete an export store profile" }, "create":{ "type":"number", "format":"flag", "default":0, "description":"Create an export store profile" }, "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":31, "description":"profile name to store remote url" }, "remote-file":{ "type":"string", "format":"url" } } }, "geo-location-archive":{ "type":"object", "$ref":"/axapi/v3/export/geo-location-archive", "properties":{ "geo-location-archive-name":{ "type":"string", "format":"enum", "description":"'GeoLite2-ASN-Archive': GeoLite2-ASN CSV Zipped File; 'GeoLite2-City-Archive': GeoLite2-City CSV Zipped File; 'GeoLite2-Country-Archive': GeoLite2-Country CSV Zipped File; ", "enum":[ "GeoLite2-ASN-Archive", "GeoLite2-City-Archive", "GeoLite2-Country-Archive" ] }, "use-mgmt-port":{ "type":"number", "format":"flag", "plat-neg-list":["softax-aws"], "default":0, "description":"Use management port as source port" }, "remote-file":{ "type":"string", "format":"url", "description":"Profile name for remote url" } } } } }