{ "id":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats", "type":"object", "node-type":"list", "title":"service", "description":"Statistics for the object service", "properties":{ "service-port":{ "type":"number", "oid":"1001", "format":"number", "minimum":0, "maximum":65534, "description":"Port number of the service", "optional":false }, "service-name":{ "type":"string", "oid":"1002", "format":"string-rlx", "minLength":1, "maxLength":63, "default":"", "description":"Specify the service name for the zone, * for wildcard", "optional":false }, "stats":{ "type":"object", "properties":{ "received-query":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of DNS queries received for the service", "long-description":"{}", "optional":true }, "sent-response":{ "type":"number", "format":"counter", "size":"8", "oid":"2", "description":"Number of DNS replies sent to clients for the service", "long-description":"{}", "optional":true }, "proxy-mode-response":{ "type":"number", "format":"counter", "size":"8", "oid":"3", "description":"Number of DNS replies sent to clients by the ACOS device as a DNS proxy for the service", "long-description":"{}", "optional":true }, "cache-mode-response":{ "type":"number", "format":"counter", "size":"8", "oid":"4", "description":"Number of cached DNS replies sent to clients by the ACOS device for the service. (This statistic applies only if the DNS cache ", "long-description":"{}", "optional":true }, "server-mode-response":{ "type":"number", "format":"counter", "size":"8", "oid":"5", "description":"Number of DNS replies sent to clients by the ACOS device as a DNS server for the service. (This statistic applies only if the D", "long-description":"{}", "optional":true }, "sticky-mode-response":{ "type":"number", "format":"counter", "size":"8", "oid":"6", "description":"Number of DNS replies sent to clients by the ACOS device to keep the clients on the same site. (This statistic applies only if ", "long-description":"{}", "optional":true }, "backup-mode-response":{ "type":"number", "format":"counter", "size":"8", "oid":"7", "description":"help Number of DNS replies sent to clients by the ACOS device in backup mode", "long-description":"{}", "optional":true } } }, "dns-cname-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-cname-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}", "array":[ { "properties":{ "alias-name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":127, "description":"Specify the alias name", "optional":false }, "stats":{ "type":"object", "properties":{ "cname-hits":{ "type":"number", "format":"counter", "size":"8", "oid":"1", "description":"Number of times the CNAME has been used", "long-description":"{}", "optional":true } } } }, "required":[ "alias-name" ] } ] }, "dns-mx-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-mx-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}", "array":[ { "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" ] } ] }, "dns-ns-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-ns-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}/dns-ns-record/{ns-name}", "array":[ { "properties":{ "ns-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":[ "ns-name" ] } ] }, "dns-ptr-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-ptr-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}/dns-ns-record/{ns-name}/dns-ptr-record/{ptr-name}", "array":[ { "properties":{ "ptr-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":[ "ptr-name" ] } ] }, "dns-srv-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-srv-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}/dns-ns-record/{ns-name}/dns-ptr-record/{ptr-name}/dns-srv-record/{srv-name}+{port}", "array":[ { "properties":{ "srv-name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":127, "description":"Specify Domain Name", "optional":false }, "port":{ "type":"number", "oid":"1002", "format":"number", "minimum":0, "maximum":65534, "description":"Specify Port (Port Number)", "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":[ "srv-name", "port" ] } ] }, "dns-naptr-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-naptr-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}/dns-ns-record/{ns-name}/dns-ptr-record/{ptr-name}/dns-srv-record/{srv-name}+{port}/dns-naptr-record/{naptr-target}+{service-proto}+{flag}", "array":[ { "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" ] } ] }, "dns-txt-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-txt-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}/dns-ns-record/{ns-name}/dns-ptr-record/{ptr-name}/dns-srv-record/{srv-name}+{port}/dns-naptr-record/{naptr-target}+{service-proto}+{flag}/dns-txt-record/{record-name}", "array":[ { "properties":{ "record-name":{ "type":"string", "oid":"1001", "format":"string", "minLength":1, "maxLength":63, "description":"Specify the Object Name for TXT Data", "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":[ "record-name" ] } ] }, "dns-caa-record-list":{ "type":"array", "minItems":1, "items":{ "type":"dns-caa-record" }, "uniqueItems":true, "$ref":"/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name}/dns-ns-record/{ns-name}/dns-ptr-record/{ptr-name}/dns-srv-record/{srv-name}+{port}/dns-naptr-record/{naptr-target}+{service-proto}+{flag}/dns-txt-record/{record-name}/dns-caa-record/{critical-flag}+{property-tag}+{rdata}", "array":[ { "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" ] } ] } }, "required":[ "service-port", "service-name" ] }