About URLs for Siebel CRM Deployments on OCI

Note that the resource endpoints for all Siebel CRM deployments on OCI have the following base URL. The Siebel CRM application deployments and configurations are located here:
https://<CM_instance_IP>:<port_num>/scm/api/v1.0/

In the example above:

  • <CM_instance_IP> is the hostname IP address for this SCM instance.

  • <port_num> is the port number on this hostname.

Note: Where security has been configured, https is used instead of http.

The following are two main uses of the base URL:

  • Siebel CRM deployments are located at this URL:

    https://<CM_instance_IP>:<port_num>/scm/api/v1.0/environment

    Each Siebel CRM deployment is accessed by adding the environment ID at the end of the URL, as follows:

    https://<CM_instance_IP>:<port_num>/scm/api/v1.0/environment/4QVRX5
  • Siebel CRM configurations that you can create for one or more greenfield deployments are located at this URL:

    https://<CM_instance_IP>:<port_num>/scm/api/v1.0/configuration

    Each Siebel CRM configuration is accessed by adding the configuration ID at the end of the URL, as follows:

    https://<CM_instance_IP>:<port_num>/scm/api/v1.0/configuration/MZM3RJ
Note: For Siebel CRM applications deployed in some earlier releases, the base URLs have this form, and are still valid: https://<CM_instance_IP>:<port_num>/api/v1/environments/. For more information, see earlier versions of this document.