View or Update the IP Allowlist - Only for OCI (Gen 2) Environments

In OCI (Gen 2) environments, you can use a REST API to update or list the IP allowlist.

  • Use the POST method with the action parameter set to add to add the IP addresses and Classless Inter-Domain Routings (CIDRs) to the allowlist of your environment.

  • Use the POST method with the action parameter set to remove to remove the IP addresses and CIDRs from the allowlist of your environment.

  • Use the GET method to list IP addresses and CIDRs in the allowlist of your environment.

Table 10-20 IP Allowlist

Task Request REST Resource
View the IP allowlist GET /interop/rest/epmociservice/v2/ipallowlist
Update the IP allowlist POST /interop/rest/epmociservice/v2/ipallowlist

Note:

Before using the REST resources, you must understand how to access the REST resources and other important concepts. See Implementation Best Practices for EPM Cloud REST APIs. Using this REST API requires prerequisites. See Prerequisites.