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”, below
“VRAs: POST”, on page 180
“VRAs: PUT”, on page 182
“VRAs: DELETE”, on page 184
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 Group of VRAs
POST
https://zvm_ip:port/v1/vras/upgrade
Upgrade a Specific 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}