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}  |