Files
wehub-resource-sync e04ed9c211
CF: Deploy Dev Docs / deploy (push) Has been cancelled
Sync Labels / build (push) Has been cancelled
tests / unit tests (macos-latest) (push) Has been cancelled
tests / unit tests (windows-latest) (push) Has been cancelled
tests / unit tests (ubuntu-latest) (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:32:45 +08:00

1.2 KiB

title, type, description
title type description
AlloyDB Postgres Admin docs Details of the AlloyDB Postgres Admin prebuilt configuration.

AlloyDB Postgres Admin

  • --prebuilt value: alloydb-postgres-admin
  • Permissions:
    • AlloyDB Viewer (roles/alloydb.viewer) is required for list and get tools.
    • AlloyDB Admin (roles/alloydb.admin) is required for create tools.
  • Tools:
    • create_cluster: Creates a new AlloyDB cluster.
    • list_clusters: Lists all AlloyDB clusters in a project.
    • get_cluster: Gets information about a specified AlloyDB cluster.
    • create_instance: Creates a new AlloyDB instance within a cluster.
    • list_instances: Lists all instances within an AlloyDB cluster.
    • get_instance: Gets information about a specified AlloyDB instance.
    • create_user: Creates a new database user in an AlloyDB cluster.
    • list_users: Lists all database users within an AlloyDB cluster.
    • get_user: Gets information about a specified database user in an AlloyDB cluster.
    • wait_for_operation: Polls the operations API to track the status of long-running operations.