---
title: "Get global usages of hostingEnvironment (App Service Environment)."
method: GET
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/usages"
tags: ["HostingEnvironments"]
---

# Get global usages of hostingEnvironment (App Service Environment).

`GET /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/hostingEnvironments/{name}/usages`

## Path parameters

- `resourceGroupName` string, required
- `name` string, required
- `subscriptionId` string, required

## Query parameters

- `$filter` string
- `api-version` string, required

## Response `200`

OK

- CsmUsageQuotaCollection — Collection of csm usage quotas
  - `value` CsmUsageQuota[] — Collection of resources
    - `unit` string — Units of measurement for the quota resource
    - `nextResetTime` string, date-time — Next reset time for the resource counter
    - `currentValue` integer — The current value of the resource counter
    - `limit` integer — The resource limit
    - `name` LocalizableString — LocalizableString object containing the name and a localized value.
      - `value` string — Non localized name
      - `localizedValue` string — Localized name
  - `nextLink` string — Link to next page of resources

---

[API](https://skmtc.net/azure/apis/website-management-client.md) · [All operations](https://skmtc.net/azure/apis/website-management-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/website-management-client/versions/e6d8fbd68044/schema)
