Forum Discussion

nonenonenone123's avatar
nonenonenone123
Icon for Nimbostratus rankNimbostratus
Oct 23, 2015

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