F5 Networks · JSON Structure

Bigip Icontrol Rest Cookie Persistence Profile Structure

Type: object Properties: 22
API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

CookiePersistenceProfile is a JSON Structure definition published by F5 Networks, describing 22 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

kind name fullPath generation selfLink alwaysSend cookieEncryption cookieName defaultsFrom description expiration hashLength hashOffset httponly matchAcrossPools matchAcrossServices matchAcrossVirtuals method mirror overrideConnectionLimit secure timeout

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CookiePersistenceProfile",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullPath": {
      "type": "string"
    },
    "generation": {
      "type": "integer"
    },
    "selfLink": {
      "type": "string"
    },
    "alwaysSend": {
      "type": "string"
    },
    "cookieEncryption": {
      "type": "string"
    },
    "cookieName": {
      "type": "string"
    },
    "defaultsFrom": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "expiration": {
      "type": "string"
    },
    "hashLength": {
      "type": "integer"
    },
    "hashOffset": {
      "type": "integer"
    },
    "httponly": {
      "type": "string"
    },
    "matchAcrossPools": {
      "type": "string"
    },
    "matchAcrossServices": {
      "type": "string"
    },
    "matchAcrossVirtuals": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "mirror": {
      "type": "string"
    },
    "overrideConnectionLimit": {
      "type": "string"
    },
    "secure": {
      "type": "string"
    },
    "timeout": {
      "type": "string"
    }
  }
}