CollectionResultModel<OfferingModel>
A collection of items.
Properties
| Name | Description | Additional information |
|---|---|---|
| Href | See Hypermedia. |
Type: String |
| RelatedActions | See Hypermedia. |
Type: Array of RelationModel |
| Count | Number of items in the returned collection. See Object Counts. |
Type: Number |
| TotalMatchingFilter | The total number of items that matched the specified filter. This may be larger than the number of items returned, if the caller specified "take" and/or "skip" parameters. See Object Counts. |
Type: Number |
| Items | The items. |
Type: Array of OfferingModel |
Sample
application/json
Sample:
{
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Href": "[api:Offerings(2f08f456-7ec8-4edc-866d-25037776ef4f)]",
"Id": "2f08f456-7ec8-4edc-866d-25037776ef4f",
"Name": "Application",
"ShortName": "myapp",
"ChangeId": "12",
"DisplayName": "Best App",
"Comment": "The best app",
"Description": "My app",
"Tags": [
"tag"
],
"CustomProperties": [
{
"Name": "myProperty",
"Value": "myValue"
}
],
"DeleteState": "NotDeleted",
"IsolationMode": "PrivateDeliveryGroup",
"Icon": {
"Href": "[api:Icons(00000000-0000-0000-0000-000000000002)]",
"RelatedTo": "2f08f456-7ec8-4edc-866d-25037776ef4f",
"Id": "00000000-0000-0000-0000-000000000002"
},
"DeliveryControllerArchitecture": "FMA",
"SessionMachineCatalog": {
"Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)]",
"Name": "catalog 1",
"Id": "628fa898-0c36-4024-8fe4-d7e9a9bfbcfa"
},
"Arguments": "",
"ClientFolder": "MyApps",
"CpuPriorityLevel": "Normal",
"EnableState": "Enabled",
"Executable": "C:\\Program Files\\MyApp\\myapp.exe",
"OfferingType": "ServerInstalled",
"ShortcutAddedToDesktop": true,
"ShortcutAddedToStartMenu": true,
"StartMenuFolder": "Programs/MyApps",
"WorkingDirectory": "C:\\Program Files\\MyApp",
"HealthSummary": {
"InfoCount": 1,
"Messages": [
{
"Text": "Attempting to reach desired capacity",
"IsActive": true,
"Type": "Allocation"
}
]
},
"IsInLatestVersion": true,
"IsInAllVersions": true,
"NumSubscriptions": 1
}
]
}