Go library to manage BIG-IP iControl REST API
 Problem this snippet solves:  This library provides necessary structs and functions to manage the whole REST API. Some REST Calls may require BIG-IP v12.1.x to work properly.  How to use this snippet...
Updated Jun 06, 2023
Version 2.0Yann_Desmarest
Cirrus
Joined September 11, 2012
Vincent_Li_9688
Dec 26, 2017Historic F5 Account
when build the sample script, got error below:
cannot use []ltm.Profile literal (type []ltm.Profile) as type []string in field value
            Profiles: []ltm.Profile{
                    {
                            Name:    "tcp-mobile-optimized",
                            Context: "all",
                    },
                    {
                            Name: "http",
                    },
            },