googleapis.com

Manages alerts on issues affecting your domain. Note: The current version of this API (v1beta1) is available to all Google Workspace customers.

🔑 oauth2 11 endpoints analyticsmedia
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (10 total)

mcp-toolbox-sdk-python ✓ Official
pip install mcp-toolbox-sdk-python
python-storage ✓ Official
pip install python-storage
python-aiplatform ✓ Official
pip install python-aiplatform
python-genai ✓ Official
pip install python-genai
js-genai ✓ Official
npm install js-genai
go-genai ✓ Official
go get github.com/googleapis/go-genai
sdk-platform-java ✓ Official
# Maven: see https://github.com/googleapis/sdk-platform-java
java-genai ✓ Official
# Maven: see https://github.com/googleapis/java-genai
dotnet-genai ✓ Official
# See https://github.com/googleapis/dotnet-genai
gax-java ✓ Official
# See https://github.com/googleapis/gax-java
curl examples
Lists the alerts.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://alertcenter.googleapis.com/v1beta1/alerts
Returns customer-level settings.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://alertcenter.googleapis.com/v1beta1/settings
Gets the specified alert. Attempting to get a nonexistent alert returns `NOT_…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  https://alertcenter.googleapis.com/v1beta1/alerts/{alertId}
Endpoints (11 total)
GET
/v1beta1/alerts
Lists the alerts.
GET
/v1beta1/settings
Returns customer-level settings.
GET
/v1beta1/alerts/{alertId}
Gets the specified alert. Attempting to get a nonexistent alert returns `NOT_…
GET
/v1beta1/alerts/{alertId}/feedback
Lists all the feedback for an alert. Attempting to list feedbacks for a non-e…
GET
/v1beta1/alerts/{alertId}/metadata
Returns the metadata of an alert. Attempting to get metadata for a non-existe…
POST
/v1beta1/alerts:batchDelete
Performs batch delete operation on alerts.
POST
/v1beta1/alerts:batchUndelete
Performs batch undelete operation on alerts.
POST
/v1beta1/alerts/{alertId}/feedback
Creates new feedback for an alert. Attempting to create a feedback for a non-…
POST
/v1beta1/alerts/{alertId}:undelete
Restores, or "undeletes", an alert that was marked for deletion within the pa…
PATCH
/v1beta1/settings
Updates the customer-level settings.
DELETE
/v1beta1/alerts/{alertId}
Marks the specified alert for deletion. An alert that has been marked for del…
At a glance
Total SDKs10
Languages6
Endpoints11
Authoauth2
Categories2
https://alertcenter.googleapis.com