{ "id":"/axapi/v3/gslb/policy/{name}/geo-location-match", "type":"object", "node-type":"scalar", "title":"geo-location-match", "partition-visibility":"shared", "description":"Specify match order of geographic", "properties":{ "overlap":{ "type":"number", "format":"flag", "default":0, "partition-visibility":"shared", "description":"Enable overlap mode to do longest match", "optional":true }, "geo-type-overlap":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'global': Global Geo-location; 'policy': Policy Geo-location; ", "enum":[ "global", "policy" ], "optional":true }, "match-first":{ "type":"string", "format":"enum", "default":"global", "partition-visibility":"shared", "description":"'global': Global Geo-location; 'policy': Policy Geo-location; ", "enum":[ "global", "policy" ], "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 } } }