Method: investigations.trigger

Full name: projects.locations.instances.investigations.trigger

Custom method to manually trigger an investigation for a given alert.

HTTP request


Path parameters

Parameters
parent

string

Identifier. The parent of the investigation to be triggered. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "alertId": string
}
Fields
alertId

string

Required. The alertId for which the investigation needs to be triggered.

Response body

If successful, the response body contains an instance of Investigation.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.