{ "operationId": "getCookiePersistenceProfile", "method": "GET", "path": "/ltm/persistence/cookie/{profileName}", "summary": "Get a Cookie Persistence Profile", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "Getcookiepersistenceprofile200Example", "example": { "kind": "example_value", "name": "Example Title", "fullPath": "example_value", "generation": 10, "selfLink": "https://www.example.com", "alwaysSend": "enabled", "cookieEncryption": "required", "cookieName": "example_value", "defaultsFrom": "example_value", "description": "A sample description.", "expiration": "example_value", "hashLength": 10, "hashOffset": 10, "httponly": "enabled", "matchAcrossPools": "enabled", "matchAcrossServices": "enabled", "matchAcrossVirtuals": "enabled", "method": "insert", "mirror": "enabled", "overrideConnectionLimit": "enabled", "secure": "enabled", "timeout": "example_value" } } ] }