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:
https://zvm_ip:port/v1/vras – GET Methods
https://zvm_ip:port/v1/vras – POST Methods
https://zvm_ip:port/v1/vras – PUT Methods
https://zvm_ip:port/v1/vpgs – DELETE Methods
Purpose
Method
URI
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}
HTTP Methods
GET, POST, PUT, DELETE
Security
The API is exposed over HTTPS. Client code must use the x-zerto-session HTTP authorization header.
See Also
Starting a session: https://zvm_ip:port/v1/session – POST Method
Format
Json, XML