Parameter
|
Description
|
Valid Values
|
{id}
|
The ID of the tenant.
|
A valid tenant ID.
|
Property
|
Description
|
Valid Values
|
"managementAPI"
|
Individual IP addresses or a range of IP addresses that restrict access to the Management API.
|
An array of JSON objects. Each object must be either a single IP address designated with the "startAddress" property, or a range of IP addresses designated with the "startAddress" and "endAddress" properties. IP addresses may be specified in either IPv4 or IPv6.
|
"adminAPI"
|
Individual IP addresses or a range of IP addresses that restrict access to the Administrators API.
|
An array of JSON objects. Each object must be either a single IP address designated with the "startAddress" property, or a range of IP addresses designated with the "startAddress" and "endAddress" properties. IP addresses may be specified in either IPv4 or IPv6.
|
"dataAccess"
|
Individual IP addresses or a range of IP addresses that restrict data access through JDBC, ODBC, and OData calls.
|
An array of JSON objects. Each object must be either a single IP address designated with the "startAddress" property, or a range of IP addresses designated with the "startAddress" and "endAddress" properties. IP addresses may be specified in either IPv4 or IPv6.
|
"webUI"
|
Individual IP addresses or a range of IP addresses that restrict access to the Web UI.
Note: Can only be applied at the system level.
|
An array of JSON objects. Each object must be either a single IP address designated with the "startAddress" property, or a range of IP addresses designated with the "startAddress" and "endAddress" properties. IP addresses may be specified in either IPv4 or IPv6.
|