Forum Discussion

msaunders's avatar
msaunders
Icon for Nimbostratus rankNimbostratus
May 23, 2016

get list of client ssl profiles for HTML select

I am building a perl based web site to enable developers to create new VIPs/Pools in a controlled environment.

 

I need to be able to populate a SELECT so the user can select the SSL Client Profile to be used with the new VIP. If I could just get a list of the names, I can work with the list one way or another.

 

I do not see an option with BigIP::iControl to get a list of SSL Client Profile names.

 

I can get ALL the SSL Client Profile data with curl -k -uuser:password -v but I am unable to narrow the data to just the profile names.

 

Any assistance would be greatly appreciated.

 

Thanks

 

2 Replies

  • Hi,

     

    I think you can't narrow to get only the clientssl profile names. But does it matters because using javascript and ajax to call this api, you can store the json data in a table and then add only names in the select input using a key/value to filter your table.

     

  • To filter on the name with curl (escape the $) -

    /mgmt/tm/ltm/profile/clientSsl?\$select=name