GET Tenants({id})/DeliverySites/Count

Get the number of delivery sites in use by a tenant. This includes shared delivery sites that are hosting 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 sites.
  • NotDeleted: All delivery sites that are not currently being deleted. (default)
  • Allocated: Only delivery sites that are allocated either for shared use, or to a single tenant.
  • NotUsed: Only delivery sites that do not contain any delivery groups.
  • Empty: Only delivery sites that do not contain any session machines.
  • Aggregation: Only delivery sites that are used for StoreFront site aggregation only.

Type: Filter

filterProp

See Filtering, Arranging, and Paging.

Type: String

Response Information

Number of delivery sites.

Response type

Number

Response body formats

application/json, text/json

Sample:
1