.. _ntp_server_hostname: ntp server hostname =================== IPV4 address, IPV6 address or host name of NTP server hostname Specification ---------------------- ===================================== ============================================================================== **Parameter** **Value** ===================================== ============================================================================== **Type** *Collection* **Object Key(s)** *host-servername* **Collection Name** :ref:`2388_hostname_list` **Collection URI** /axapi/v3/ntp/server/hostname **Element Name** hostname **Element URI** /axapi/v3/ntp/server/hostname/{host-servername} **Element Attributes** hostname_attributes **Partition Visibility** shared **Schema** :download:`hostname 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 .. raw:: html .. raw:: html .. raw:: html .. raw:: html
OperationMethodURIPayload
Create Object .. raw:: html POST .. raw:: html /axapi/v3/ntp/server/hostname .. raw:: html :ref:`2388_hostname_attributes` .. raw:: html
Create List .. raw:: html POST .. raw:: html /axapi/v3/ntp/server/hostname .. raw:: html :ref:`2388_hostname_attributes` .. raw:: html
Get Object .. raw:: html GET .. raw:: html /axapi/v3/ntp/server/hostname/{host-servername} .. raw:: html :ref:`2388_hostname_attributes` .. raw:: html
Get List .. raw:: html GET .. raw:: html /axapi/v3/ntp/server/hostname .. raw:: html :ref:`2388_hostname_list` .. raw:: html
Modify Object .. raw:: html POST .. raw:: html /axapi/v3/ntp/server/hostname/{host-servername} .. raw:: html :ref:`2388_hostname_attributes` .. raw:: html
Replace Object .. raw:: html PUT .. raw:: html /axapi/v3/ntp/server/hostname/{host-servername} .. raw:: html :ref:`2388_hostname_attributes` .. raw:: html
Replace List .. raw:: html PUT .. raw:: html /axapi/v3/ntp/server/hostname .. raw:: html :ref:`2388_hostname_list` .. raw:: html
Delete Object .. raw:: html DELETE .. raw:: html /axapi/v3/ntp/server/hostname/{host-servername} .. raw:: html :ref:`2388_hostname_attributes` .. raw:: html
.. _2388_hostname_list: hostname-list ------------- hostname-list is **JSON List** of :ref:`2388_hostname_attributes` hostname-list : [ { :ref:`2388_hostname_attributes` }, { :ref:`2388_hostname_attributes` }, ... ] .. _2388_hostname_attributes: hostname attributes ------------------- **action** **Description** 'enable': Enable this NTP server; 'disable': Disable this NTP server; **Type:** string **Supported Values:** enable, disable **Default:** enable **host-servername** **Description** IPV4 address, IPV6 address or host name of NTP server(string1~63) **Type:** string **Maximum Length:** 63 characters **Maximum Length:** 1 characters **key** **Description** Use trusted key to authenticate this NTP server (The trusted key number to use) **Type:** number **Range:** 1-65535 **Reference Object:** :doc:`/axapi/v3/ntp/trusted-key ` **prefer** **Description** Set this NTP server as preferred **Type:** boolean **Supported Values:** true, false, 1, 0 **Default:** 0 **uuid** **Description** uuid of the object **Type:** string **Maximum Length:** 64 characters **Maximum Length:** 1 characters