Alerts
Set alerts to active
This API endpoint sets the specified alerts to active status. This can be used to reactivate deferred alerts.
post/network-notifications/v1/alerts/active
Request body
Example request
{
"keys": [
"22071893000:47765082406",
"22071893000:47764775046"
]
}Response
Accepted response for asynchronous alert action operations.
Example response
{
"response": "Request accepted",
"taskId": "abc123-def456-ghi789",
"location": "/network-notifications/v1/alerts/async-operations/abc123-def456-ghi789"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.