GET Offerings({id})/SubscriptionsInSameScope/Count

Get the number of subscriptions in the same scope as the specified offering. Subscriptions in the same scope share delivery groups.

For 'SharedDeliveryGroup' offerings, a scope is defined as:

  • The same session machine catalog.
  • The same isolation level.

For 'PrivateDeliveryGroup' and 'PrivateDeliverySite' offerings, a scope is defined as:

  • The same session machine catalog.
  • The same isolation level.
  • The same tenant.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the offering that defines the scope.

Type: String

tenantId

ID of the tenant. This must be specified when the scope is defined by an offering with 'PrivateDeliveryGroup' or 'PrivateDeliverySite' isolation mode, and should not be specified when the scope is defined by an offering with 'SharedDeliverySite' isolation mode.

Type: String

name

See Filtering, Arranging, and Paging.

Type: String

filterBy

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

  • All: All subscriptions.
  • NotDeleted: All subscriptions which are not currently being deleted. (default)

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Response Information

Number of subscriptions.

Response type

Number

Response body formats

application/json, text/json

Sample:
1