Update Console Alert Details
This operation updates the status of a console alert.
Path Parameters
- liveFeedId string required
- application/json
Request Body required
updateFeedsList object[]
Responses
- 200
OK
- application/json
- Schema
- Example (from schema)
- Example 1
Schema
- numberOfNewAlert integer
feedsList object[]
{
"numberOfNewAlert": 0,
"feedsList": [
{
"notes": "string",
"liveFeedId": 0,
"status": 0
}
]
}
{
"numberOfNewAlert": 14,
"feedsList": [
{
"notes": "",
"liveFeedId": 1861,
"status": 4
}
]
}
POST /alert/:livefeedid
Authorization
type: apiKeyname: Authtokenin: header
Request
Request
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
}
]
}'
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
}
]
}'
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
}
]
}'
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
}
]
}'
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
}
]
}'
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
}
]
}'
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
}
]
}'