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
Authorization information
There is currently no authorization information disclosed in the API.
Request syntax
GET /quota HTTP/1.1
Request parameters
Parameter | Type | Required | Description | Example |
---|
The current API does not require request parameters
Response parameters
Examples
Sample success responses
JSON
format
{
"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 time | Summary of changes | Operation |
---|---|---|
2024-02-26 | The internal configuration of the API is changed, but the call is not affected | View Change Details |