F5 Networks · JSON Structure

Bigip Icontrol Rest Node Create Structure

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

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

Properties

name address partition description connectionLimit monitor rateLimit ratio fqdn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "NodeCreate",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "partition": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "connectionLimit": {
      "type": "integer"
    },
    "monitor": {
      "type": "string"
    },
    "rateLimit": {
      "type": "string"
    },
    "ratio": {
      "type": "integer"
    },
    "fqdn": {
      "type": "object"
    }
  }
}