openstk
openstk

Reputation: 137

Is there any way to restart ESX management network through python PyVmomi

I am trying to restart an ESX management network through Python Pyvmomi. Even after Google search I did not find any relevant API to do so. Please help me if there is any API which can restart/stop ESX management network which is managed by VCentre.

Upvotes: 0

Views: 444

Answers (1)

Michael Rice
Michael Rice

Reputation: 8194

OK. Well the answer is no this is not possible using pyvmomi. If you are open to using an SSH lib you could log onto the ESX/i server directly and do the steps in the KB article.

Upvotes: 1

Related Questions