Cloud Composer API (composer:v1)

2022-12-03

2 new methods

Additions

    Methods
  • composer.projects.locations.environments.saveSnapshot

      Path : v1/{+environment}:saveSnapshot

      Description : Creates a snapshots of a Cloud Composer environment. As a result of this operation, snapshot of environment's state is stored in a location specified in the SaveSnapshotRequest.

      Parameter Order : environment

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}:saveSnapshot

      HTTP Method : POST

      Parameters :

        environment

          Location : path

          Required : Yes

          Type : string

          Pattern : ^projects/[^/]+/locations/[^/]+/environments/[^/]+$

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

  • composer.projects.locations.environments.loadSnapshot

      Parameter Order : environment

      Path : v1/{+environment}:loadSnapshot

      Parameters :

        environment

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

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/environments/[^/]+$

          Location : path

      Description : 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.

      HTTP Method : POST

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/environments/{environmentsId}:loadSnapshot