On September 15, 2026, all Cloud Composer 1 versions and versions 2.0.x of Cloud Composer 2 will reach their planned end of life. You will not be able to use environments with these versions. We recommend planning migration to Cloud Composer 3. Cloud Composer 2 versions 2.1.x and later are still supported and are not impacted by this change.

Method: projects.locations.environments.fetchDatabaseProperties

Fetches database properties.

HTTP request

GET https://composer.googleapis.com/v1/{environment=projects/*/locations/*/environments/*}:fetchDatabaseProperties

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
environment

string

Required. The resource name of the environment, in the form: "projects/{projectId}/locations/{locationId}/environments/{environmentId}"

Authorization requires the following IAM permission on the specified resource environment:

  • composer.environments.get

Request body

The request body must be empty.

Response body

Response for FetchDatabasePropertiesRequest.

If successful, the response body contains data with the following structure:

JSON representation
{
 "primaryGceZone": string,
 "secondaryGceZone": string,
 "isFailoverReplicaAvailable": boolean
}
Fields
primaryGceZone

string

The Compute Engine zone that the instance is currently serving from.

secondaryGceZone

string

The Compute Engine zone that the failover instance is currently serving from for a regional Cloud SQL instance.

isFailoverReplicaAvailable

boolean

The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The primary instance can only fail over to the failover replica when the status is true.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年06月30日 UTC.