Citrix · Schema

ServiceGroup

Application DeliveryDesktop-As-A-ServiceNetworkingVirtualizationWorkspaceFortune 1000

Properties

Name Type Description
servicegroupname string Service group name
servicetype string Protocol type
state string Current state
View JSON Schema on GitHub

JSON Schema

citrix-servicegroup-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ServiceGroup",
  "title": "ServiceGroup",
  "type": "object",
  "properties": {
    "servicegroupname": {
      "type": "string",
      "description": "Service group name"
    },
    "servicetype": {
      "type": "string",
      "description": "Protocol type"
    },
    "state": {
      "type": "string",
      "description": "Current state"
    }
  }
}