-
1. Re: Correlating Objects - Cluster/REST Host
eoinbyrne Nov 15, 2019 6:32 AM (in response to Jamison618)2 people found this helpfulYou can use ConfigurationElements for exactly this purpose - example is below
Each attribute is named after the cluster name and the value reference points to the RESTHost to use for the operation....
I use this a lot and it's very effective. You can load a configuration element dynamically in a script like this
---------------------------------------------------------------------------------------------------------
Was it helpful? Let us know by completing this short survey here.
-
2. Re: Correlating Objects - Cluster/REST Host
qc4vmware Jul 30, 2019 2:52 PM (in response to Jamison618)1 person found this helpfulConfiguration elements as demonstrated are great for this sort of thing. Another alternative is using vRO tagging. You can tag any object in the inventory. I've not made use of this but the feature does exist.
Paul
-
3. Re: Correlating Objects - Cluster/REST Host
Jamison618 Jul 30, 2019 3:19 PM (in response to eoinbyrne)Thanks for the thorough response and example code. Much appreciated!!