You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/tidal tools/vsphere.md
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -157,3 +157,32 @@ Another alternative is to set the following environment variables with the neede
157
157
- VSPHERE_SERVER
158
158
- VSPHERE_TLS
159
159
- VSPHERE_INSECURE
160
+
161
+
## Troubleshooting
162
+
163
+
### Login failing with error `expected element type <Envelope> but have <html>`
164
+
165
+
The reason behind this behavior is that provided vSphere login data references [vCenter REST API](https://developer.vmware.com/apis/vsphere-automation/latest/vcenter/)
166
+
service which is exposed on `/rest` (versions `<=6.5`) or `/api` (versions `>6.5`) endpoint.
167
+
168
+
Instead, Tidal Tools CLI uses [vSphere Web Services API](https://developer.vmware.com/apis/1355/vsphere) which is exposed on `/sdk`
169
+
endpoint. This service is enabled by default on vSphere products for versions `>=v5.5`.
170
+
If you have manually disabled this service, Tidal vSphere functionalities cannot be used.
0 commit comments