F5 Networks · Schema

PoolUpdate

Request body for updating a pool.

API GatewayApplication DeliveryAutomationEdge ComputingKubernetesLoad BalancingMulti-CloudNGINXSecurityWAF

Properties

Name Type Description
description string
loadBalancingMode string
monitor string
serviceDownAction string
slowRampTime integer
minActiveMembers integer
allowNat string
allowSnat string
View JSON Schema on GitHub

JSON Schema

bigip-icontrol-rest-pool-update-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PoolUpdate",
  "type": "object",
  "description": "Request body for updating a pool.",
  "properties": {
    "description": {
      "type": "string"
    },
    "loadBalancingMode": {
      "type": "string"
    },
    "monitor": {
      "type": "string"
    },
    "serviceDownAction": {
      "type": "string"
    },
    "slowRampTime": {
      "type": "integer"
    },
    "minActiveMembers": {
      "type": "integer"
    },
    "allowNat": {
      "type": "string"
    },
    "allowSnat": {
      "type": "string"
    }
  }
}