mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 14:00:29 +00:00
2f6bb94ed3
A vSphere 6.x target fails the connect test at the Automation session step with a generic "HTTP 500" message, because /api on those releases routes to the JSON-RPC servlet. When /api/session fails with a non-auth status, probe the legacy /rest CIS session API with the same credentials; if that login works the target predates the JSON APIs Pulse uses, so the test now reports the unsupported-version warning naming the vCenter 8.0U1 floor instead of pointing at credentials. The probe deletes the session it creates. Also reword the frontend guidance for that category in plain terms. Related to #1585.