GET SessionMachines({id})/Tenants/Count

Get the number of tenants whose users may use a session machine. Note: if the session machine is statically allocated to a user, this API may not reflect the actual availability of the machine, as only the original user may access the machine regardless of whether the delivery group is shared or private.

Request Information

Parameters

NameDescriptionAdditional information
id

ID of the session machine.

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