{ "id":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-ns-record/{ns-name}/stats", "type":"object", "node-type":"list", "title":"dns-ns-record", "description":"Statistics for the object dns-ns-record", "properties":{ "ns-name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":127, "description":"Specify Domain Name", "optional":false }, "stats":{ "type":"object", "properties":{ "hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of times the record has been used", "long-description":"{}", "optional":true } } } }, "required":[ "ns-name" ] }