Skip to main content

Disable Anomaly Alert

Select

SaaS
Customer Managed

This operation is used to Disable an Anomaly alert

Path Parameters
  • ClientId integer required

    Client Id for the salesforce organization

  • AlertId integer required

    Alert ID

Query Parameters
  • instanceId integer required

    Instance Id for the salesforce organization

  • backupsetId integer required

    backupset Id for the salesforce organization

Responses

OK

PUT /salesforce/:clientid/alerts/:alertid/disable    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
ClientId — path required
AlertId — path required
instanceId — query required
backupsetId — query required
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/Alerts/:AlertId/Disable' \
-H 'Authtoken: <API_KEY_VALUE>'