GET Offerings({id})/OfferingsInSameScope/Count
Get the number of other offerings in the same scope as the specified offering. Offerings in the same scope will share delivery groups when users are subscribed.
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.
- Compatible with the tenant; see POST Offerings/CompatibleTenants.
Note that the offering specified is not included in the results.
Request Information
Parameters
Name | Description | Additional 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 |
Type: String |
|
filterBy | See Filtering, Arranging, and Paging. The supported filters are:
|
Type: Filter |
filterProp |
Type: String |
Response Information
Number of offerings.
Response type
Number
Response body formats
application/json, text/json
1