Creates a quota template by using the management account of a resource directory. After you create a quota template, if a member is added to the resource directory, the quota template automatically submits a quota increase request for the member. The quota values for existing members remain unchanged. You can use a quota template to apply for increases on multiple quotas at the same time. This automated approach improves the efficiency of quota management across your organization. Only the management account of a resource directory can create quota templates.
Operation description
Usage notes
You must set the ServiceStatus
parameter to 1
. This ensures that the quota template is enabled.
You can call the GetQuotaTemplateServiceStatus operation to query the status of a quota template. If the value of the ServiceStatus
parameter in the response is 0
or -1
, you must call the ModifyQuotaTemplateServiceStatus operation to modify the value to 1
. A value of 0 indicates that the quota template is not configured. A value of -1 indicates that the quota template is disabled. A value of 1 indicates that the quota template is enabled.
After you create a quota template, you can call the ListQuotaApplicationsForTemplate operation to view the approval result. If the value of the Status
parameter in the response is Agree
, the quota template is approved.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action
policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- The required resource types are displayed in bold characters.
- If the permissions cannot be granted at the resource level,
All Resources
is used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
Operation | Access level | Resource type | Condition key | Associated operation |
---|---|---|---|---|
quotas:CreateTemplateQuotaItem | create |
|
| none |
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
ProductCode | string | Yes | The abbreviation of the Alibaba Cloud service name. Note
To query the abbreviation of an Alibaba Cloud service name, call the ListProducts operation and check the value of ProductCode in the response.
| ecs |
QuotaActionCode | string | Yes | The quota ID. Note
To obtain the quota ID of an Alibaba Cloud service, call the ListProductQuotas operation and check the value of QuotaActionCode in the response.
| q_security-groups |
DesireValue | float | Yes | The requested value of the quota. Note
| 804 |
NoticeType | long | No | Specifies whether to send a notification about the application result. Valid values:
| 0 |
Dimensions | array<object> | No | The quota dimensions. | |
object | No | The quota dimension. | ||
Key | string | No | The key of the dimension. Note
| regionId |
Value | string | No | The value of the dimension. Note
| cn-hangzhou |
EnvLanguage | string | No | The language of the quota alert notification. Valid values:
| zh |
EffectiveTime | string | No | The start time of the validity period of the quota. Specify the value in UTC. This parameter is valid only if you set the QuotaCategory parameter to WhiteListLabel. Note
If you leave this parameter empty, the quota takes effect immediately.
| 2021-01-19T09:25:56Z |
ExpireTime | string | No | The end time of the validity period of the quota. Specify the value in UTC. This parameter is valid only if you set the QuotaCategory parameter to WhiteListLabel. Note
If you leave this parameter empty, no end time is specified.
| 2021-01-20T09:25:56Z |
QuotaCategory | string | No | The quota type. Valid values:
| CommonQuota |
Response parameters
Examples
Sample success responses
JSON
format
{
"Id": "1****",
"RequestId": "D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-09-22 | API Description Update | View Change Details |
2023-05-22 | The internal configuration of the API is changed, but the call is not affected | View Change Details |