Zerto APIs : Volumes API : URL
  
URL
Information about all volumes
https://zvm_ip:port/v1/volumes
To get list of volumes info of current site
https://zvm_ip:port/v1/volumes?volumeType={volumeType}&vpgIdentifier={vpgIdentifier}&datastoreIdentifier={datastoreIdentifier}&protectedVmIdentifier={protectedVmIdentifier}&owningVmIdentifier={owningVmIdentifier}
Where:
zvm_ip
The IP address of the Zerto Virtual Manager where the API is run.
port
The port to access the Zerto Virtual Manager. The default port is 9669.
Filters
Filters are optional and any combination of filters is valid. When no filter is specified, all volumes are returned. Filters are not case-sensitive.
 
Filter
Description
 
volumeType
The type of volume. Possible values are:
0 or Protected
1 or Recovery
2 or Journal
3 or Scratch
6 or Appliances
10 or Unknown
 
vpgIdentifier
The identifier of the VPG.
 
datastoreIdentifier
The identifier of the datastore.
 
protectedVmIdentifier
The identifier of the protected virtual machine.
 
owningVmIdentifier
The identifier of the owning virtual machine.