Forum Discussion

VIKRAM_377029's avatar
VIKRAM_377029
Icon for Nimbostratus rankNimbostratus
Nov 16, 2018

Unable to fetch the http_profile settings.

how do we get the properties of the specific profile. i am trying to query the properties of the profile named "test" parent profile "http"

 

using the below code:

 

http_pro = mgmt.tm.ltm.profile.https.get_collection() for h in http_pro: print h.name

 

but i am looking for the profile Settings like:: Maximum Requests , Request Chunking & Enforcements like: Known Methods , and HTTP Strict Transport Security like :: MOde, Maximum age etc..

 

Appreciate your help.

 

No RepliesBe the first to reply