CollectionResultModel<SessionMachineCatalogModel>
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 SessionMachineCatalogModel |
Sample
application/json
Sample:
{ "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)]", "Id": "628fa898-0c36-4024-8fe4-d7e9a9bfbcfa", "ChangeId": "14", "Version": 3, "Architecture": "x64", "CPUs": 2, "MemoryMB": 4096, "OSName": "Windows Server 2008 R2", "OSVersion": "Service Pack 1", "Capabilities": "CAP1", "HasMetadata": true, "HasMetadataAtLatestVersion": true, "Name": "catalog 1", "ShortName": "catalog1", "Description": "my session machine catalog", "AutoProvision": true, "AllocationType": "Static", "DeleteState": "NotDeleted", "VersionUpdateState": "VersionUpdateInProgress", "TerminateSessionsBy": "2013-12-05T16:13:15.8538172-05:00", "AutomaticUpdateProcessType": "AlwaysEnabled", "UpdateProcessIsAutomatic": true, "NumDesiredMachines": 15, "NumUnallocatedMachines": 1, "NumAllocatedMachines": 10, "NumDrainingMachines": 3, "NumDeliveryGroupsAwaitingDeliverySites": 2, "NumMachinesAwaitingUpdate": 5, "HealthSummary": { "InfoCount": 1, "Messages": [ { "Text": "Attempting to reach desired capacity", "IsActive": true, "Type": "Allocation" } ] }, "MachineType": "SingleUserVda", "LoadBalancingSettings": { "MaxUsers": 250, "IncludeCpuMemory": true }, "AutoProvisioningSettings": { "ResetOnReboot": false, "PVDiskSizeGB": 10, "PVDiskLetter": "V", "NamingConvention": "SRV_####", "NamingConventionType": "Numerical", "VCpus": 2, "MemoryMB": 4096, "Template": "win8_base_os" }, "SecureIcaRequired": true, "NetScalerGatewayAccessMode": "Both", "AacFiltersRequired": true, "AacFilters": [ "filter1" ], "Tags": [ "tag" ], "CustomProperties": [ { "Name": "myProperty", "Value": "myValue" } ], "IsCatalogUpdatable": true, "ProductType": "XenDesktop71" } ] }