About URLs for Siebel CRM Deployments on OCI

All Siebel CRM deployments on OCI use the following base URL for their resource endpoints, where the application deployments and configurations are located:

https://<SCM_instance_IP>:<port_num>/scm/api/v1.0/

In the example above:

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

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

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

The following are two main uses of the base URL:

  • It serves as the location for Siebel CRM deployments:

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

    You can access each Siebel CRM deployment by appending the environment ID to the end of the URL as follows:

    https://<CM_instance_IP>:<port_num>/scm/api/v1.0/environment/4QVRX5
  • It holds the Siebel CRM configurations that you can create for one or more greenfield deployments:

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

    You can access each Siebel CRM configuration by appending 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.