DeliveryGroupDataModel

Delivery group information. This data might be used by the agent as correlation.

Properties

NameDescription Additional information
DeliveryType

Decides the type of static delivery group created in XD DesktopsOnly , AppsOnly , DesktopsAndApps. Used by XD workloads only.

Type: String

AdvancedApplicationData

No documentation available.

Type: AdvancedApplicationDataModel

Id

No documentation available.

Type: String

Name

No documentation available.

Type: String

Sample

application/json

Sample:
{
  "DeliveryType": "sample string 1",
  "AdvancedApplicationData": {
    "AudioType": "sample string 1",
    "SecureIcaRequired": true,
    "AacAccessMode": "sample string 2",
    "AacFiltersRequired": true,
    "AacFilters": "sample string 3"
  },
  "Id": "sample string 2",
  "Name": "sample string 3"
}