GET SessionMachineCatalogs({id})/DeliveryGroups/OfferingCounts

Get the number of offerings for each delivery group associated with the session machine catalog.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the session machine catalog to get counts for.

Type:

Response Information

A list of reference counts for each delivery group.

Response type

CollectionResultModel<ReferenceCountModel>

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:SessionMachineCatalogs(628fa898-0c36-4024-8fe4-d7e9a9bfbcfa)/DeliveryGroups/OfferingCounts]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Id": "c004375e-a96d-4368-96ba-c80702d7e80f",
      "Name": "dg1",
      "Count": 1
    }
  ]
}