VMware Live Cyber Recovery API Reference Operations Index
All available VMware Live Cyber Recovery API Reference Operations
Get a list of all deployed cloud file systems in your VMware Live Cyber Recovery organization.
Get details for an individual cloud file system.
Get a list of all vCenter Servers registered at a specific protected site.
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 details about an individual protected site.
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
Get detailed information about the specified VMs.
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 details for the requested protection group.
Get details for one or more requested protection groups.
Get a list of all snapshots in a specific protection group.
Get detailed information for a protection group snapshot.
Get a list of all recovery plans associated with an individual cloud file system.
Get details for the requested recovery plan.
Get details for one or more requested recovery plans.
List VMware Cloud (VMC) Recovery Software-Defined Datacenters (SDDCs).
Get details of a specific Recovery SDDC.
Get region statistic VMs data.