Cloud Composer 1 is in the post-maintenance mode. Google does not release any further updates to Cloud Composer 1, including new versions of Airflow, bugfixes, and security updates. We recommend planning migration to Cloud Composer 2.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-25 UTC."],[[["This API endpoint fetches database properties for a specified environment using a GET request."],["The request URL follows gRPC Transcoding syntax and requires a path parameter `environment` to identify the target environment."],["The request body must be empty, and the response will include details like `primaryGceZone`, `secondaryGceZone`, and `isFailoverReplicaAvailable`."],["Authorization requires the `composer.environments.get` IAM permission on the environment resource and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."],["The response body details the instance's primary and failover zones along with the failover replica availability status."]]],[]]