Citrix · Schema

CsVserver

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
name string Content switching virtual server name
ipv46 string IP address
port integer Port number
servicetype string Protocol type
curstate string Current state
View JSON Schema on GitHub

JSON Schema

citrix-csvserver-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CsVserver",
  "title": "CsVserver",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Content switching virtual server name"
    },
    "ipv46": {
      "type": "string",
      "description": "IP address"
    },
    "port": {
      "type": "integer",
      "description": "Port number"
    },
    "servicetype": {
      "type": "string",
      "description": "Protocol type"
    },
    "curstate": {
      "type": "string",
      "description": "Current state"
    }
  }
}