Create an Alert
Select
SaaS
Customer Managed
This operation creates an alert.
- application/json
Request Body
alertDetail object
alertType integernotifTypeListOperationType integeralertSeverity integernotifType integer[]criteria object
criteria integerEntityList object
associationsOperationType integerassociations object[]
clientId integer_type_ integeruserList object
userListOperationType integeruserList object[]
_type_ integeruserId integeralertrule object
alertName string
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
alertEntity object
alertId integererrorResp object
errorCode integer
{
"alertEntity": {
"alertId": 0
},
"errorResp": {
"errorCode": 0
}
}
{
"alertEntity": {
"alertId": 42
},
"errorResp": {
"errorCode": 0
}
}
Loading...