CollectionResultModel<RequiredCapacityModel>
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 RequiredCapacityModel |
Sample
application/json
Sample:
{
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"NumItems": 5,
"ItemType": "SessionMachines",
"DataCenter": {
"Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)]",
"Name": "datacenter1",
"Id": "af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a"
},
"Catalog": {
"Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)]",
"Name": "catalog 1",
"Id": "628fa898-0c36-4024-8fe4-d7e9a9bfbcfa"
},
"Domain": {
"Href": "[api:Domains(241b45cc-261d-47d0-81d7-a0a41c54c760)]",
"Name": "domain1.local",
"Id": "241b45cc-261d-47d0-81d7-a0a41c54c760"
},
"Network": "Shared Delivery Group Management Network",
"DeliveryControllerArchitecture": "FMA"
}
]
}