Assured Workloads API (assuredworkloads:v1beta1)

2024-09-25

2 new methods

Additions

    Methods
  • assuredworkloads.organizations.locations.workloads.updates.apply

      Parameter Order : name

      Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}/updates/{updatesId}:apply

      Path : v1beta1/{+name}:apply

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

      Description : This endpoint creates a new operation to apply the given update.

      Parameters :

        name

          Required : Yes

          Pattern : ^organizations/[^/]+/locations/[^/]+/workloads/[^/]+/updates/[^/]+$

          Location : path

          Description : Required. The resource name of the update. Format: organizations/{org_id}/locations/{location_id}/workloads/{workload_id}/updates/{update_id}

          Type : string

      HTTP Method : POST

  • assuredworkloads.organizations.locations.workloads.updates.list

      Parameters :

        pageSize

          Type : integer

          Format : int32

          Description : Page size. The default value is 20 and the max allowed value is 100.

          Location : query

        parent

          Pattern : ^organizations/[^/]+/locations/[^/]+/workloads/[^/]+$

          Required : Yes

          Type : string

          Description : Required. organizations/{org_id}/locations/{location_id}/workloads/{workload_id}

          Location : path

        pageToken

          Location : query

          Type : string

          Description : Page token returned from previous request.

      Path : v1beta1/{+parent}/updates

      Parameter Order : parent

      HTTP Method : GET

      Description : This endpoint lists all updates for the given workload.

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

      Flat Path : v1beta1/organizations/{organizationsId}/locations/{locationsId}/workloads/{workloadsId}/updates