VMware Cloud Community
Infocrossing
Contributor
Contributor

Pull a report from vCloud Director 5.1

Trying to pull information of a specific org in our vCD,  Want to list all vAPP and VMs and the related inf. Is this possible or is their not reporting built into vCD?

Reply
0 Kudos
3 Replies
IamTHEvilONE
Immortal
Immortal

you can build this from the query service (REST API).

you can request all vApps from a specific org, then parse the vApps to list all the VMs/information.

Reply
0 Kudos
Lyghtnin
Enthusiast
Enthusiast

I'm looking for something similar -- is there any type of health check available for vCD? I've seen these but they are 2 years old.

http://www.virtu-al.net/2012/03/13/vcdaudit-for-vcloud-director/

http://www.virtuallyghetto.com/2012/01/vcloud-director-report-100.html

Thanks!

Reply
0 Kudos
tsugliani
VMware Employee
VMware Employee

I've built this long ago, source is on github too, hopefully it could fit your needs.

vCloud Scripts by tsugliani

Reply
0 Kudos