GET ComputeResources({id})/SessionMachines/TenantCounts
Get the number of tenants for each session machine that has been provisioned on the compute resource.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
id | ID of the compute resource. |
Type: |
Response Information
List of the session machine reference counts.
Response type
CollectionResultModel<ReferenceCountModel>
Response body formats
application/json, text/json
Sample:
{ "Href": "[api:ComputeResources(ab32f043-4682-4953-8dea-a0489b839f80)/SessionMachines/TenantCounts]", "Count": 1, "TotalMatchingFilter": 1, "Items": [ { "Id": "77b50020-4252-453c-815b-ce9b9412d543", "Name": "machine1", "Count": 1 } ] }