Manages Apache Airflow environments on Google Cloud Platform.
- REST Resource: v1beta1.projects.locations.environments
- REST Resource: v1beta1.projects.locations.environments.userWorkloadsConfigMaps
- REST Resource: v1beta1.projects.locations.environments.userWorkloadsSecrets
- REST Resource: v1beta1.projects.locations.environments.workloads
- REST Resource: v1beta1.projects.locations.imageVersions
- REST Resource: v1beta1.projects.locations.operations
- REST Resource: v1.projects.locations.environments
- REST Resource: v1.projects.locations.environments.userWorkloadsConfigMaps
- REST Resource: v1.projects.locations.environments.userWorkloadsSecrets
- REST Resource: v1.projects.locations.environments.workloads
- REST Resource: v1.projects.locations.imageVersions
- REST Resource: v1.projects.locations.operations
Service: composer.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
- https://composer.googleapis.com
REST Resource: v1beta1.projects.locations.environments
| Methods | |
|---|---|
| checkUpgrade | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:checkUpgradeCheck if an upgrade operation on the environment will succeed. | 
| create | POST /v1beta1/{parent=projects/*/locations/*}/environmentsCreate a new environment. | 
| databaseFailover | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:databaseFailoverTriggers database failover (only for highly resilient environments). | 
| delete | DELETE /v1beta1/{name=projects/*/locations/*/environments/*}Delete an environment. | 
| executeAirflowCommand | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:executeAirflowCommandExecutes Airflow CLI command. | 
| fetchDatabaseProperties | GET /v1beta1/{environment=projects/*/locations/*/environments/*}:fetchDatabasePropertiesFetches database properties. | 
| get | GET /v1beta1/{name=projects/*/locations/*/environments/*}Get an existing environment. | 
| list | GET /v1beta1/{parent=projects/*/locations/*}/environmentsList environments. | 
| loadSnapshot | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:loadSnapshotLoads a snapshot of a Cloud Composer environment. | 
| patch | PATCH /v1beta1/{name=projects/*/locations/*/environments/*}Update an environment. | 
| pollAirflowCommand | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:pollAirflowCommandPolls Airflow CLI command execution and fetches logs. | 
| restartWebServer | POST /v1beta1/{name=projects/*/locations/*/environments/*}:restartWebServerRestart Airflow web server. | 
| saveSnapshot | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:saveSnapshotCreates a snapshots of a Cloud Composer environment. | 
| stopAirflowCommand | POST /v1beta1/{environment=projects/*/locations/*/environments/*}:stopAirflowCommandStops Airflow CLI command execution. | 
REST Resource: v1beta1.projects.locations.environments.userWorkloadsConfigMaps
| Methods | |
|---|---|
| create | POST /v1beta1/{parent=projects/*/locations/*/environments/*}/userWorkloadsConfigMapsCreates a user workloads ConfigMap. | 
| delete | DELETE /v1beta1/{name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}Deletes a user workloads ConfigMap. | 
| get | GET /v1beta1/{name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}Gets an existing user workloads ConfigMap. | 
| list | GET /v1beta1/{parent=projects/*/locations/*/environments/*}/userWorkloadsConfigMapsLists user workloads ConfigMaps. | 
| update | PUT /v1beta1/{userWorkloadsConfigMap.name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}Updates a user workloads ConfigMap. | 
REST Resource: v1beta1.projects.locations.environments.userWorkloadsSecrets
| Methods | |
|---|---|
| create | POST /v1beta1/{parent=projects/*/locations/*/environments/*}/userWorkloadsSecretsCreates a user workloads Secret. | 
| delete | DELETE /v1beta1/{name=projects/*/locations/*/environments/*/userWorkloadsSecrets/*}Deletes a user workloads Secret. | 
| get | GET /v1beta1/{name=projects/*/locations/*/environments/*/userWorkloadsSecrets/*}Gets an existing user workloads Secret. | 
| list | GET /v1beta1/{parent=projects/*/locations/*/environments/*}/userWorkloadsSecretsLists user workloads Secrets. | 
| update | PUT /v1beta1/{userWorkloadsSecret.name=projects/*/locations/*/environments/*/userWorkloadsSecrets/*}Updates a user workloads Secret. | 
REST Resource: v1beta1.projects.locations.environments.workloads
| Methods | |
|---|---|
| list | GET /v1beta1/{parent=projects/*/locations/*/environments/*}/workloadsLists workloads in a Cloud Composer environment. | 
REST Resource: v1beta1.projects.locations.imageVersions
| Methods | |
|---|---|
| list | GET /v1beta1/{parent=projects/*/locations/*}/imageVersionsList ImageVersions for provided location. | 
REST Resource: v1beta1.projects.locations.operations
| Methods | |
|---|---|
| delete | DELETE /v1beta1/{name=projects/*/locations/*/operations/*}Deletes a long-running operation. | 
| get | GET /v1beta1/{name=projects/*/locations/*/operations/*}Gets the latest state of a long-running operation. | 
| list | GET /v1beta1/{name=projects/*/locations/*}/operationsLists operations that match the specified filter in the request. | 
REST Resource: v1.projects.locations.environments
| Methods | |
|---|---|
| checkUpgrade | POST /v1/{environment=projects/*/locations/*/environments/*}:checkUpgradeCheck if an upgrade operation on the environment will succeed. | 
| create | POST /v1/{parent=projects/*/locations/*}/environmentsCreate a new environment. | 
| databaseFailover | POST /v1/{environment=projects/*/locations/*/environments/*}:databaseFailoverTriggers database failover (only for highly resilient environments). | 
| delete | DELETE /v1/{name=projects/*/locations/*/environments/*}Delete an environment. | 
| executeAirflowCommand | POST /v1/{environment=projects/*/locations/*/environments/*}:executeAirflowCommandExecutes Airflow CLI command. | 
| fetchDatabaseProperties | GET /v1/{environment=projects/*/locations/*/environments/*}:fetchDatabasePropertiesFetches database properties. | 
| get | GET /v1/{name=projects/*/locations/*/environments/*}Get an existing environment. | 
| list | GET /v1/{parent=projects/*/locations/*}/environmentsList environments. | 
| loadSnapshot | POST /v1/{environment=projects/*/locations/*/environments/*}:loadSnapshotLoads a snapshot of a Cloud Composer environment. | 
| patch | PATCH /v1/{name=projects/*/locations/*/environments/*}Update an environment. | 
| pollAirflowCommand | POST /v1/{environment=projects/*/locations/*/environments/*}:pollAirflowCommandPolls Airflow CLI command execution and fetches logs. | 
| restartWebServer | POST /v1/{name=projects/*/locations/*/environments/*}:restartWebServerRestart Airflow web server. | 
| saveSnapshot | POST /v1/{environment=projects/*/locations/*/environments/*}:saveSnapshotCreates a snapshots of a Cloud Composer environment. | 
| stopAirflowCommand | POST /v1/{environment=projects/*/locations/*/environments/*}:stopAirflowCommandStops Airflow CLI command execution. | 
REST Resource: v1.projects.locations.environments.userWorkloadsConfigMaps
| Methods | |
|---|---|
| create | POST /v1/{parent=projects/*/locations/*/environments/*}/userWorkloadsConfigMapsCreates a user workloads ConfigMap. | 
| delete | DELETE /v1/{name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}Deletes a user workloads ConfigMap. | 
| get | GET /v1/{name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}Gets an existing user workloads ConfigMap. | 
| list | GET /v1/{parent=projects/*/locations/*/environments/*}/userWorkloadsConfigMapsLists user workloads ConfigMaps. | 
| update | PUT /v1/{userWorkloadsConfigMap.name=projects/*/locations/*/environments/*/userWorkloadsConfigMaps/*}Updates a user workloads ConfigMap. | 
REST Resource: v1.projects.locations.environments.userWorkloadsSecrets
| Methods | |
|---|---|
| create | POST /v1/{parent=projects/*/locations/*/environments/*}/userWorkloadsSecretsCreates a user workloads Secret. | 
| delete | DELETE /v1/{name=projects/*/locations/*/environments/*/userWorkloadsSecrets/*}Deletes a user workloads Secret. | 
| get | GET /v1/{name=projects/*/locations/*/environments/*/userWorkloadsSecrets/*}Gets an existing user workloads Secret. | 
| list | GET /v1/{parent=projects/*/locations/*/environments/*}/userWorkloadsSecretsLists user workloads Secrets. | 
| update | PUT /v1/{userWorkloadsSecret.name=projects/*/locations/*/environments/*/userWorkloadsSecrets/*}Updates a user workloads Secret. | 
REST Resource: v1.projects.locations.environments.workloads
| Methods | |
|---|---|
| list | GET /v1/{parent=projects/*/locations/*/environments/*}/workloadsLists workloads in a Cloud Composer environment. | 
REST Resource: v1.projects.locations.imageVersions
| Methods | |
|---|---|
| list | GET /v1/{parent=projects/*/locations/*}/imageVersionsList ImageVersions for provided location. | 
REST Resource: v1.projects.locations.operations
| Methods | |
|---|---|
| delete | DELETE /v1/{name=projects/*/locations/*/operations/*}Deletes a long-running operation. | 
| get | GET /v1/{name=projects/*/locations/*/operations/*}Gets the latest state of a long-running operation. | 
| list | GET /v1/{name=projects/*/locations/*}/operationsLists operations that match the specified filter in the request. |