Zerto Virtual Replication APIs : VRAs API
  
VRAs API
/v1/vras returns information about VRAs or installs or performs actions on a specific VRA. The following API are available:
VRAs: GET
VRAs: POST
VRAs: PUT
VRAs: DELETE
Purpose
Method
URL
Information for all VRAs
GET
https://zvm_ip:port/v1/vras
Information for one VRA
GET
https://zvm_ip:port/v1/vras/{vraIdentifier}
Valid VRA IP configuration types
GET
https://zvm_ip:port/v1/vras/ipconfigurationtypes
Valid VRA statuses
GET
https://zvm_ip:port/v1/vras/statuses
Install a VRA
POST
https://zvm_ip:port/v1/vras
Upgrade a VRA
POST
https://zvm_ip:port/v1/vras/{vraIdentifier}/upgrade
Edit a VRA
PUT
https://zvm_ip:port/v1/vras/{vraIdentifier}
Delete a VRA
DELETE
https://zvm_ip:port/v1/vras/{vraIdentifier}