F5 Networks · Example Payload

F5 Networks Getcookiepersistenceprofile Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Getcookiepersistenceprofile Example is an example object payload from F5 Networks, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "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"
      }
    }
  ]
}