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
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
File "/Users/user_name/virtual_env_name/lib/python3.5/site-packages/nsxramlclient/client.py", line 156, in _request
query_parameters_dict)
File "/Users/user_name/virtual_env_name/lib/python3.5/site-packages/nsxramlclient/client.py", line 390, in add_query_parameter_url
found_res_object[1].methods[method].queryParameters.keys() if
AttributeError: 'NoneType' object has no attribute 'keys'
Thank you.
The text was updated successfully, but these errors were encountered:
File "./nsx_test.py", line 58, in <module>
timestamp})
File "/usr/local/lib/python2.7/dist-packages/nsxramlclient/client.py", line 85, in read
additional_headers)
File "/usr/local/lib/python2.7/dist-packages/nsxramlclient/client.py", line 154, in _request
query_parameters_dict)
File "/usr/local/lib/python2.7/dist-packages/nsxramlclient/client.py", line 392, in add_query_parameter_url
found_res_object[1].methods[method].queryParameters.keys() if
AttributeError: 'NoneType' object has no attribute 'keys'
We should be able to add startTime, endTime and interval query_parameters_dict.
Should I open an other Issue for the endpoint?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, I found some problem in raml file, so I'll write it down here.
Abstract
Query parameter "failIfExists" and "failIfAbsent" defined in "NSX vSphere API Guide - NSX 6.2 for vSphere" at Title URI are not defined in nsxraml.
Happend in
RAML version: 6.2.3 (defined in nsxvapi.raml, line-11)
Effect to other project
nsxramlclient crashes when we add query parameters in client.update / delete method like following
Code
OutPut
Thank you.
The text was updated successfully, but these errors were encountered: