F5 Networks · JSON Structure

Bigip Icontrol Rest Pool Member Structure

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

PoolMember is a JSON Structure definition published by F5 Networks, describing 19 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 inheritProfile logging monitor partition priorityGroup 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": "PoolMember",
  "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"
    },
    "inheritProfile": {
      "type": "string"
    },
    "logging": {
      "type": "string"
    },
    "monitor": {
      "type": "string"
    },
    "partition": {
      "type": "string"
    },
    "priorityGroup": {
      "type": "integer"
    },
    "rateLimit": {
      "type": "string"
    },
    "ratio": {
      "type": "integer"
    },
    "session": {
      "type": "string"
    },
    "state": {
      "type": "string"
    }
  }
}