Description
Removes additional IPv4 addresses and loopback addresses from the Services interface.
Parameters
Name | Description |
---|---|
ipsToRemove |
Location: query Type: string The list of IP addresses to be removed. You can specify multiple IP
addresses with a separator (|). The supported format is [IP,serviceType| IP,serviceType]. For
example, 10.0.0.10/32,loopback| 11.0.0.3/24,service| 12.0.0.3,loopback.
|
properties |
Location: query Type: string Adds object properties. Currently there is no supported properties.
Reserved for future use.
|
serverId |
Location: query Type: integer (int64) The database object ID of the server from which additional services IP
addresses need to be removed.
|
Responses
Code | Description |
---|---|
204 |
Type: none None.
|