Update Console Alert Details
Select
SaaS
Customer Managed
This operation updates the status of a console alert.
Path Parameters
- liveFeedId string required
- application/json
Request Body required
updateFeedsList object[]
liveFeedId integerstatus integer
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- numberOfNewAlert integer
feedsList object[]
notes stringliveFeedId integerstatus integer
{
"numberOfNewAlert": 0,
"feedsList": [
{
"notes": "string",
"liveFeedId": 0,
"status": 0
}
]
}
{
"numberOfNewAlert": 14,
"feedsList": [
{
"notes": "",
"liveFeedId": 1861,
"status": 4
}
]
}
Loading...