Cloud Composer API: projects. Manages Apache Airflow environments on Google Cloud Platform. See: https://cloud.google.com/composer/api/reference/rest/v1/projects
Cloud Composer API: projects. Manages Apache Airflow environments on Google Cloud Platform. See: https://cloud.google.com/composer/api/reference/rest/v1/projects
(locations-environments-create$ auth parameters body)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/create
Required parameters: parent
Optional parameters: none
Body:
{:name string, :uuid string, :createTime string, :state string, :config {:databaseConfig DatabaseConfig, :gkeCluster string, :airflowUri string, :nodeConfig NodeConfig, :softwareConfig SoftwareConfig, :webServerNetworkAccessControl WebServerNetworkAccessControl, :privateEnvironmentConfig PrivateEnvironmentConfig, :webServerConfig WebServerConfig, :nodeCount integer, :encryptionConfig EncryptionConfig, :dagGcsPrefix string}, :labels {}, :updateTime string}
Create a new environment.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/create Required parameters: parent Optional parameters: none Body: {:name string, :uuid string, :createTime string, :state string, :config {:databaseConfig DatabaseConfig, :gkeCluster string, :airflowUri string, :nodeConfig NodeConfig, :softwareConfig SoftwareConfig, :webServerNetworkAccessControl WebServerNetworkAccessControl, :privateEnvironmentConfig PrivateEnvironmentConfig, :webServerConfig WebServerConfig, :nodeCount integer, :encryptionConfig EncryptionConfig, :dagGcsPrefix string}, :labels {}, :updateTime string} Create a new environment.
(locations-environments-delete$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/delete
Required parameters: name
Optional parameters: none
Delete an environment.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/delete Required parameters: name Optional parameters: none Delete an environment.
(locations-environments-get$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/get
Required parameters: name
Optional parameters: none
Get an existing environment.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/get Required parameters: name Optional parameters: none Get an existing environment.
(locations-environments-list$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/list
Required parameters: parent
Optional parameters: pageSize, pageToken
List environments.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/list Required parameters: parent Optional parameters: pageSize, pageToken List environments.
(locations-environments-patch$ auth parameters body)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/patch
Required parameters: name
Optional parameters: updateMask
Body:
{:name string, :uuid string, :createTime string, :state string, :config {:databaseConfig DatabaseConfig, :gkeCluster string, :airflowUri string, :nodeConfig NodeConfig, :softwareConfig SoftwareConfig, :webServerNetworkAccessControl WebServerNetworkAccessControl, :privateEnvironmentConfig PrivateEnvironmentConfig, :webServerConfig WebServerConfig, :nodeCount integer, :encryptionConfig EncryptionConfig, :dagGcsPrefix string}, :labels {}, :updateTime string}
Update an environment.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/environments/patch Required parameters: name Optional parameters: updateMask Body: {:name string, :uuid string, :createTime string, :state string, :config {:databaseConfig DatabaseConfig, :gkeCluster string, :airflowUri string, :nodeConfig NodeConfig, :softwareConfig SoftwareConfig, :webServerNetworkAccessControl WebServerNetworkAccessControl, :privateEnvironmentConfig PrivateEnvironmentConfig, :webServerConfig WebServerConfig, :nodeCount integer, :encryptionConfig EncryptionConfig, :dagGcsPrefix string}, :labels {}, :updateTime string} Update an environment.
(locations-imageVersions-list$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/imageVersions/list
Required parameters: parent
Optional parameters: pageToken, includePastReleases, pageSize
List ImageVersions for provided location.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/imageVersions/list Required parameters: parent Optional parameters: pageToken, includePastReleases, pageSize List ImageVersions for provided location.
(locations-operations-delete$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/delete
Required parameters: name
Optional parameters: none
Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns google.rpc.Code.UNIMPLEMENTED
.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/delete Required parameters: name Optional parameters: none Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
(locations-operations-get$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/get
Required parameters: name
Optional parameters: none
Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/get Required parameters: name Optional parameters: none Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
(locations-operations-list$ auth parameters)
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/list
Required parameters: name
Optional parameters: pageToken, filter, pageSize
Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns UNIMPLEMENTED
. NOTE: the name
binding allows API services to override the binding to use different resource name schemes, such as users/*/operations
. To override the binding, API services can add a binding such as "/v1/{name=users/*}/operations"
to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
https://cloud.google.com/composer/api/reference/rest/v1/projects/locations/operations/list Required parameters: name Optional parameters: pageToken, filter, pageSize Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. NOTE: the `name` binding allows API services to override the binding to use different resource name schemes, such as `users/*/operations`. To override the binding, API services can add a binding such as `"/v1/{name=users/*}/operations"` to their service configuration. For backwards compatibility, the default name includes the operations collection id, however overriding users must ensure the name binding is the parent resource, without the operations collection id.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close