v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-13226495.2 KB
projects

Loads a snapshot of a Cloud Composer environment. As a result of this operation, a snapshot of environment's specified in LoadSnapshotRequest is loaded into the environment.

post/v1/{+environment}:loadSnapshot

Path parameters

environmentstring required

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

Request body

skipPypiPackagesInstallationboolean

Whether or not to skip installing Pypi packages when loading the environment's state.

snapshotPathstring

A Cloud Storage path to a snapshot to load, e.g.: "gs://my-bucket/snapshots/project_location_environment_timestamp".

skipAirflowOverridesSettingboolean

Whether or not to skip setting Airflow overrides when loading the environment's state.

skipEnvironmentVariablesSettingboolean

Whether or not to skip setting environment variables when loading the environment's state.

skipGcsDataCopyingboolean

Whether or not to skip copying Cloud Storage data when loading the environment's state.

Response

Successful response