Get a virtual machine Protection Group resource.

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

Get detailed information for a registered virtual machine Protection Group qualified by id.

Securitybearer
Request
path Parameters
id
required
string

UUID string uniquely identifying the Virtual Machine Protection Group.

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
{
  • "appType": "VMWARE",
  • "assets": [
    ],
  • "assetsCategory": "VVOL_VMS",
  • "consoleUri": "string",
  • "createdAt": "2019-08-24T14:15:22Z",
  • "customerId": "string",
  • "dataOrchestratorInfo": [
    ],
  • "description": "string",
  • "displayName": "myProtectionGroup",
  • "dynamicMemberFilter": {
    },
  • "generation": 0,
  • "hypervisorManagerInfo": {
    },
  • "id": "9b4c14a6-3cd5-4907-97c4-cf44c5b641e4",
  • "name": "myProtectionGroup",
  • "nativeAppInfo": {
    },
  • "protectedResourcesInfo": {
    },
  • "protectionJobInfo": {
    },
  • "replicationInfo": {
    },
  • "resourceUri": "/backup-recovery/v1beta1/virtual-machine-protection-groups/id/",
  • "state": "OK",
  • "stateReason": "string",
  • "status": "OK",
  • "type": "backup-recovery/virtual-machine-protection-group",
  • "updatedAt": "2019-08-24T14:15:22Z",
  • "vmProtectionGroupType": "NATIVE",
  • "volumesInfo": [
    ]
}