get_monitoring_alerts
Retrieve active monitoring alerts for a specified GCP project to ensure prompt issue identification and resolution. Input the project ID to receive relevant alerts.
Instructions
Get active monitoring alerts for a GCP project.
Args:
project_id: The ID of the GCP project to get alerts for
Returns:
Active alerts for the specified GCP project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
project_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"project_id": {
"title": "Project Id",
"type": "string"
}
},
"required": [
"project_id"
],
"title": "get_monitoring_alertsArguments",
"type": "object"
}