GET DeliverySites({id})/DeliveryGroups/OfferingCounts

Get the number of offerings associated with each delivery group in the delivery site. An offering is considered to be associated with a delivery group if the offering IsolationMode is SharedDeliveryGroup, and the delivery group is compatible with the offering. This means that all current and future tenants who subscribe to the offering will have their user sessions hosted on the delivery group.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the delivery site.

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:DeliverySites(0ef3e68d-bb8e-4b69-9c30-ae3fac533996)/DeliveryGroups/OfferingCounts]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Id": "c004375e-a96d-4368-96ba-c80702d7e80f",
      "Name": "dg1",
      "Count": 1
    }
  ]
}