F5 Networks · Example Payload

F5 Networks Listcookiepersistenceprofiles Example

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

F5 Networks Listcookiepersistenceprofiles 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": "listCookiePersistenceProfiles",
  "method": "GET",
  "path": "/ltm/persistence/cookie",
  "summary": "List Cookie Persistence Profiles",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "Listcookiepersistenceprofiles200Example",
      "example": {
        "kind": "example_value",
        "selfLink": "https://www.example.com",
        "items": [
          {
            "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"
          }
        ]
      }
    }
  ]
}