Skip to main content

Retrieve a list of volume snapshot descriptions

GET /azure/vsa/volumes/{workingEnvironmentId}/{svmName}/{volumeName}/snapshots

Returns a list of snapshot descriptions for the volume.

Parameters

Name Type In Required Description

workingEnvironmentId

string

path

True

svmName

string

path

True

volumeName

string

path

True

Error

Status: Default, Default response
Name Type Required Description

accessTime

integer

True

label

string

False

name

string

True

Example error response
{
  "accessTime": 0,
  "label": "string",
  "name": "string"
}