GET DeliverySites({id})/SessionMachines/TenantCounts

Get the number of tenants associated with each session machine in the delivery site.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the delivery site.

Type:

Response Information

A list of reference counts for each session machine.

Response type

CollectionResultModel<ReferenceCountModel>

Response body formats

application/json, text/json

Sample:
{
  "Href": "[api:DeliverySites(0ef3e68d-bb8e-4b69-9c30-ae3fac533996)/SessionMachines/TenantCounts]",
  "Count": 1,
  "TotalMatchingFilter": 1,
  "Items": [
    {
      "Id": "77b50020-4252-453c-815b-ce9b9412d543",
      "Name": "machine1",
      "Count": 1
    }
  ]
}