Citrix · Schema

NsConfig

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
ipaddress string NetScaler IP address
netmask string Network mask
systemtype string System type
primaryip string Primary IP address
View JSON Schema on GitHub

JSON Schema

citrix-nsconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/NsConfig",
  "title": "NsConfig",
  "type": "object",
  "properties": {
    "ipaddress": {
      "type": "string",
      "description": "NetScaler IP address"
    },
    "netmask": {
      "type": "string",
      "description": "Network mask"
    },
    "systemtype": {
      "type": "string",
      "description": "System type"
    },
    "primaryip": {
      "type": "string",
      "description": "Primary IP address"
    }
  }
}