Get details of a virtual machine protection group backup.

get/backup-recovery/v1beta1/virtual-machine-protection-groups/{vmpg-id}/backups/{backup-id}

Get detailed information for a virtual machine protection group backup qualified by backup-id.

Securitybearer
Request
path Parameters
vmpg-id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group.

Example: 9b4c14a6-3cd5-4907-97c4-cf44c5b641e4
backup-id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group backup.

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

Detailed information of a virtual-machine-protection-group backup

400

Bad Request

401

Unauthorized

403

Forbidden

404

Not found

500

Internal Server ErrorResponse.

Request samples
Response samples
application/json
{
  • "appType": "VMWARE",
  • "backupSetsInfo": [
    ],
  • "backupType": "BACKUP",
  • "consistency": "APPLICATION",
  • "consoleUri": "string",
  • "containsRdmDisks": true,
  • "createdAt": "2019-08-24T14:15:22Z",
  • "createdByInfo": {
    },
  • "customerId": "string",
  • "dataOrchestratorInfo": [
    ],
  • "description": "string",
  • "expiresAt": "2019-08-24T14:15:22Z",
  • "generation": 0,
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "lockedUntil": "2020-04-03T05:03:08.900Z",
  • "name": "backup1",
  • "pointInTime": "2020-03-03T05:03:08.902Z",
  • "protectionStoreInfo": {
    },
  • "resourceUri": "/backup-recovery/v1beta1/virtual-machine-protection-groups/{id}/backups/id/",
  • "scheduleInfo": {
    },
  • "sourceCopyInfo": {
    },
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "storageSystemInfo": {
    },
  • "type": "backup-recovery/virtual-machine-protection-group-backup",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "verificationInfo": {
    },
  • "verified": true
}