Provides ways to manage Bare Metal Solution hardware installed in a regional extension located near a Google Cloud data center.
- REST Resource: v2.projects.locations
- REST Resource: v2.projects.locations.instances
- REST Resource: v2.projects.locations.networks
- REST Resource: v2.projects.locations.nfsShares
- REST Resource: v2.projects.locations.volumes
- REST Resource: v2.projects.locations.volumes.luns
- REST Resource: v1.operations
Service: baremetalsolution.googleapis.com
To call this service, we recommend that you use the Google-provided client libraries. If your application needs to use your own libraries to call this service, use the following information when you make the API requests.
Discovery document
A Discovery Document is a machine-readable specification for describing and consuming REST APIs. It is used to build client libraries, IDE plugins, and other tools that interact with Google APIs. One service may provide multiple discovery documents. This service provides the following discovery documents:
Service endpoint
A service endpoint is a base URL that specifies the network address of an API service. One service might have multiple service endpoints. This service has the following service endpoint and all URIs below are relative to this service endpoint:
https://baremetalsolution.googleapis.com
REST Resource: v2.projects.locations
Methods | |
---|---|
get |
GET /v2/{name=projects/*/locations/*} Gets information about a location. |
list |
GET /v2/{name=projects/*}/locations Lists information about the supported locations for this service. |
REST Resource: v2.projects.locations.instances
Methods | |
---|---|
get |
GET /v2/{name=projects/*/locations/*/instances/*} Get details about a single server. |
list |
GET /v2/{parent=projects/*/locations/*}/instances List servers in a given project and location. |
patch |
PATCH /v2/{instance.name=projects/*/locations/*/instances/*} Update details of a single server. |
reset |
POST /v2/{name=projects/*/locations/*/instances/*}:reset Perform an ungraceful, hard reset on a server. |
start |
POST /v2/{name=projects/*/locations/*/instances/*}:start Starts a server that was shutdown. |
stop |
POST /v2/{name=projects/*/locations/*/instances/*}:stop Stop a running server. |
REST Resource: v2.projects.locations.networks
Methods | |
---|---|
get |
GET /v2/{name=projects/*/locations/*/networks/*} Get details of a single network. |
list |
GET /v2/{parent=projects/*/locations/*}/networks List network in a given project and location. |
patch |
PATCH /v2/{network.name=projects/*/locations/*/networks/*} Update details of a single network. |
REST Resource: v2.projects.locations.volumes
Methods | |
---|---|
get |
GET /v2/{name=projects/*/locations/*/volumes/*} Get details of a single storage volume. |
list |
GET /v2/{parent=projects/*/locations/*}/volumes List storage volumes in a given project and location. |
patch |
PATCH /v2/{volume.name=projects/*/locations/*/volumes/*} Update details of a single storage volume. |
REST Resource: v2.projects.locations.volumes.luns
Methods | |
---|---|
get |
GET /v2/{name=projects/*/locations/*/volumes/*/luns/*} Get details of a single storage logical unit number(LUN). |
list |
GET /v2/{parent=projects/*/locations/*/volumes/*}/luns List storage volume luns for given storage volume. |
REST Resource: v1.operations
Methods | |
---|---|
cancel |
POST /v1/{name=operations/**}:cancel Starts asynchronous cancellation on a long-running operation. |
delete |
DELETE /v1/{name=operations/**} Deletes a long-running operation. |
get |
GET /v1/{name=operations/**} Gets the latest state of a long-running operation. |
list |
GET /v1/{name} Lists operations that match the specified filter in the request. |