VMware Live Cyber Recovery API Reference Operations Index

VMware Live Cyber Recovery API Reference Operations Index

All available VMware Live Cyber Recovery API Reference Operations

Cloud File System
GET
Get Cloud File Systems

Get a list of all deployed cloud file systems in your VMware Live Cyber Recovery organization.

GET
Get Cloud File System Details

Get details for an individual cloud file system.

Protected Site Vcenter
GET
Get Protected Site Vcenters

Get a list of all vCenter Servers registered at a specific protected site.

Protected Site
GET
Get Protected Sites

Protected sites can be filtered by protection groups, or protected vCenters. To do so provide a filter_spec with a list of protection group, or vCenter IDs.

Example usage:

 curl -s -X GET \\
      -H "Content-Type: application/json" \\
      -H "Accept: application/json" \\
      -H "x-da-access-token: {access-token}" \\
      https://vcdr-xxx-xxx-xxx-xxx.app.vcdr.vmware.com/api/vcdr/v1/cloud-file-systems/30326566-2201-3121-9cb9-42c6e465647c/protected-sites?filter_spec.protection_group_ids=pg_id&filter_spec.protection_group_ids=another_pg_id&filter_spec.vcenter_ids=vcenter_id&filter_spec.vcenter_ids=another_vcenter_id 
GET
Get Protected Site Details

Get details about an individual protected site.

Protected Vm
GET
Get Protected Virtual Machines

Protected VMs can be filtered by protection groups, protection group snapshots, protected sites, or protected vCenters. To do so provide a filter_spec with a list of protection group, protection group snapshot, site, or vCenter IDs.

Example usage:

 curl -s -X GET \\
      -H "Content-Type: application/json" \\
      -H "Accept: application/json" \\
      -H "x-da-access-token: {access-token}" \\
      https://vcdr-xxx-xxx-xxx-xxx.app.vcdr.vmware.com/api/vcdr/v1/cloud-file-systems/30326566-2201-3121-9cb9-42c6e465647c/protected-vms?filter_spec.site_ids=site_id&filter_spec.site_ids=another_site_id&filter_spec.vcenter_ids=vcenter_id&filter_spec.vcenter_ids=another_vcenter_id&filter_spec.protection_group_ids=pg_id&filter_spec.protection_group_ids=another_pg_id&protection_group_snapshot_id=pg_snapshot_id&protection_group_snapshot_id=another_pg_snapshot_id 
POST
Get Protected Virtual Machine Batch Details

Get detailed information about the specified VMs.

Protection Group
GET
Get Protection Groups

Protection groups can be filtered by protected sites, or protected vCenters. To do so provide a filter_spec with a list of site, or vCenter IDs.

Example usage:

 curl -s -X GET \\
      -H "Content-Type: application/json" \\
      -H "Accept: application/json" \\
      -H "x-da-access-token: {access-token}" \\
      https://vcdr-xxx-xxx-xxx-xxx.app.vcdr.vmware.com/api/vcdr/v1/cloud-file-systems/30326566-2201-3121-9cb9-42c6e465647c/protection-groups?filter_spec.site_ids=site_id&filter_spec.site_ids=another_site_id&filter_spec.vcenter_ids=vcenter_id&filter_spec.vcenter_ids=another_vcenter_id 
GET
Get Protection Group Details

Get details for the requested protection group.

POST
Get Protection Group Batch Details

Get details for one or more requested protection groups.

Protection Group Snapshot
GET
Get Protection Group Snapshots

Get a list of all snapshots in a specific protection group.

GET
Get Protection Group Snapshot Details

Get detailed information for a protection group snapshot.

Recovery Plan
GET
Get Recovery Plans

Get a list of all recovery plans associated with an individual cloud file system.

GET
Get Recovery Plan Details

Get details for the requested recovery plan.

POST
Get Recovery Plan Batch Details

Get details for one or more requested recovery plans.

Recovery Sddc
GET
Get Recovery Sddc

List VMware Cloud (VMC) Recovery Software-Defined Datacenters (SDDCs).

GET
Get Recovery Sddc Details

Get details of a specific Recovery SDDC.

Statistic
GET
Get Statistic

Get region statistic VMs data.