This page describes how to use Personalized Service Health to monitor Google Cloud service health incidents across your organization. To learn how to programmatically access organization-level events, see Manage organization events with the Service Health API.
Overview
Personalized Service Health helps you monitor active disruptions impacting Google Cloud products and services. While you can view incidents on a project-by-project basis, you may find an organization-level view useful for broader insights.
With an organization-level view in Service Health, you can:
- Get a consolidated view of incidents. See all unique incidents impacting one or more projects across your entire organization in a single dashboard.
- Assess impact faster. Quickly understand which Google Cloud services are affected and gain a sense of the scope of impact across projects in your organization.
- Improve operational efficiency. Avoid checking for incidents project-by-project during widespread service disruptions and focus your response efforts.
Before you begin
To view incidents for an organization in Service Health:
Enable the Personalized Service Health API. You must enable the Service Health API per project for each project you want to include in the organization-level aggregated view. Enable the API for all relevant projects within your organization. For more information, refer to Manage events affecting your organization: Before you begin.
Grant the required Identity and Access Management (IAM) permissions. Accessing the Service Health Aggregated Views dashboard requires specific IAM permissions:
servicehealth.organizationEvents.listandservicehealth.organizationImpacts.list. These permissions ensure only authorized users can view organization-level service health information. For more information, refer to Manage Personalized Service Health access.
View incidents for an organization in the Google Cloud console
To view incidents for an organization in the Google Cloud console, follow these steps:
Select your organization in the Google Cloud console:
- In the Google Cloud console, click the Project selector at the top of the page.
- In the Select from dialog, select your organization from the list.
- Click Open.
Click the Service Health section. The organization-level view displays incidents relevant to your entire organization.
Within this view, you can:
- Review the incident list. The main view displays a filterable list of unique incidents. Each incident in this list has impacted at least one project within your selected organization.
Review incident details. Click an individual incident in the list to view its summary details. The summary card provides key information, including:
- A description of the incident.
- The number of projects within your organization that are impacted.
- The number of projects within your organization that are potentially at risk.
View impacted projects. Within the incident details, go to the Impact tab or click the View button associated with impacted projects. This section lists all projects within your organization that are affected by this specific incident. The list of impacted projects is filterable and sortable by columns such as Project ID, Project Number, and Relevance.
Examine project details. To view more detailed information about how a specific project is affected by an incident, click the individual project listed in the Impact tab. This opens the standard Service Health view for that project, which provides project-specific incident information.
Use the Service Health API
You can programmatically access organization-level incident data through the Service Health Organization API. This lets you integrate service health information into your automated workflows and dashboards.
For detailed information and examples on how to query organization-level events, see the Service Health Organization Events documentation.
What's next
- Learn more about Service Health.
- Explore the Service Health API documentation.