list_uptime_checks
Monitor and retrieve Uptime checks for a specific Google Cloud Platform project to track service availability and performance.
Instructions
List Uptime checks in a GCP project.
Args:
project_id: The ID of the GCP project to list Uptime checks for
Returns:
List of Uptime checks in 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": "list_uptime_checksArguments",
"type": "object"
}