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.
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/environmentYou 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/configurationYou 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
https://<CM_instance_IP>:<port_num>/api/v1/environments/. For
more information, see earlier versions of this document.