GET Tenants({id})/DeliveryGroups/Count

Get the number of delivery groups in use by a tenant. This includes shared delivery groups which the tenant's users have access to.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the tenant.

Type: String

name

See Filtering, Arranging, and Paging.

Type: String

filterBy

See Filtering, Arranging, and Paging. The supported filters are:

  • All: All delivery groups.
  • NotDeleted: All delivery groups that are not currently being deleted. (default)
  • NoDeliverySites: Only delivery groups for which there are no available delivery sites in which to place them.
  • NoSessionMachines: Only delivery groups for which there are no session machines allocated.
  • NotUsed: Only delivery groups that are not hosting any subscriptions.
  • UpdatePending: Only delivery groups that contain session machines that are pending a session machine catalog update.
  • Overallocated: Only delivery groups for which there are not enough session machines available to reach the desired capacity.

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Response Information

A list of delivery groups.

Response type

Number

Response body formats

application/json, text/json

Sample:
1