REST API Method: PUT /rest/hosts/{identifier}

Creates a host entry given an ID. Host entries cannot be modified. They can only be added or deleted.

URL:

https://192.168.0.111/rest/hosts/{identifier}

HTTP Method

PUT

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
HostNameYesNostringnone255 - Max Length Name of the host. It can be the name of the host alone or a FQDN.
IPV4AddressYesNostringnone16 - Max Length Deprecated. IP address of the host.
IPAddressYesNostringnone45 - Max Length IPv4 or IPv6 address of the host.
DynamicRefreshYesNoEnum0Possible values:
  • 0 - btFalse
  • 1 - btTrue
Specifies if Dynamic Resolution functionality is enabled or not. This is applicable only for the SBC 1000/2000 platforms.

  • No labels