Skip to main content

Update Console Alert Details

This operation updates the status of a console alert.

More Details

Path Parameters
  • liveFeedId string required
Request Body required
  • updateFeedsList object[]
  • liveFeedId integer
  • status integer
Responses

OK


Schema
  • numberOfNewAlert integer
  • feedsList object[]
  • notes string
  • liveFeedId integer
  • status integer
POST /alert/:livefeedid    

Authorization

type: apiKeyname: Authtokenin: header

Request

Click Edit to configure Base URL
https://CommandCenterHostName/commandcenter/api
Security Scheme
token
liveFeedId — path required
Body required

{
"updateFeedsList": [
{
"liveFeedId": 0,
"status": 0
}
]
}
curl -L -X POST 'https://CommandCenterHostName/commandcenter/api/Alert/:liveFeedId' \
-H 'Content-Type: application/json' \
-H 'Accept: application/json' \
-H 'Authtoken: <API_KEY_VALUE>' \
--data-raw '{
"updateFeedsList": [
{
"liveFeedId": 0,
"status": 0
}
]
}'