.. _gslb_zone_service_dns_srv_record: gslb zone service dns-srv-record ================================ Specify DNS SRV Record dns-srv-record Specification ---------------------------- ===================================== ================================================================================================================================ **Parameter** **Value** ===================================== ================================================================================================================================ **Type** *Collection* **Object Key(s)** *srv-name, port* **Collection Name** :ref:`1803_dns-srv-record_list` **Collection URI** /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record **Element Name** dns-srv-record **Element URI** /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record/{srv-name}+{port} **Element Attributes** dns-srv-record_attributes **Partition Visibility** shared **Statistics Data URI** /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record/{srv-name}+{port}/stats **Schema** :download:`dns-srv-record 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}/dns-srv-record .. raw:: html :ref:`1803_dns-srv-record_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record .. raw:: html :ref:`1803_dns-srv-record_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record/{srv-name}+{port} .. raw:: html :ref:`1803_dns-srv-record_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record .. raw:: html :ref:`1803_dns-srv-record_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record/{srv-name}+{port} .. raw:: html :ref:`1803_dns-srv-record_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record/{srv-name}+{port} .. raw:: html :ref:`1803_dns-srv-record_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record .. raw:: html :ref:`1803_dns-srv-record_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/gslb/zone/{name}/service/{service-port}+{service-name}/dns-srv-record/{srv-name}+{port} .. raw:: html :ref:`1803_dns-srv-record_attributes` .. raw:: html
.. _1803_dns-srv-record_list: dns-srv-record-list ------------------- dns-srv-record-list is **JSON List** of :ref:`1803_dns-srv-record_attributes` dns-srv-record-list : [ { :ref:`1803_dns-srv-record_attributes` }, { :ref:`1803_dns-srv-record_attributes` }, ... ] .. _1803_dns-srv-record_attributes: dns-srv-record attributes ------------------------- **port** **Description** Specify Port (Port Number) **Type:** number **Range:** 0-65534 **priority** **Description** Specify Priority **Type:** number **Range:** 0-65535 **sampling-enable** **Type:** List **srv-name** **Description** Specify Domain Name **Type:** string **Maximum Length:** 127 characters **Maximum Length:** 1 characters **ttl** **Description** Specify TTL **Type:** number **Range:** 0-2147483647 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters **weight** **Description** Specify Weight, default is 10 **Type:** number **Range:** 0-65535 **Default:** 10 .. _1803_sampling-enable: sampling-enable ^^^^^^^^^^^^^^^ =============================== =================================================== **Specification** **Value** =============================== =================================================== **Type** *list* **Block object keys** =============================== =================================================== **counters1** **Description** 'all': all; 'hits': Number of times the record has been used; **Type:** string **Supported Values:** all, hits