F5 Networks · JSON Structure

Bigip Icontrol Rest Virtual Server Update Structure

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

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

Properties

description destination ipProtocol mask pool profiles persist source sourcePort translateAddress translatePort connectionLimit enabled disabled mirror rateLimit rules vlans vlansEnabled vlansDisabled fallbackPersistence

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "VirtualServerUpdate",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "destination": {
      "type": "string"
    },
    "ipProtocol": {
      "type": "string"
    },
    "mask": {
      "type": "string"
    },
    "pool": {
      "type": "string"
    },
    "profiles": {
      "type": "array"
    },
    "persist": {
      "type": "array"
    },
    "source": {
      "type": "string"
    },
    "sourcePort": {
      "type": "string"
    },
    "translateAddress": {
      "type": "string"
    },
    "translatePort": {
      "type": "string"
    },
    "connectionLimit": {
      "type": "integer"
    },
    "enabled": {
      "type": "boolean"
    },
    "disabled": {
      "type": "boolean"
    },
    "mirror": {
      "type": "string"
    },
    "rateLimit": {
      "type": "string"
    },
    "rules": {
      "type": "array"
    },
    "vlans": {
      "type": "array"
    },
    "vlansEnabled": {
      "type": "boolean"
    },
    "vlansDisabled": {
      "type": "boolean"
    },
    "fallbackPersistence": {
      "type": "string"
    }
  }
}