circle-info
Squadcast is now SolarWinds Incident Response

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
chevron-right
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
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
chevron-right
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
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
chevron-right
200

The request has succeeded.

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

Last updated