Disabling Oracle Database Monitoring in Siebel CRM

You can disable Oracle Database monitoring by setting value of the enable_oracle_db_monitoring parameter to false.

To disable Oracle Database monitoring:

  1. Create the JSON payload as shown below:
    { 
       "observability": { 
          "enable_oracle_db_monitoring": false
       } 
    }
  2. Submit the payload using a POST request to the observability API, as shown below:
    POST https://<SCM_instance_IP>:<port_num>/scm/api/v1.0/environment/{env_id}/observability

For more information about the parameters, see Parameters in Payload Content.