Create Anomaly Alert
Select
This operation is used to create Anomaly alerts.
Path Parameters
- ClientId integer required
Client Id for the salesforce organization
Query Parameters
- instanceId integer required
Instance Id for the salesforce organization
- backupsetId integer required
backupset Id for the salesforce organization
- application/json
Request Body
alerts object[]
conditionParameter integer requiredTarget value for the alert
criteriaType integer requiredCriteria type Ex: Number- 1, Percentage- 2
operation integer requiredOperation Ex: Added- 3, Deleted- 9, Added or Modified- 7, Added or Modified or Deleted, Modified or Deleted- 13, Added or Deleted- 11
conditionType integer requiredCondition Type Ex: Greater than- 6, Less than- 4, Equals- 0
objectName string requiredObject name for the alert
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
alerts object[]
flag integer1 if the alert is enabled
objectName stringName of the object
conditionType integerCondition Type Ex: Greater than- 6, Less than- 4, Equals- 0
id integerId of the Alert
criteriaType integerCriteria type Ex: Number- 1, Percentage- 2
operation integerOperation Ex: Added- 3, Deleted- 9, Added or Modified- 7, Added or Modified or Deleted, Modified or Deleted- 13, Added or Deleted- 11
conditionParameter integerTarget value for the alert
{
"alerts": [
{
"flag": 0,
"objectName": "string",
"conditionType": 0,
"id": 0,
"criteriaType": 0,
"operation": 0,
"conditionParameter": 0
}
]
}