Skip to content

Link Alert to Event.

PUT
/api/infraprotect/namespaces/{namespace}/infraprotect/alert/{alert_id}/to_event
curl --request PUT \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/infraprotect/namespaces/example/infraprotect/alert/example/to_event \
--header 'Authorization: <Authorization>' \
--header 'Content-Type: application/json' \
--data '{ "alert_id": "example", "event_id": "example", "namespace": "example" }'

Allows customers to link alerts with events. This helps with tracking of any mitigation activity and event investigation.

Examples of this operation.

namespace
required
string

Namespace This request is supported only in system namespace.

alert_id
required
string

Alert ID Alert to be link with an event.

Media typeapplication/json
Add Alert to Event

Request to add an alert to event (link them together)

object
alert_id
Alert ID

Alert to be link with an event.

string
<= 1024 characters
event_id
Event ID

Event to be link with an alert.

string
<= 1024 characters
namespace
Namespace

This request is supported only in system namespace.

string
>= 6 characters <= 1024 characters
Examplegenerated
{
"alert_id": "example",
"event_id": "example",
"namespace": "example"
}

A successful response.

Media typeapplication/json
Add Alert to Event

Response to adding an alert to event.

object
Examplegenerated
{}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example