Skip to main content

Modify Anomaly Alert

Select

SaaS
Customer Managed

This operation is used to update 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

Request Body
  • conditionParameter integer required

    Target value for the rule

  • criteriaType integer required

    Criteria type Ex: Number- 1, Percentage- 2

  • operation integer required

    Operation Ex: Added- 3, Deleted- 9, Added or Modified- 7, Added or Modified or Deleted, Modified or Deleted- 13, Added or Deleted- 11

  • conditionType integer required

    Condition Type Ex: Greater than- 6, Less than- 4, Equals- 0

  • objectName string required

    Object name for the alert

  • id integer required

    Alert ID

Responses

OK

PUT /salesforce/:clientid/alerts/:alertid    

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
Body

{
"conditionParameter": 0,
"criteriaType": 0,
"operation": 0,
"conditionType": 0,
"objectName": "string",
"id": 0
}
curl -L -X PUT 'https://CommandCenterHostName/commandcenter/api/Salesforce/:ClientId/Alerts/:AlertId' \
-H 'Content-Type: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"conditionParameter": 0,
"criteriaType": 0,
"operation": 0,
"conditionType": 0,
"objectName": "string",
"id": 0
}'