GET Offerings({id})/DeliveryGroups/Count

Get the number of delivery groups used by subscriptions to an offering, or which may be used for future subscriptions to the offering.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the offering.

Type: String

tenantId

ID of the tenant. If the offering isolation mode is 'SharedDeliveryGroup', this should not be specified; otherwise it must be specified.

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

Number of delivery groups.

Response type

Number

Response body formats

application/json, text/json

Sample:
1