VMware Cloud Community
kphil22
VMware Employee
VMware Employee

How to get all Day 2 actions from vRA

After getting all deployment IDs from the API, I then get all User Events for those deployment IDs,

I only have Onboarded and Reboot showing under "name" for the user events. What about console, snapshot, ect?

Am querying the wrong objects?

How would I go about getting all day 2 actions? From inside Cloud Assembly, under Infrastructure -> Actions -> Requests I see only 25 day 2 actions. I would like more than just 25 entries.

 

Reply
0 Kudos
1 Reply
RebeccaW
Enthusiast
Enthusiast

I think for /deployment/api/deployments/{deploymentId}/actions you are going to get the deployment level actions and then for machine level like console you would need to get the resource Id and use /deployment/api/deployments/{deploymentId}/resources/{resourceId}/actions 

Reply
0 Kudos