hmm, reg. step 3. "Map Hosts to Clusters: Each host in the response from the /api/vcenter/host endpoint includes a cluster field that contains the cluster identifier (ID)" ...
As I posted my example before, there is no such info about cluster
GET https://{api_host}/api/vcenter/host
My Output: gathered from postman
{
"host": "host-10100",
"name": "Host01",
"connection_state": "CONNECTED",
"power_state": "POWERED_ON"
},
...