All Products
Search
Document Center

Container Service for Kubernetes:DescribeUserQuota

Last Updated:Feb 29, 2024

Queries quotas related to Container Service for Kubernetes (ACK) clusters, node pools, and nodes. To increase a quota, submit an application in the Quota Center console.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /quota

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The response body parameters.

amk_cluster_quotalong

The quota of Container Service for Kubernetes (ACK) managed clusters. Default value: 20. If the default quota limit is reached, submit an application in the Quota Center console to increase the quota.

20
ask_cluster_quotalong

The quota of ACK Serverless clusters. Default value: 20. If the default quota limit is reached, submit an application in the Quota Center console to increase the quota.

3
cluster_nodepool_quotalong

The quota of node pools in an ACK cluster. Default value: 20. If the default quota limit is reached, submit an application in the Quota Center console to increase the quota.

10
cluster_quotalong

The quota of clusters that belong to an Alibaba Cloud account. Default value: 50. If the default quota limit is reached, submit an application in the Quota Center console to increase the quota.

50
node_quotalong

The quota of nodes in an ACK cluster. Default value: 100. If the default quota limit is reached, submit an application in the Quota Center console to increase the quota.

100
bandwidthinteger

The maximum bandwidth of each enhanced node pool. Unit: Mbit/s.

10
countinteger

The quota of enhanced edge node pools that belong to an Alibaba Cloud account.

3
periodinteger

The maximum subscription duration of an enhanced edge node pool. Unit: months.

Note You can ignore this parameter because enhanced edge node pools are pay-as-you-go resources.
3
quotasobject

Information about the new quota.

object

The new quota.

quotastring

The value of the quota. If the quota limit is reached, submit an application in the Quota Center console to increase the quota.

1
operation_codestring

The quota code.

q_Kubernetes_Cluster
adjustableboolean

Indicates whether the quota is adjustable.

true
unitstring

The unit.

Cluster

Examples

Sample success responses

JSONformat

{
  "amk_cluster_quota": 20,
  "ask_cluster_quota": 3,
  "cluster_nodepool_quota": 10,
  "cluster_quota": 50,
  "node_quota": 100,
  "edge_improved_nodepool_quota": {
    "bandwidth": 10,
    "count": 3,
    "period": 3
  },
  "quotas": {
    "key": {
      "quota": "1",
      "operation_code": "q_Kubernetes_Cluster",
      "adjustable": true,
      "unit": "Cluster"
    }
  }
}

Error codes

For a list of error codes, visit the Service error codes.

Change history

Change timeSummary of changesOperation
2024-02-26The internal configuration of the API is changed, but the call is not affectedsee changesets
Change itemChange content
The internal configuration of the API is changed, but the call is not affected.