-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validation failed: Unexpected response returned from system Invalid API version requested #893
Comments
@agrare Please take a look when you have a chance. |
Hi, Is there an update on this? |
Hi sorry @kiranjagadesh I've been on pto, we're going to need your help testing this one out since we don't have a vCloud Director system to test with. The API version dropdown is here https://github.com/ManageIQ/manageiq-providers-vmware/blob/master/app/models/manageiq/providers/vmware/cloud_manager.rb#L52-L70
And adding these two entries to the array:
So that the whole options array looks like this:
Then save that and restart evmserverd by running |
(NOTE I don't think this is a bug exactly, we never supported vCloud v10 so this would be an enhancement but a great one) |
Closing #891 in favor of this one, only because I already replied. |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
2 similar comments
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
This issue has been automatically marked as stale because it has not been updated for at least 3 months. If you can still reproduce this issue on the current release or on |
Hi @agrare,
We are unable to validate the VMware Cloud connection; it triggers an error validation issue for the API.
We have a vCloud Api version using 10.5.1, but the Managiq Api drop-down list shows only the 9.0 version.
Error Message:
Validation failed: Unexpected response returned from system: The request has invalid accept header: Invalid API version requested. Supported API versions are: [39.0.0-alpha, 38.0, 37.2, 37.1, 37.0, 36.3 [D], 36.2 [D], 36.1 [D], 36.0 [D], 35.2 [D], 35.0 [D]] ([D] indicates deprecated versions)
Kindly help us to resolve this issue.
The text was updated successfully, but these errors were encountered: