VMware Cloud Community
JoJoGabor
Expert
Expert
Jump to solution

Referencing a Configuration Element Directly From Code

Is it possible to directly reference a configuration element from Orchestrator code. I have always mapped a Config Element to an attribute in a workflow but would find it much less cumbersome to call it directly from code

0 Kudos
1 Solution

Accepted Solutions
tschoergez
Leadership
Leadership
Jump to solution

yes, it is possible, check the part about scripting here: Configuration Elements revisited - VMware vCenter Orchestrator Blog - VMware Blogs

Server.getConfigurationElement..... methods should get you there.

Regards,
Joerg

View solution in original post

0 Kudos
2 Replies
tschoergez
Leadership
Leadership
Jump to solution

yes, it is possible, check the part about scripting here: Configuration Elements revisited - VMware vCenter Orchestrator Blog - VMware Blogs

Server.getConfigurationElement..... methods should get you there.

Regards,
Joerg

0 Kudos
JoJoGabor
Expert
Expert
Jump to solution

Perfect - THhanks

I don't understand why VMware don't make that action standard.

0 Kudos