{ "id":"/axapi/v3/gslb/zone/{name}/dns-mx-record/{mx-name}/stats", "type":"object", "node-type":"list", "title":"dns-mx-record", "description":"Statistics for the object dns-mx-record", "properties":{ "mx-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":[ "mx-name" ] }