VMware Cloud Community
spride
Enthusiast
Enthusiast
Jump to solution

vRO 6.0: How to get vRA Network Profile data?

I'm trying to write a vRO workflow that will get each Network Profile in vRA, grab the (external) static IP address ranges, and display them (for now).  The problem is I can't even figure out how to do the first step (get the vRA Network Profiles).  Anyone have any idea?  Thanks.

-- Stephen

0 Kudos
1 Solution

Accepted Solutions
virtualsabi
Enthusiast
Enthusiast
Jump to solution

Hi Stephen,

you can use the vCACEntityManager.

Your NetworkProfiles are stored in "StaticIPv4NetworProfiles".

Address ranges and IP usage you will find in "StaticIPv4Ranges" and "StaticIPv4Addresses".

Check CRUD Infrastructure Administration Tasks Example Scripts for using the vCACEntityManager

Greetz

View solution in original post

0 Kudos
2 Replies
virtualsabi
Enthusiast
Enthusiast
Jump to solution

Hi Stephen,

you can use the vCACEntityManager.

Your NetworkProfiles are stored in "StaticIPv4NetworProfiles".

Address ranges and IP usage you will find in "StaticIPv4Ranges" and "StaticIPv4Addresses".

Check CRUD Infrastructure Administration Tasks Example Scripts for using the vCACEntityManager

Greetz

0 Kudos
spride
Enthusiast
Enthusiast
Jump to solution

Nice.  Thanks.  I'll check it out.

-- Stephen

0 Kudos