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.
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.