{ "id":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-naptr-record/{naptr-target}+{service-proto}+{flag}/stats", "type":"object", "node-type":"list", "title":"dns-naptr-record", "description":"Statistics for the object dns-naptr-record", "properties":{ "naptr-target":{ "type":"string", "oid":"1001", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Specify the replacement or regular expression", "optional":false }, "service-proto":{ "type":"string", "oid":"1002", "format":"string-rlx", "minLength":1, "maxLength":127, "description":"Specify Service and Protocol", "optional":false }, "flag":{ "type":"string", "oid":"1003", "format":"string", "minLength":1, "maxLength":1, "default":"", "description":"Specify the flag (e.g., a, s). Default is empty flag", "optional":false }, "stats":{ "type":"object", "properties":{ "naptr-hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of times the NAPTR has been used", "long-description":"{}", "optional":true } } } }, "required":[ "naptr-target", "service-proto", "flag" ] }