Method: organizations.locations.organizationEvents.get

Retrieves a resource containing information about an event affecting an organization .

HTTP request

GET https://servicehealth.googleapis.com/v1/{name=organizations/*/locations/*/organizationEvents/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Unique name of the event in this scope including organization and event ID using the form organizations/{organization_id}/locations/locations/global/organizationEvents/{event_id}.

organization_id - ID (number) of the project that contains the event. To get your organization_id, see Getting your organization resource ID.
event_id - Organization event ID to retrieve.

Request body

The request body must be empty.

Response body

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

Authorization scopes

Requires the following OAuth scope:

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

For more information, see the Authentication Overview.

IAM Permissions

Requires the following IAM permission on the name resource:

  • servicehealth.organizationEvents.get

For more information, see the IAM documentation.