Citrix NetScaler · JSON Structure

Citrix Netscaler Nitro Cs Vserver Stats Structure

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

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

Properties

name primaryipaddress primaryport state curclntconnections cursrvrconnections establishedconn tothits hitsrate totalrequests requestsrate totalresponses responsesrate totalrequestbytes totalresponsebytes totalpktsrecvd totalpktssent totspillovers labelledconn

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CsVserverStats",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "primaryipaddress": {
      "type": "string"
    },
    "primaryport": {
      "type": "integer"
    },
    "state": {
      "type": "string"
    },
    "curclntconnections": {
      "type": "number"
    },
    "cursrvrconnections": {
      "type": "number"
    },
    "establishedconn": {
      "type": "number"
    },
    "tothits": {
      "type": "number"
    },
    "hitsrate": {
      "type": "number"
    },
    "totalrequests": {
      "type": "number"
    },
    "requestsrate": {
      "type": "number"
    },
    "totalresponses": {
      "type": "number"
    },
    "responsesrate": {
      "type": "number"
    },
    "totalrequestbytes": {
      "type": "number"
    },
    "totalresponsebytes": {
      "type": "number"
    },
    "totalpktsrecvd": {
      "type": "number"
    },
    "totalpktssent": {
      "type": "number"
    },
    "totspillovers": {
      "type": "number"
    },
    "labelledconn": {
      "type": "number"
    }
  }
}