Adds module to manage cookie persistence profiles in BIG-IP (#47786)

This commit is contained in:
Tim Rupp
2018-10-29 20:47:25 -07:00
committed by GitHub
parent 7336dd595b
commit 10f3e0c187
4 changed files with 945 additions and 0 deletions

View File

@@ -0,0 +1,27 @@
{
"kind": "tm:ltm:persistence:cookie:cookiestate",
"name": "cookie",
"partition": "Common",
"fullPath": "/Common/cookie",
"generation": 1,
"selfLink": "https://localhost/mgmt/tm/ltm/persistence/cookie/~Common~cookie?ver=13.1.0.7",
"alwaysSend": "disabled",
"appService": "none",
"cookieEncryption": "disabled",
"cookieName": "none",
"defaultsFrom": "none",
"description": "none",
"encryptCookiePoolname": "disabled",
"expiration": "0",
"hashLength": 0,
"hashOffset": 0,
"httponly": "enabled",
"matchAcrossPools": "disabled",
"matchAcrossServices": "disabled",
"matchAcrossVirtuals": "disabled",
"method": "insert",
"mirror": "disabled",
"overrideConnectionLimit": "disabled",
"secure": "enabled",
"timeout": "180"
}