Skip to main content

PUT /ipSettings

Use this method to enable or disable checking for duplicate IP addresses in the same subnet.

Authentication

Authentication with username and password is required.

Request URL

PUT https://{management_server_IP}/ipSettings

Query parameters

None

Request body

AttributesRequired / OptionalTypeDescription
duplicateIpCheckOptionalBooleanIndicates whether checking for duplicate IP addresses in the same subnet is enabled or disabled. This can be one of the following values.
  • true. Checks for duplicate IP addresses.

    When enabled, XClarity Administrator raises an alert if you attempt to change the IP address of XClarity Administrator or manage a device that has the same IP address as another device that is under management or another device found in the same subnet.

  • false. Does not check for duplicate IP addresses.

The following example enables checking for duplicate IP addresses in the same subnet.

{
"duplicateIpCheck": true
}

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

None