Demystifying iControl REST Part 1 - Understanding the request URI
iControl REST. It’s iControl SOAP’s baby brother, introduced back in TMOS version 11.4 as an early access feature but was released fully in version 11.5.
Several articles on basic usage h...
Published Jun 17, 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.wayne8
Nimbostratus
Nov 29, 2023Thanks for this post. It's really helpful.
I write a python script to add a new SNMP server to the "allowed address" in F5 LTM snmp configuration. It's using REST API to update 'client allow list' in LTM.
The correct endpoint is used 'x.x.x.x/mgmt/tm/sys/snmp' and my new snmp server is successfully added using requests.put method.
However, I noticed that after this, the 'contact info' and 'machine location' both change to below. This is definitely not in my script. I wonder why this is happening?
"sysContact": "Customer Name <admin@customer.com>", "sysLocation": "Network Closet 1",