Citrix NetScaler · JSON Structure

Citrix Netscaler Nitro Lb Vserver Service Binding Structure

Type: object Properties: 8
API GatewayApplication Delivery ControllerApplication SecurityLoad BalancingSSL OffloadingTraffic ManagementWeb Application Firewall

LbVserverServiceBinding is a JSON Structure definition published by Citrix NetScaler, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

name servicename weight servicetype curstate ipv46 port dynamicweight

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LbVserverServiceBinding",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "servicename": {
      "type": "string"
    },
    "weight": {
      "type": "integer"
    },
    "servicetype": {
      "type": "string"
    },
    "curstate": {
      "type": "string"
    },
    "ipv46": {
      "type": "string"
    },
    "port": {
      "type": "integer"
    },
    "dynamicweight": {
      "type": "integer"
    }
  }
}