{ "id":"/axapi/v3/gslb/zone/{name}/dns-caa-record/{critical-flag}+{property-tag}+{rdata}/oper", "type":"object", "node-type":"list", "title":"dns-caa-record", "description":"Operational Status 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 }, "oper":{ "type":"object", "properties":{ "last-server":{ "type":"string", "format":"string" } } } } }