No API operations available. Click for a feedback.
- Quota Management
- ListQuotas
- QueryQuota
- GetQuota
- Compute Quota
- Tunnel Quota
- Compute Quota(Old version, not recommended)
- Project Management
- Tenant Management
- Resource Observation
- Job Management
- Data Migration
- Cost Analysis
CreateComputeQuotaPlan
Region:
China East 1 Finance
Parameters
Advanced
Request Parameters
Required
nicknameThe nickname of lev...
bodyThe request body pa...
nameThe name of quota plan
quotaThe parameters of q...
parameterThe parameters of l...
elasticReservedCUThe value of elasti...
subQuotaInfoListThe list of level-2...
0
nickNameThe nickname of the...
parameterThe parameters of t...
elasticReservedCUThe value of elasti...
maxCUThe value of maxCU ...
minCUThe value of minCU ...
Document
Response
SDK Sample Code
CLI Example
Call History
Error Codes
Throttling
Plugin DownloadLearn more
Alibaba Cloud Developer ToolkitbetaAlibaba Cloud OpenAPI
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.

Before installing the plugin, please install
JetBrains IDEBefore installing the plugin, please install
JetBrains IDE
Alibaba Cloud Developer ToolkitbetaAlibaba Cloud OpenAPI
The Alibaba Cloud Developer Toolkit for JetBrains makes it easier to access Alibaba Cloud services.
Operation Description
Please ensure that before using this interface, you have fully understood the Pricing and Charges of MaxCompute Elastic Reserved CU.
Request Syntax
POST /api/v1/quotas/{nickname}/computeQuotaPlan HTTP/1.1
Path Parameters
Field Name | Field Details |
---|---|
nicknamestring | The nickname of level-1 compute quota. Example:os_ComputeQuota_p
|
Request Parameters
Field Name | Field Details |
---|---|
bodyobject | The request body parameters. |
Response Parameters
Field Name | Field Details |
---|---|
requestIdstring | The ID of the request. Example:0b87b7e716665825896565060e87a4 |
httpCodeinteger<int32> | The HTTP status code.View Details... Example:200 |
errorCodestring | The error code. Example:OBJECT_NOT_EXIST |
errorMsgstring | The error message. Example:this quota is not exist. |
datastring | The returned data. Example:success |
Change History
Change time | Change content summary | operation | |
---|---|---|---|
2025-01-02 | addOpenAPI |