F5 Networks · JSON Structure

Bigip Icontrol Rest Node Structure

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

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

Properties

kind name fullPath generation selfLink address connectionLimit description dynamicRatio ephemeral fqdn logging monitor partition rateLimit ratio session state

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Node",
  "type": "object",
  "properties": {
    "kind": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "fullPath": {
      "type": "string"
    },
    "generation": {
      "type": "integer"
    },
    "selfLink": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "connectionLimit": {
      "type": "integer"
    },
    "description": {
      "type": "string"
    },
    "dynamicRatio": {
      "type": "integer"
    },
    "ephemeral": {
      "type": "string"
    },
    "fqdn": {
      "type": "object"
    },
    "logging": {
      "type": "string"
    },
    "monitor": {
      "type": "string"
    },
    "partition": {
      "type": "string"
    },
    "rateLimit": {
      "type": "string"
    },
    "ratio": {
      "type": "integer"
    },
    "session": {
      "type": "string"
    },
    "state": {
      "type": "string"
    }
  }
}