Forum Discussion
nonenonenone123
Nimbostratus
Oct 23, 2015iControl REST $filter processing not HTTP compliant?
I'm trying to get objects over iControl REST using python "requests". The expected method would be something like: r = requests.session()
r.get('https://tmhost/mgmt/tm/ltm/node', params={'$filte...
Brad_Parker_139
Nacreous
Oct 23, 2015I think you will need to pass the params as a string, though its not pretty. i.e.
r.get('https://tmhost/mgmt/tm/ltm/node', params='$filter=name eq NODENAME')Brad_Parker_139
Nacreous
Oct 26, 2015Its not a bug, its the design of the iControl REST api. I don't know that there is a plan to allow URL encoding or not. Many frameworks are more than happy to not use URL encoding for REST.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects