{ "id":"/axapi/v3/system/geoloc-list/{name}", "type":"object", "node-type":"list", "title":"geoloc-list", "partition-visibility":"shared", "description":"Configure geolocation list", "properties":{ "name":{ "type":"string", "format":"string", "minLength":1, "maxLength":63, "partition-visibility":"shared", "description":"Specify name of Geolocation list", "optional":false }, "shared":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable sharing with other partitions", "optional":true }, "include-geoloc-name-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "include-geoloc-name-val":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Geolocation name to add" } } } ] }, "exclude-geoloc-name-list":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "exclude-geoloc-name-val":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":127, "partition-visibility":"shared", "description":"Geolocation name to exclude" } } } ] }, "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 }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'hit-count': hit-count; 'total-geoloc': total-geoloc; 'total-active': total-active; ", "enum":[ "all", "hit-count", "total-geoloc", "total-active" ] } } } ] } }, "object-keys":[ "name" ], "required":[ "name" ] }