This topic describes how to execute the payload to deploy Siebel CRM or Siebel Component Services. This topic is part of Deploying Siebel CRM on OCI.
To execute the payload to deploy Siebel CRM or Siebel Component Services
-
Create an application/json body with the payload information. For an example, see Example Payload to Deploy Siebel CRM or Siebel Component Services.
-
Do a
POSTAPI like the following:POST http://<CM_Instance_IP>:16690/scm/api/v1.0/environmentNote: Specify a payload appropriate for your use case. For an example payload and for usage guidelines, see Example Payload to Deploy Siebel CRM or Siebel Component Services. -
Use Basic Auth and provide credentials like the following:
User: "admin"Password: "<admin password>"Environment information is displayed. Copy the
selfLinkvalue for monitoring purposes. For example:"selfLink": "http://<CM_Instance_IP>:16690/scm/api/v1.0/environment/4QVRX5"