VMware Cloud Community
chrischrischris
Enthusiast
Enthusiast

Where do I start to write a script to confirm our site is properly licensed for VRA and vCloud Suite?

Hi all,

Where do I start to write a script to confirm our site is properly licensed for VRA and vCloud Suite?

Thanks!

-Chris

2 Replies
cpatidar
VMware Employee
VMware Employee

chrischrischris 

use the REST API to get licence details to confrim this. You can use the API in any script. See the APi details below:

vRealize Automation Licensing Service API - VMware API Explorer - VMware {code}

Check the API Reference guide for API (GET /api/licenses).

chrischrischris
Enthusiast
Enthusiast

Thank you!