{ "id":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-caa-record/{critical-flag}+{property-tag}+{rdata}/stats", "type":"object", "node-type":"list", "title":"dns-caa-record", "description":"Statistics for the object dns-caa-record", "properties":{ "critical-flag":{ "type":"number", "oid":"1001", "format":"number", "minimum":0, "maximum":255, "description":"Issuer Critical Flag", "optional":false }, "property-tag":{ "type":"string", "oid":"1002", "format":"string-rlx", "minLength":1, "maxLength":255, "description":"Specify other property tags, only allowed lowercase alphanumeric", "optional":false }, "rdata":{ "type":"string", "oid":"1003", "format":"string-rlx", "minLength":1, "maxLength":1000, "description":"Specify the Issuer Domain Name or a URL", "optional":false }, "stats":{ "type":"object", "properties":{ "hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of times the CAA has been used", "optional":true } } } }, "required":[ "critical-flag", "property-tag", "rdata" ] }