VMware Cloud Community
abeshare
Contributor
Contributor

VRA Update Specific Deployment API

abeshare_0-1680660329259.png

Hello,
Currently new to automating things in VRA, is there anyway to trigger this action programatically?
Checked on Swagger UI for VRA 8.10, but still haven't find matching to my needs.

Thanks in Advance

0 Kudos
1 Reply
Ankush11s
VMware Employee
VMware Employee

You can make a get call to list out the what all day 2 actions you can perform 
get /deployment/api/deployments/{deploymentId}/actions

It will also provide what parameter you are expected to pass on 


later you can make post call to 
/deployment/api/deployments/{deploymentId}/requests

{  "actionId": "string",  "reason": "string",  "inputs": {}}

 

 

 

Mark this thread as resolved , if your query is answered 

0 Kudos