Request Body Parameters¶
The request body must be an array of whitelist entities, even if there
is only one. The only field that you need to specify for each request
object is the
IP-ADDRESS
.
If an IP address is already in the whitelist, it will be ignored.
If you specify a single IP address with the
/32
subnet mask, Cloud Manager
does not store the
/32
, as the
/32
does not change the address.
Example
An address of
12.34.56.78
is the same as
12.34.56.78/32
.
Parameter
|
Type
|
Description
|
ipAddress
|
string
|
(Required.)
The IP address or
CIDR
block that you want to add
to the specified user’s whitelist.
|