Forum Discussion
Eric_Frankenfie
Feb 25, 2015Nimbostratus
Get Profile_Type_Client_SSL from Virtual Server
I am trying to retrieve the client SSL profile from a list of virtual servers, but I am having difficulties. Any help would be greatly appreciated
Here is what I have so far:
Get list of v...
Feb 25, 2015
Hi eric,
there is no specific filter for client-ssl profile. You can probably parse based on a good naming convention. Here is a sample to dump all profiles of a specific virtual via iControl REST (just replace the virtual server name in the self link, please):curl -s -k -u admin:admin -H "Content-Type: application/json" -X GET https://localhost/mgmt/tm/ltm/virtual/~Common~vs_101_8081/profiles?\$select=name | grep -ioP '(?<=\{"name":")[^"]+(?="\})'
Sorry for not being able to support you regarding the legacy iControl.
Thanks, StephanRecent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects