Unable to connect the host https://host-ip/sdk
This issue is caused by blocked Host access from NSX Orchestrator node
In vSphere go to the Host > Configure > System > Firewall. Connections > vSphere Web Client, change "Allowed IP addresses" should be set to all or the IP address of the orchestrator node.
You can use netcat (nc) to confirm connectivity to the TCP ports (443,80 and 902) from the NSX Manager(s) to the vSphere Host:
#nc -zv <host-ip> 443
Connection to <host_ip> 443 port [tcp/*] succeeded!
Impact/Risks:
Not able to upgrade a host during NSX-T upgrade.