{ "id":"/axapi/v3/export/geo-location-archive", "type":"object", "node-type":"scalar", "title":"geo-location-archive", "operation-not-allowed": ["PUT"], "partition-visibility":"shared", "operational":1, "description":"Geo-location Archive File", "properties":{ "geo-location-archive-name":{ "type":"string", "format":"enum", "partition-visibility":"shared", "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" ], "optional":true }, "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 }, "password":{ "type":"string", "format":"password", "minLength":1, "maxLength":16, "partition-visibility":"shared", "description":"password for the remote site", "optional":true } } }