Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

JulienDebbia_20's avatar
JulienDebbia_20
Icon for Nimbostratus rankNimbostratus
10 years ago
Solved

iControlREST - Create peristence profile

Hello,   I would like to know how can I create a persistence profile (like cookie) with the restAPI.   I'm able to get TCP or HTTP profile but I didn't find how to get persistence profiles.   ...
  • Zdenda_101923's avatar
    10 years ago

    try this:

    curl -sk -u admin:admin https://192.168.1.252/mgmt/tm/ltm/persistence/cookie -H 'Content-Type: application/json' -X POST -d '{"partition":"my_partition","name":"persist_cookie","defaultsFrom":"/Common/cookie","cookieName":"lbsticky"}'