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
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'
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.