List Resource Types

Request

Response

METHOD URL
GET https://zcm_ip:port/v1/zorgs/resources/types

Where:

zcm_ip The IP address of the Zerto Cloud Manager where the API is run.
port The port to access the Zerto Cloud Manager. The default port is 9989.

Request

The request body is empty.

Response

The following is an example response Json body.

[{
  "VCDOrganization",
  "VCDOrganizationVirtualDatacenter",
  "VCenterDatastore",
  "VCenterNetwork",
  "VCenterResourcePool",
  "BackupRepository"
}]

Parameter Description
VCDOrganization The vCD organization?
VCDOrganizationVirtualDatacenter The virtual datacenter used by the vCD organization
VCenterDatastore The vCenter storage used by the journal for the virtual machines.
VCenterNetwork The vCenter networks that connect the protected and recovery sites.
VCenterResourcePool The vCenter resource pool for the recovered virtual machines.
BackupRepository The repository where offsite backups are written.

Back to List of APIs

Back to ZORG APIs

See also Starting and Ending a Session