Skip to main content

GET /ipSettings

Use this method to return information about whether Lenovo XClarity Administrator checks for duplicate IP addresses in the same subnet.

To retrieve a list of duplicate IP addresses in the same subnet, use GET /ipDuplication.

Authentication

Authentication with username and password is required.

Request URL

GET https://{management_server_IP}/ipSettings

Query parameters

None

Request body

None

Response codes

CodeDescriptionComments
200OKThe request completed successfully.
400Bad RequestA query parameter or request attribute is missing or not valid, or the operation is not supported. A descriptive error message is returned in the response body.
500Internal Server ErrorAn internal error occurred. A descriptive error message is returned in the response body.

Response body

AttributesTypeDescription
duplicateIpCheckBooleanIndicates 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 is returned if the request is successful.
{
"duplicateIpCheck": true
}