All Products
Search
Document Center

Container Service for Kubernetes:DescribeUserQuota

Last Updated:Nov 07, 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

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request syntax

GET /quota HTTP/1.1

Request parameters

ParameterTypeRequiredDescriptionExample
The current API does not require request parameters

Response parameters

ParameterTypeDescriptionExample
object

The response 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

This parameter is discontinued.

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

10
countinteger

This parameter is discontinued.

The maximum number of enhanced edge node pools that you can create within an Alibaba Cloud account.

3
periodinteger

This parameter is discontinued.

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

Note You are charged for enhanced edge node pools based on the pay-as-you-go billing method. Therefore, you can ignore this parameter.
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 affectedView Change Details