Bare Metal Solution API (baremetalsolution:v1alpha1)

2022-03-07

2 new methods | New API

Additions

    Methods
  • baremetalsolution.projects.provisioningQuotas.list

      Parameter Order: parent

      Description: List the budget details to provision resources on a given project.

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

      Path: v1alpha1/{+parent}/provisioningQuotas

      Flat Path: v1alpha1/projects/{projectsId}/provisioningQuotas

      Parameters:

        parent

          Pattern: ^projects/[^/]+$

          Description: Required. The parent project containing the provisioning quotas.

          Required: Yes

          Location: path

          Type: string

        pageToken

          Type: string

          Location: query

          Description: The next_page_token value returned from a previous List request, if any.

        pageSize

          Location: query

          Description: The maximum number of items to return.

          Format: int32

          Type: integer

      HTTP Method: GET

  • baremetalsolution.projects.locations.submitProvisioningConfig

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

      Path: v1alpha1/{+project}/{+location}:submitProvisioningConfig

      HTTP Method: POST

      Parameter Order:

    • project
    • location
    • Parameters:

        location

          Required: Yes

          Description: Required. The target location of the provisioning request.

          Pattern: ^locations/[^/]+$

          Location: path

          Type: string

        project

          Pattern: ^projects/[^/]+$

          Location: path

          Required: Yes

          Type: string

          Description: Required. The target project of the provisioning request.

      Description: Submit a provisiong configuration for a given project.

      Flat Path: v1alpha1/projects/{projectsId}/locations/{locationsId}:submitProvisioningConfig