CreateComputeQuotaPlan
Region:
China East 1 Finance
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 ...
Plugin DownloadLearn more
VS Code Plugin
Before installing the plugin, please install VS CodeBefore installing the plugin, please install VS Code
Alibaba Cloud Developer Toolkit is a collection of extensions that can help access Alibaba Cloud services in Visual Studio Code.
JetBrains Plugin
Before installing the plugin, please install JetBrains IDEBefore installing the plugin, please install JetBrains IDE
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 NameField Details
nicknamestring

The nickname of level-1 compute quota.

Example:os_ComputeQuota_p

Request Parameters

Field NameField Details
bodyobject

The request body parameters.

Response Parameters

Field NameField 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 timeChange content summaryoperation
2025-01-02
addOpenAPI