alloydb-get-instance

The “alloydb-get-instance” tool retrieves details for a specific AlloyDB instance.

About

The alloydb-get-instance tool retrieves detailed information for a single, specified AlloyDB instance. It is compatible with alloydb-admin source.

ParameterTypeDescriptionRequired
projectstringThe GCP project ID to get instance for.Yes
locationstringThe location of the instance (e.g., ‘us-central1’).Yes
clusterstringThe ID of the cluster.Yes
instancestringThe ID of the instance to retrieve.Yes

Example

tools:  get_specific_instance:  kind: alloydb-get-instance  source: my-alloydb-admin-source  description: Use this tool to retrieve details for a specific AlloyDB instance. 

Reference

fieldtyperequireddescription
kindstringtrueMust be alloydb-get-instance.
sourcestringtrueThe name of an alloydb-admin source.
descriptionstringfalseDescription of the tool that is passed to the agent.