vmware / pyvmomi-community-samples

A place for community contributed samples for the pyVmomi library.
Apache License 2.0
1.01k stars 922 forks source link

How do I perform ComplianceScan and Remediate of a cluster (VLCM feature) #695

Open wazeem27 opened 2 years ago

wazeem27 commented 2 years ago

Is your feature request related to a problem? Please describe.

I am trying to automate the VCenter VLCM features such as ComplianceScan and remediate operations of a cluster with target ESXi and Fw packages. I am using PyVmomi library for the automation. Does pyvmomi has the function to perform those operations?

Describe the solution you'd like

.

Describe alternatives you've considered

No response

Additional context

No response

soji-omiwade commented 1 year ago

Hi Wazeem, in my case, I only need to create a vlcm cluster via PvVmomi. Were you able to do this? Thanks!