.. _gslb_zone_service_stats: gslb zone service stats ======================= Statistics for the object service service Specification --------------------- ===================================== ===================================================================================================== **Parameter** **Value** ===================================== ===================================================================================================== **Type** *Collection* **Collection Name** :ref:`1808_service_list` **Collection URI** /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} **Element Name** service **Element URI** /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats **Element Attributes** service_attributes **Partition Visibility** None **Schema** :download:`service schema ` ===================================== ===================================================================================================== **Operations Allowed:** .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} .. raw:: html :ref:`1808_service_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} .. raw:: html :ref:`1808_service_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats .. raw:: html :ref:`1808_service_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} .. raw:: html :ref:`1808_service_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats .. raw:: html :ref:`1808_service_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats .. raw:: html :ref:`1808_service_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name} .. raw:: html :ref:`1808_service_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/stats .. raw:: html :ref:`1808_service_attributes` .. raw:: html
.. _1808_service_list: service-list ------------ service-list is **JSON List** of :ref:`1808_service_attributes` service-list : [ { :ref:`1808_service_attributes` }, { :ref:`1808_service_attributes` }, ... ] .. _1808_service_attributes: service attributes ------------------ **dns-caa-record-list** **Type:** List **Reference Object:** :doc:`/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} ` **dns-cname-record-list** **Type:** List **Reference Object:** :doc:`/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name} ` **dns-mx-record-list** **Type:** List **Reference Object:** :doc:`/axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-cname-record/{alias-name}/dns-mx-record/{mx-name} ` **dns-naptr-record-list** **Type:** List **Reference Object:** :doc:`/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-ns-record-list** **Type:** List **Reference Object:** :doc:`/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-list** **Type:** List **Reference Object:** :doc:`/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-list** **Type:** List **Reference Object:** :doc:`/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-txt-record-list** **Type:** List **Reference Object:** :doc:`/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} ` **service-name** **Description** Specify the service name for the zone, * for wildcard **Type:** string **Format:** string-rlx **Maximum Length:** 63 characters **Maximum Length:** 1 characters **Default:** **service-port** **Description** Port number of the service **Type:** number **Range:** 0-65534 **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_stats` **Type:** Object .. _1808_stats: stats ^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **backup-mode-response** **Description** help Number of DNS replies sent to clients by the ACOS device in backup mode **Type:** number **Format:** counter **cache-mode-response** **Description** Number of cached DNS replies sent to clients by the ACOS device for the service. (This statistic applies only if the DNS cache **Type:** number **Format:** counter **proxy-mode-response** **Description** Number of DNS replies sent to clients by the ACOS device as a DNS proxy for the service **Type:** number **Format:** counter **received-query** **Description** Number of DNS queries received for the service **Type:** number **Format:** counter **sent-response** **Description** Number of DNS replies sent to clients for the service **Type:** number **Format:** counter **server-mode-response** **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 **Type:** number **Format:** counter **sticky-mode-response** **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 **Type:** number **Format:** counter .. _1808_dns-cname-record-list: dns-cname-record-list ^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **alias-name** **Description** Specify the alias name **Type:** string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-cname-record-list_stats` **Type:** Object .. _1808_dns-cname-record-list_stats: dns-cname-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **cname-hits** **Description** Number of times the CNAME has been used **Type:** number **Format:** counter .. _1808_dns-ns-record-list: dns-ns-record-list ^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **ns-name** **Description** Specify Domain Name **Type:** string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-ns-record-list_stats` **Type:** Object .. _1808_dns-ns-record-list_stats: dns-ns-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hits** **Description** Number of times the record has been used **Type:** number **Format:** counter .. _1808_dns-caa-record-list: dns-caa-record-list ^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **critical-flag** **Description** Issuer Critical Flag **Type:** number **Range:** 0-255 **property-tag** **Description** Specify other property tags, only allowed lowercase alphanumeric **Type:** string **Format:** string-rlx **Maximum Length:** 255 characters **Maximum Length:** 1 characters **rdata** **Description** Specify the Issuer Domain Name or a URL **Type:** string **Format:** string-rlx **Maximum Length:** 1000 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-caa-record-list_stats` **Type:** Object .. _1808_dns-caa-record-list_stats: dns-caa-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hits** **Description** Number of times the CAA has been used **Type:** number **Format:** counter .. _1808_dns-txt-record-list: dns-txt-record-list ^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **record-name** **Description** Specify the Object Name for TXT Data **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-txt-record-list_stats` **Type:** Object .. _1808_dns-txt-record-list_stats: dns-txt-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hits** **Description** Number of times the record has been used **Type:** number **Format:** counter .. _1808_dns-mx-record-list: dns-mx-record-list ^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **mx-name** **Description** Specify Domain Name **Type:** string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-mx-record-list_stats` **Type:** Object .. _1808_dns-mx-record-list_stats: dns-mx-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hits** **Description** Number of times the record has been used **Type:** number **Format:** counter .. _1808_dns-srv-record-list: dns-srv-record-list ^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **port** **Description** Specify Port (Port Number) **Type:** number **Range:** 0-65534 **srv-name** **Description** Specify Domain Name **Type:** string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-srv-record-list_stats` **Type:** Object .. _1808_dns-srv-record-list_stats: dns-srv-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hits** **Description** Number of times the record has been used **Type:** number **Format:** counter .. _1808_dns-ptr-record-list: dns-ptr-record-list ^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **ptr-name** **Description** Specify Domain Name **Type:** string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-ptr-record-list_stats` **Type:** Object .. _1808_dns-ptr-record-list_stats: dns-ptr-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **hits** **Description** Number of times the record has been used **Type:** number **Format:** counter .. _1808_dns-naptr-record-list: dns-naptr-record-list ^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **flag** **Description** Specify the flag (e.g., a, s). Default is empty flag **Type:** string **Maximum Length:** 1 characters **Maximum Length:** 1 characters **Default:** **naptr-target** **Description** Specify the replacement or regular expression **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **service-proto** **Description** Specify Service and Protocol **Type:** string **Format:** string-rlx **Maximum Length:** 127 characters **Maximum Length:** 1 characters **stats** **Description:** stats is a **JSON Block**. Please see below for :ref:`1808_dns-naptr-record-list_stats` **Type:** Object .. _1808_dns-naptr-record-list_stats: dns-naptr-record-list_stats ^^^^^^^^^^^^^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *object* =============================== =================================================== **naptr-hits** **Description** Number of times the NAPTR has been used **Type:** number **Format:** counter