F5 Networks · JSON Structure

Bigip Icontrol Rest Node Update Structure

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

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

Properties

description connectionLimit monitor rateLimit ratio session state logging

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NodeUpdate",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "connectionLimit": {
      "type": "integer"
    },
    "monitor": {
      "type": "string"
    },
    "rateLimit": {
      "type": "string"
    },
    "ratio": {
      "type": "integer"
    },
    "session": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "logging": {
      "type": "string"
    }
  }
}