{ "id":"/axapi/v3/system/geoloc-list/{name}/stats", "type":"object", "node-type":"list", "title":"geoloc-list", "description":"Statistics for the object geoloc-list", "properties":{ "name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":63, "description":"Specify name of Geolocation list", "optional":false }, "stats":{ "type":"object", "properties":{ "hit-count":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "long-description":"{}", "optional":true }, "total-geoloc":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "long-description":"{}", "optional":true }, "total-active":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "long-description":"{}", "optional":true } } } }, "required":[ "name" ] }