I am trying to use the REST API /api/vcenter/host/maintenance/requests-v1 to move the ESX host to Maintenance mode. POST action was success. But host does not move to maintenance mode.
I have a vSphere v8.0 Trial version deployment where I am experimenting the Maintenance mode REST API. I have two ESX hosts and no cluster, no DRS, no HA in the setup.
I was able to move a host to maintenance mode from vSphere client web UI.
The host does not have any VMs running. Ready to be moved to maintenance mode.
I tried to use the REST API /api/vcenter/host/maintenance/requests-v1 from POSTMAN and the POST action was success and I am seeing the requests in the GET call to the above API.
But the host is not setting to maintenance mode in V-Sphere web client.
Am I missing any configurations/settings?
Any help would be really appreciated!