Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

Global Event Rules

List Global Event Rules

get
/v3/global-event-rules

Get a list of all GERs

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
owner_idstringRequired
page_sizeintegerOptional
page_numberintegerOptional
filters.owner_id[]string[]Optional
filters.searchstringOptional
Responses
200

The request has succeeded.

application/json
get/v3/global-event-rules

Create Global Event Rule

post
/v3/global-event-rules

Create a GER

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
namestringRequired
descriptionstringRequired
owner_idstringRequired
Responses
201

The request has succeeded and a new resource has been created as a result.

application/json
post/v3/global-event-rules

Get Global Event Rule by ID

get
/v3/global-event-rules/{ger_id}

Get a GER by its ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ger_idintegerRequired
Responses
200

The request has succeeded.

application/json
get/v3/global-event-rules/{ger_id}

Delete Global Event Rule by ID

delete
/v3/global-event-rules/{ger_id}

Delete a GER by its ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ger_idintegerRequired
Responses
204

There is no content to send for this request, but the headers may be useful.

*/*
objectOptional
delete/v3/global-event-rules/{ger_id}

Update Global Event Rule by ID

patch
/v3/global-event-rules/{ger_id}

Update a GER by its ID

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
ger_idintegerRequired
Body
namestringOptional
descriptionstringOptional
Responses
200

The request has succeeded.

application/json
patch/v3/global-event-rules/{ger_id}

Last updated