File Share Snapshots
Gets fileshare snapshot details by fileshare id.
get/v1beta/{tenantId}/file/snapshots/{shareSnapshotId}
Response
OK
Example response
{
"id": "084bf71e-a102-11e7-88a8-e31fe6d52248",
"createdAt": "2017-07-10T14:36:58.014Z",
"updatedAt": "2017-07-10T14:36:58.014Z",
"shareSize": 2,
"snapshotSize": 2,
"metadata": {
"snapshotId": "string",
"snapshotName": "string",
"lvPath": "string"
}
}