URL Structure for Migration

This topic shows the general URL structure for the Migration REST APIs.

Some Migration REST APIs are version 11.1.2.3.600 and others are version v1 or v2. Be sure to use the correct version for the API. Passing the incorrect version will result in 404 errors when the API is invoked.

You can find an API version using REST APIs as described here: Getting API Versions for Migration APIs. For a list of all of the Migration APIs and their version numbers, see Migration REST APIs.

Use this URL structure to access the Migration REST resources:

https://<BASE-URL>/interop/rest/{api_version}/{path}

Where:

  • <BASE-URL>: The first part of your service URL, before the context.

    For example, if your service URL is https://epm-acme.epm.us-phoenix-1.ocs.oraclecloud.com/epmcloud, your <BASE-URL> is https://epm-acme.epm.us-phoenix-1.ocs.oraclecloud.com. Similarly, if your service URL is https://epm2-acme.epm.us6.oraclecloud.com/epmcloud, your <BASE-URL> is https://epm2-acme.epm.us6.oraclecloud.com.

  • {api_version}: API version you are developing with.

  • {path}: Identifies the resource.

Note:

Oracle does not authorize or support the use of REST APIs with the path token "/internal/" in the URL.