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
Cirrus
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')- nonenonenone123Oct 26, 2015
Nimbostratus
That is indeed really unpleasant. Do you know if this is a known limitation, bug, or similar? - Brad_ParkerOct 26, 2015
Cirrus
Its 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