F5 Networks · JSON Structure

Bigip Icontrol Rest Tcp Profile Structure

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

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

Properties

kind name fullPath generation selfLink abc ackOnPush closeWaitTimeout congestionControl defaultsFrom deferredAccept description finWaitTimeout idleTimeout initCwnd initRwnd keepAliveInterval maxRetrans maxSegmentSize nagle receiveWindowSize sendBufferSize synMaxRetrans timeWaitRecycle timeWaitTimeout

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TcpProfile",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullPath": {
      "type": "string"
    },
    "generation": {
      "type": "integer"
    },
    "selfLink": {
      "type": "string"
    },
    "abc": {
      "type": "string"
    },
    "ackOnPush": {
      "type": "string"
    },
    "closeWaitTimeout": {
      "type": "integer"
    },
    "congestionControl": {
      "type": "string"
    },
    "defaultsFrom": {
      "type": "string"
    },
    "deferredAccept": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "finWaitTimeout": {
      "type": "integer"
    },
    "idleTimeout": {
      "type": "integer"
    },
    "initCwnd": {
      "type": "integer"
    },
    "initRwnd": {
      "type": "integer"
    },
    "keepAliveInterval": {
      "type": "integer"
    },
    "maxRetrans": {
      "type": "integer"
    },
    "maxSegmentSize": {
      "type": "integer"
    },
    "nagle": {
      "type": "string"
    },
    "receiveWindowSize": {
      "type": "integer"
    },
    "sendBufferSize": {
      "type": "integer"
    },
    "synMaxRetrans": {
      "type": "integer"
    },
    "timeWaitRecycle": {
      "type": "string"
    },
    "timeWaitTimeout": {
      "type": "integer"
    }
  }
}