OS Config API (osconfig:v1beta)

2021-12-13

2 new methods

Additions

    Methods
  • osconfig.projects.patchDeployments.resume

      Description : Change state of patch deployment back to "ACTIVE". Patch deployment in active state continues to generate patch jobs.

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

      Parameters :

        name

          Required : Yes

          Location : path

          Description : Required. The resource name of the patch deployment in the form `projects/*/patchDeployments/*`.

          Type : string

          Pattern : ^projects/[^/]+/patchDeployments/[^/]+$

      Parameter Order : name

      Path : v1beta/{+name}:resume

      Flat Path : v1beta/projects/{projectsId}/patchDeployments/{patchDeploymentsId}:resume

      HTTP Method : POST

  • osconfig.projects.patchDeployments.pause

      Parameter Order : name

      HTTP Method : POST

      Description : Change state of patch deployment to "PAUSED". Patch deployment in paused state doesn't generate patch jobs.

      Path : v1beta/{+name}:pause

      Parameters :

        name

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/patchDeployments/[^/]+$

          Description : Required. The resource name of the patch deployment in the form `projects/*/patchDeployments/*`.

          Location : path

      Flat Path : v1beta/projects/{projectsId}/patchDeployments/{patchDeploymentsId}:pause

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