iControl REST 101: Getting Started
So you’ve heard of this iControl REST thing, have you? You’re excited at the idea of a simple, light weight API that allows you programmatic access via tried and true tmsh commands with which you may...
Published Feb 13, 2014
Version 1.0Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
Colin_Walker_12
Historic F5 Account
Joined May 12, 2005
fpieressa
Jul 20, 2014Altostratus
For perl boys: curl -sk -u admin:admin -X GET "https://x.x.x.x/mgmt/tm/ltm/" | perl -e 'use JSON; use Data::Dumper; $json = decode_json(); print Dumper($json)'