-
Notifications
You must be signed in to change notification settings - Fork 27
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
enclosure_groups.create() Does not take valid data and returns JSON error #103
Comments
@saketmarodia, We have fixed the issue and the changes have been merged. Please check it once and let us know the results. |
Well , i tried with the new version today and still facing the same issue as well. column 11 points to 'enclosureTypeUri': '/rest/enclosure-types/SY12000' in the JSON as far as i can see. Regards |
@Georgimi, I'm sorry that still you are facing the issue. To see the changes in python module, we need to do the below steps: Please let us know if this helps. |
did that. Still not working for EGs. Regards |
@Georgimi, EG creation is working fine in python without any issue, but its causing the problem in Ansible and I could reproduce the error in ansible. We are working on it, will update you once it is fixed. |
@Georgimi, Resolution Steps:
Please do check the paths depending on the python version you use.
Hopefully the above checks should help you resolve the issue. |
I am facing the same issue while EG creation, The JSON is valid and Creates a EG if the REST endpoint.
uri2="https://"+IP+"/rest/enclosure-groups"
response2 = requests.post(uri2,verify=False,json=EG_data,headers=Headers)
But it gives an error when using the Python SDK.
This is the same issue as Issue #84
The text was updated successfully, but these errors were encountered: