REST Resource: organizations.locations.organizationImpacts

Resource: OrganizationImpact

Represents impact to assets at organizational level. It is a read-only view and does not allow any modifications.

JSON representation
{
  "name": string,
  "events": [
    string
  ],
  "asset": {
    object (Asset)
  },
  "updateTime": string
}
Fields
name

string

Output only. Unique name of the organization impact in this scope including organization and location using the form organizations/{organization_id}/locations/{location}/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.

events[]

string

Output only. A list of event names impacting the asset.

asset

object (Asset)

Output only. Google Cloud asset possibly impacted by the specified events.

updateTime

string (Timestamp format)

Output only. The time when the affected project was last modified.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Asset

Represents the asset impacted by the events.

JSON representation
{
  "assetName": string,
  "assetType": string
}
Fields
assetName

string

Output only. Full name of the resource as defined in Resource Names.

assetType

string

Output only. Type of the asset. Example: "cloudresourcemanager.googleapis.com/Project"

Methods

get

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

list

Lists assets impacted by organization events under a given organization and location.