Whiteboard Wednesday: Working with iControl REST Query Parameters
In this episode of Whiteboard Wednesday, Jason digs into the query parameters supported by the iControl REST API.
Published Jul 08, 2015
Version 1.0JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.JRahm
Admin
Christ Follower, Husband, Father, Technologist. I love community and I especially love THIS community. My background is networking, but I've dabbled in all the F5 iStuff, I'm a recovering Perl guy, and am very much a python enthusiast. Learning alongside all of you in this accelerating industry toward modern apps and architectures.2 Comments
- Michael_Jenkins
Cirrostratus
Is the `option` parameter you mention available in all versions of iControlREST? Was trying to test that along with you and got a couple errors (running 11.5.0). I did have to change `/sys/conn` to use `/sys/connection` to get the connections list. Then, I get an `unknown property` error when trying to use the options. (so my url would be something like `https://bigip/mgmt/tm/sys/connection?options=cs-server-addr+10.0.0.1`) Thanks! - Yeah, for the API you need to full connection keyword, sorry for abbreviating that on the URL. ?options=... should be supported in 11.5+, if it's not working properly I'd open a case.