curl -X POST "https://api.warrn.io/v2/alerts/cpu-high-web-03/acknowledge?identifierType=alias" \
-H "Authorization: Bearer warrn_k8sM2vL9xQ7nP4wR..."
{
"result": "Request will be processed",
"took": 0.0,
"requestId": "f7a8b9c0-d1e2-3456-7890-abcdef123456"
}
Acknowledge an alert using OpsGenie API v2 format. Supports lookup by alias.
curl -X POST "https://api.warrn.io/v2/alerts/cpu-high-web-03/acknowledge?identifierType=alias" \
-H "Authorization: Bearer warrn_k8sM2vL9xQ7nP4wR..."
{
"result": "Request will be processed",
"took": 0.0,
"requestId": "f7a8b9c0-d1e2-3456-7890-abcdef123456"
}
Acknowledge an alert. Supports lookup by alias, ID, or tiny ID.Documentation Index
Fetch the complete documentation index at: https://docs.warrn.io/llms.txt
Use this file to discover all available pages before exploring further.
Bearer warrn_xxx. Requires write permission.id, alias, tiny.curl -X POST "https://api.warrn.io/v2/alerts/cpu-high-web-03/acknowledge?identifierType=alias" \
-H "Authorization: Bearer warrn_k8sM2vL9xQ7nP4wR..."
{
"result": "Request will be processed",
"took": 0.0,
"requestId": "f7a8b9c0-d1e2-3456-7890-abcdef123456"
}