F5 Networks · JSON Structure

Bigip Icontrol Rest Pool Create Structure

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

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

Properties

name partition description loadBalancingMode monitor members serviceDownAction slowRampTime allowNat allowSnat

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PoolCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "partition": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "loadBalancingMode": {
      "type": "string"
    },
    "monitor": {
      "type": "string"
    },
    "members": {
      "type": "array"
    },
    "serviceDownAction": {
      "type": "string"
    },
    "slowRampTime": {
      "type": "integer"
    },
    "allowNat": {
      "type": "string"
    },
    "allowSnat": {
      "type": "string"
    }
  }
}