Assured Workloads API (assuredworkloads:v1beta1)

2024-09-26

2 removed methods

Deletions

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

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

      Parameter Order : name

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

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

      HTTP Method : POST

      Path : v1beta1/{+name}:apply

      Parameters :

        name

          Type : string

          Location : path

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

          Required : Yes

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

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

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

      Parameters :

        parent

          Required : Yes

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

          Type : string

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

          Location : path

        pageToken

          Location : query

          Description : Page token returned from previous request.

          Type : string

        pageSize

          Format : int32

          Type : integer

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

          Location : query

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

      HTTP Method : GET

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

      Path : v1beta1/{+parent}/updates

      Parameter Order : parent