GET DataCenters({id})/StoreFrontServerGroups/TenantCounts
Get the number of tenants for each StoreFront server group the datacenter is associated with
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | ID of the datacenter. |
Type: |
Response Information
A list of reference counts for each StoreFront server group.
Response type
CollectionResultModel<ReferenceCountModel>
Response body formats
application/json, text/json
Sample:
{
"Href": "[api:DataCenters(af1fc9c4-dee5-4b0d-836c-9e1c5b57a88a)/StoreFrontServerGroups/TenantCounts]",
"Count": 1,
"TotalMatchingFilter": 1,
"Items": [
{
"Id": "590b3e81-5528-40cf-b13d-690ee2477c5a",
"Name": "servergroup1",
"Count": 1
}
]
}