2022-10-24
▼ ▲ baremetalsolution.projects.locations.volumes.snapshots.get
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Description : Required. The name of the snapshot.
Type : string
Pattern : ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/snapshots/[^/]+$
Required : Yes
Path : v2/{+name}
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots/{snapshotsId}
HTTP Method : GET
Parameter Order : name
Description : Returns the specified snapshot resource. Returns INVALID_ARGUMENT if called for a non-boot volume.
▼ ▲ baremetalsolution.projects.locations.volumes.snapshots.delete
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots/{snapshotsId}
HTTP Method : DELETE
Description : Deletes a volume snapshot. Returns INVALID_ARGUMENT if called for a non-boot volume.
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
name
Location : path
Type : string
Description : Required. The name of the snapshot to delete.
Pattern : ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/snapshots/[^/]+$
Required : Yes
Parameter Order : name
Path : v2/{+name}
▼ ▲ baremetalsolution.projects.locations.volumes.snapshots.create
Parameters :
parent
Description : Required. The volume to snapshot.
Type : string
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/volumes/[^/]+$
Location : path
HTTP Method : POST
Path : v2/{+parent}/snapshots
Description : Takes a snapshot of a boot volume. Returns INVALID_ARGUMENT if called for a non-boot volume.
Parameter Order : parent
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots
▼ ▲ baremetalsolution.projects.locations.volumes.snapshots.list
Parameter Order : parent
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots
Description : Retrieves the list of snapshots for the specified volume. Returns a response with an empty list of snapshots if called for a non-boot volume.
HTTP Method : GET
Parameters :
pageToken
Location : query
Description : A token identifying a page of results from the server.
Type : string
parent
Type : string
Description : Required. Parent value for ListVolumesRequest.
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/volumes/[^/]+$
pageSize
Description : Requested page size. The server might return fewer items than requested. If unspecified, server will pick an appropriate default.
Format : int32
Location : query
Type : integer
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v2/{+parent}/snapshots
▼ ▲ baremetalsolution.projects.locations.volumes.snapshots.restoreVolumeSnapshot
Parameters :
volumeSnapshot
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/volumes/[^/]+/snapshots/[^/]+$
Location : path
Description : Required. Name of the snapshot which will be used to restore its parent volume.
Type : string
Flat Path : v2/projects/{projectsId}/locations/{locationsId}/volumes/{volumesId}/snapshots/{snapshotsId}:restoreVolumeSnapshot
Description : Uses the specified snapshot to restore its parent volume. Returns INVALID_ARGUMENT if called for a non-boot volume.
Path : v2/{+volumeSnapshot}:restoreVolumeSnapshot
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : volumeSnapshot
HTTP Method : POST