{ "id":"/axapi/v3/system/geo-location", "type":"object", "node-type":"scalar", "title":"geo-location", "partition-visibility":"shared", "description":"Configure system global geo-location", "properties":{ "geo-location-iana":{ "type":"number", "format":"flag", "plat-neg-list":["tps"], "default":1, "partition-visibility":"shared", "description":"Load built-in IANA Database", "optional":true }, "geo-location-iana-system":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load built-in IANA Database", "optional":true }, "geo-location-geolite2-asn":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load built-in Maxmind GeoLite2-ASN database. Database available from http://www.maxmind.com", "optional":true }, "geolite2-asn-include-ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include IPv6 address", "optional":true }, "geo-location-geolite2-city":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load built-in Maxmind GeoLite2-City database. Database available from http://www.maxmind.com", "optional":true }, "geolite2-city-include-ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include IPv6 address", "optional":true }, "geo-location-geolite2-country":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Load built-in Maxmind GeoLite2-Country database. Database available from http://www.maxmind.com", "optional":true }, "geolite2-country-include-ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include IPv6 address", "optional":true }, "geoloc-load-file-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "geo-location-load-filename":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify file to be loaded" }, "geo-location-load-file-include-ipv6":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Include IPv6 address" }, "template-name":{ "type":"string", "format":"string", "plat-neg-list":["tps"], "minLength":1, "maxLength":63, "partition-visibility":"shared", "$ref":"/axapi/v3/template/csv", "description":"CSV template to load this file" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "entry-list":{ "type":"array", "minItems":1, "items":{ "type":"entry" }, "uniqueItems":true, "$ref":"/axapi/v3/system/geo-location/entry/{geo-locn-obj-name}", "array":[ { "properties":{ "geo-locn-obj-name":{ "type":"string", "format":"string", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Specify geo-location name, section range is (1-15)", "optional":false }, "geo-locn-multiple-addresses":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "first-ip-address":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "description":"Specify IP information (Specify IP address)" }, "geol-ipv4-mask":{ "type":"string", "format":"ipv4-netmask", "partition-visibility":"shared", "not":"ip-addr2", "description":"Specify IPv4 mask" }, "ip-addr2":{ "type":"string", "format":"ipv4-address", "partition-visibility":"shared", "not":"geol-ipv4-mask", "description":"Specify IP address range" }, "first-ipv6-address":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "description":"Specify IPv6 address" }, "geol-ipv6-mask":{ "type":"number", "format":"number", "minimum":0, "maximum":128, "partition-visibility":"shared", "not":"ipv6-addr2", "description":"Specify IPv6 mask" }, "ipv6-addr2":{ "type":"string", "format":"ipv6-address", "partition-visibility":"shared", "not":"geol-ipv6-mask", "description":"Specify IPv6 address range" } } } ] }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "user-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Customized tag", "optional":true } }, "required":[ "geo-locn-obj-name" ] } ] } } }