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:
- Create the JSON payload as shown below:
{ "observability": { "enable_oracle_db_monitoring": false } } - Submit the payload using a POST request to the
observabilityAPI, 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.