v1
latestOpenAPI 3.1.02026-07-171921144.8 KBalert-submission
Submit Alert for Processing
Submit a new alert for processing through the Alert Agent pipeline. Accepts NvSchema Behavior JSON (default) or a serialized Protobuf Behavior (set Content-Type: application/x-protobuf).
post/api/v1/alerts
Request body
Response
Alert accepted and queued for processing
Example response
{
"id": "evt-12345-67890",
"message": "Alert queued for processing",
"status": "accepted",
"timestamp": "2025-01-15T14:30:05Z"
}