Hi, I wanted to ask if behaviour I noticed is expected or not.
Basically I wanted to get info about ESXi node version connected to cluster. Listing nodes using "" works ok.
When i try "" or "" I get response:
{
"error_type": "UNAUTHORIZED",
"messages": []
}
It start to work when I change user role to administrator but Its not what I want to use for security reason. Why these API endpoints dont work with read-only user?