Method: organizations.locations.organizationImpacts.get

Retrieves a resource containing information about impact to an asset under an organization affected by a service health event.

HTTP request

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

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the resource using the form organizations/{organization_id}/locations/global/organizationImpacts/{organization_impact_id}.

organization_id - ID (number) of the organization that contains the event. To get your organization_id, see Getting your organization resource ID.
organization_impact_id - ID of the OrganizationImpact resource.

Request body

The request body must be empty.

Response body

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

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.organizationImpacts.get

For more information, see the IAM documentation.