{ "id":"/axapi/v3/gslb/zone/{name}/dns-caa-record/{critical-flag}+{property-tag}+{rdata}", "type":"object", "node-type":"list", "title":"dns-caa-record", "partition-visibility":"shared", "description":"Specify DNS CAA Record", "properties":{ "critical-flag":{ "type":"number", "format":"number", "minimum":0, "maximum":255, "partition-visibility":"shared", "description":"Issuer Critical Flag", "optional":false }, "property-tag":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":255, "partition-visibility":"shared", "description":"Specify other property tags, only allowed lowercase alphanumeric", "optional":false }, "rdata":{ "type":"string", "format":"string-rlx", "minLength":1, "maxLength":1000, "partition-visibility":"shared", "description":"Specify the Issuer Domain Name or a URL", "optional":false }, "ttl":{ "type":"number", "format":"number", "minimum":0, "maximum":2147483647, "default":0, "partition-visibility":"shared", "description":"Specify TTL", "optional":true }, "uuid":{ "type":"string", "format":"string", "minLength":1, "maxLength":64, "partition-visibility":"shared", "modify-not-allowed":1, "description":"uuid of the object", "optional":true }, "sampling-enable":{ "type":"array", "minItems":1, "items":{ "type":"object" }, "uniqueItems":true, "array":[ { "properties":{ "counters1":{ "type":"string", "format":"enum", "partition-visibility":"shared", "description":"'all': all; 'hits': Number of times the record has been used; ", "enum":[ "all", "hits" ] } } } ] } }, "object-keys":[ "critical-flag", "property-tag", "rdata" ], "required":[ "critical-flag", "property-tag", "rdata" ] }