Citrix NetScaler · JSON Structure

Citrix Netscaler Nitro Cs Vserver Cs Policy Binding Structure

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

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

Properties

name policyname targetlbvserver priority gotopriorityexpression bindpoint

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CsVserverCsPolicyBinding",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "policyname": {
      "type": "string"
    },
    "targetlbvserver": {
      "type": "string"
    },
    "priority": {
      "type": "integer"
    },
    "gotopriorityexpression": {
      "type": "string"
    },
    "bindpoint": {
      "type": "string"
    }
  }
}