Get Console Alert Details
Select
SaaS
Customer Managed
This operation returns more details about a console alert.
Path Parameters
- liveFeedId string required
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
Schema
- totalNoOfAlerts integer
- numberOfNewAlert integer
feedsList object[]
severity integeralertType stringnotes stringescalationLevel integerntNotificationId integerjobId integermessageFormatType integeralertName stringalertcriteria stringliveFeedId integerstatus integerdetectedTime object
time integertimeValue stringclient object
clientId integerclientName string
{
"totalNoOfAlerts": 0,
"numberOfNewAlert": 0,
"feedsList": [
{
"severity": 0,
"alertType": "string",
"notes": "string",
"escalationLevel": 0,
"ntNotificationId": 0,
"jobId": 0,
"messageFormatType": 0,
"alertName": "string",
"alertcriteria": "string",
"liveFeedId": 0,
"status": 0,
"detectedTime": {
"time": 0,
"timeValue": "string"
},
"client": {
"clientId": 0,
"clientName": "string"
}
}
]
}
Loading...