---
title: "Get whole cluster's resource usage"
method: GET
path: "/kapis/resources.kubesphere.io/v1alpha2/quotas"
tags: ["Cluster Resources"]
deprecated: true
---

# Get whole cluster's resource usage

`GET /kapis/resources.kubesphere.io/v1alpha2/quotas`

> **Deprecated.**

## Response `200`

ok

- ApiResourceQuota
  - `data` V1ResourceQuotaStatus, required — ResourceQuotaStatus defines the enforced hard limits and observed use.
    - `hard` object — Hard is the set of enforced hard limits for each named resource. More info: https://kubernetes.io/docs/concepts/policy/resource-quotas/
    - `used` object — Used is the current observed total usage of the resource in the namespace.
  - `namespace` string, required — namespace

---

[API](https://skmtc.net/kubesphere/apis/ks-api.md) · [All operations](https://skmtc.net/kubesphere/apis/ks-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kubesphere/ks-api/revisions/0451c8cec9b1/schema)
