OS Config API (osconfig:v1)

2021-12-13

2 new methods

Additions

    Methods
  • osconfig.projects.patchDeployments.resume

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

      Path: v1/{+name}:resume

      HTTP Method: POST

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

      Parameters:

        name

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

          Location: path

          Required: Yes

          Type: string

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

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

      Parameter Order: name

  • osconfig.projects.patchDeployments.pause

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

      HTTP Method: POST

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

      Parameter Order: name

      Parameters:

        name

          Required: Yes

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

          Location: path

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

          Type: string

      Path: v1/{+name}:pause

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