v1
latestOpenAPI 3.0.02026-07-243339471.1 MBAlerts
Set alert priority
This API endpoint sets the priority level for the specified alerts.
post/network-notifications/v1/alerts/priority
Request body
Example request
{
"keys": [
"ad4c9f5b-25d2-37f9-a4ed-fc0e6b0f5825",
"bd5c9f5b-35d2-47f9-b4ed-fc0e6b0f5826"
],
"priority": "High"
}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"
}