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