Get a Volume Protection Group snapshot identified by {id}.

get/backup-recovery/v1beta1/volume-protection-groups/{id}/snapshots/{snapshot-id}

Get detailed information for a registered Volume Protection Group snapshot qualified by id.

Securitybearer
Request
path Parameters
id
required
string <uuid>

UUID string uniquely identifying the Volume Protection Group.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
snapshot-id
required
string <uuid>

UUID string uniquely identifying the Volume Protection Group snapshot.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
Responses
200

Success

401

Unauthorized

403

Forbidden

404

Resource not found

500

Internal / unexpected error

Request samples
Response samples
application/json
{
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdByInfo": {
    },
  • "customerId": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "description": "string",
  • "expiresAt": "2020-04-03T05:03:08.900Z",
  • "generation": 0,
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "individualSnapshotsInfo": [
    ],
  • "lockedUntil": "2020-04-03T05:03:08.900Z",
  • "name": "myVpgSnapshot",
  • "pointInTime": "2020-03-03T05:03:08.902Z",
  • "resourceUri": "/backup-recovery/v1beta1/volume-protection-groups/8740e4f8-9f68-4b36-8f89-6bdf0808e111/snapshots/9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "scheduleInfo": {
    },
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "storageSystemInfo": {
    },
  • "storageSystemSnapshotId": "5d991e37-5be8-4aeb-a185-dd5008c68317",
  • "type": "string",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "vpgInfo": {
    }
}