GET StoreFrontServerGroups({id})/Tenants/Count

Get the number of tenants using a StoreFront server group.

Note: if all you need are tenant references, the GET StoreFrontServerGroups({id})/TenantReferences API will perform much better.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the StoreFront server group.

Type: String

name

See Filtering, Arranging, and Paging.

Type: String

filterBy

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

  • All: All tenants.
  • NotDeleted: All tenants which are not currently being deleted. (default)
  • NotUsed: All tenants who do not have any subscriptions that are not deleted.

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Response Information

Number of tenants.

Response type

Number

Response body formats

application/json, text/json

Sample:
1