Bare Metal Solution API (baremetalsolution:v2)

2022-09-25

5 removed methods

Deletions

    Methods
  • baremetalsolution.projects.locations.sshKeys.create

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

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/sshKeys

      Parameter Order : parent

      Parameters :

        sshKeyId

          Location : query

          Description : Required. The ID to use for the key, which will become the final component of the key's resource name. This value must match the regex: [a-zA-Z0-9@.\-_]{1,64}

          Type : string

        parent

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

          Description : Required. The parent containing the SSH keys.

          Type : string

          Location : path

          Required : Yes

      Path : v2/{+parent}/sshKeys

      Description : Register a public SSH key in the specified project for use with the interactive serial console feature.

      HTTP Method : POST

  • baremetalsolution.projects.locations.sshKeys.list

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/sshKeys

      Path : v2/{+parent}/sshKeys

      Parameter Order : parent

      Description : Lists the public SSH keys registered for the specified project. These SSH keys are used only for the interactive serial console feature.

      HTTP Method : GET

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

      Parameters :

        pageToken

          Location : query

          Type : string

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

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : The maximum number of items to return.

        parent

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

          Required : Yes

          Location : path

          Type : string

          Description : Required. The parent containing the SSH keys. Currently, the only valid value for the location is "global".

  • baremetalsolution.projects.locations.sshKeys.delete

      Path : v2/{+name}

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

      Parameters :

        name

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/sshKeys/[^/]+$

          Required : Yes

          Description : Required. The name of the SSH key to delete. Currently, the only valid value for the location is "global".

          Type : string

      HTTP Method : DELETE

      Description : Deletes a public SSH key registered in the specified project.

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/sshKeys/{sshKeysId}

      Parameter Order : name

  • baremetalsolution.projects.locations.instances.enableInteractiveSerialConsole

      Parameter Order : name

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

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:enableInteractiveSerialConsole

      Path : v2/{+name}:enableInteractiveSerialConsole

      HTTP Method : POST

      Description : Enable the interactive serial console feature on an instance.

      Parameters :

        name

          Type : string

          Required : Yes

          Description : Required. Name of the resource.

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$

  • baremetalsolution.projects.locations.instances.disableInteractiveSerialConsole

      Description : Disable the interactive serial console feature on an instance.

      HTTP Method : POST

      Path : v2/{+name}:disableInteractiveSerialConsole

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

      Parameters :

        name

          Type : string

          Required : Yes

          Location : path

          Pattern : ^projects/[^/]+/locations/[^/]+/instances/[^/]+$

          Description : Required. Name of the resource.

      Parameter Order : name

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/instances/{instancesId}:disableInteractiveSerialConsole