查询配额模板批量申请成员配额的申请历史。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
调试
授权信息
|
操作 |
访问级别 |
资源类型 |
条件关键字 |
关联操作 |
|
quotas:ListQuotaApplicationsForTemplate |
list |
*全部资源
|
无 | 无 |
请求参数
|
名称 |
类型 |
必填 |
描述 |
示例值 |
| ProductCode |
string |
否 |
云产品的缩写名称。 说明
关于如何获取云产品的缩写名称,请参见 ListProducts 中的 |
ecs-spec |
| QuotaActionCode |
string |
否 |
配额 ID。 |
ecs.g5.2xlarge |
| BatchQuotaApplicationId |
string |
否 |
配额申请批次 ID。 |
d314d6ae-867d-484c-9009-3d421a80**** |
| QuotaCategory |
string |
否 |
配额种类。取值:
|
CommonQuota |
| NextToken |
string |
否 |
用来标记开始读取数据的位置。 说明
不设置该参数,表示从头开始。 |
4 |
| MaxResults |
integer |
否 |
单次请求返回结果的最大条数。 取值范围:1~100。默认值:30。 |
30 |
| ApplyStartTime |
string |
否 |
配额申请开始的 UTC 时间。 说明
|
2023-05-22T16:00:00Z |
| ApplyEndTime |
string |
否 |
配额申请结束的 UTC 时间。 说明
|
2023-05-22T16:00:00Z |
返回参数
|
名称 |
类型 |
描述 |
示例值 |
|
object |
无。 |
||
| MaxResults |
integer |
本次查询的最大记录条数。 |
30 |
| NextToken |
string |
用来标记开始读取数据的位置。 |
1 |
| QuotaBatchApplications |
array<object> |
配额申请历史列表。 |
|
|
object |
配额申请历史列表。 |
||
| AliyunUids |
array |
配额申请的资源目录成员的阿里云账号(主账号)列表。 |
|
|
string |
配额申请的资源目录成员的阿里云账号(主账号)。 |
14468026070**** |
|
| ApplyTime |
string |
配额提升申请的 UTC 时间。 |
2022-09-23T02:38:18Z |
| AuditStatusVos |
array<object> |
不同审批状态的申请单数量。 |
|
|
object |
不同审批状态的申请单数量。 |
||
| Count |
integer |
审批单数量。 |
4 |
| Status |
string |
配额提升申请的审批状态。取值:
|
Agree |
| BatchQuotaApplicationId |
string |
配额申请批次 ID。 |
d314d6ae-867d-484c-9009-3d421a80**** |
| DesireValue |
number |
配额申请的值。 |
105 |
| Dimensions |
object |
配额维度。 格式:{"regionId":"cn-hangzhou"}。 |
{"regionId":"cn-hangzhou"} |
| EffectiveTime |
string |
配额生效的 UTC 时间。 |
2023-05-22T16:00:00Z |
| ExpireTime |
string |
配额失效的 UTC 时间。 |
2024-05-14T02:08:56Z |
| ProductCode |
string |
云服务名称缩写。 |
vpc |
| QuotaActionCode |
string |
配额 ID。 |
q_fhoz4k |
| QuotaCategory |
string |
配额种类。取值:
|
CommonQuota |
| Reason |
string |
配额提升申请的原因。 |
Business expansion |
| RequestId |
string |
请求 ID。 |
D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053 |
| TotalCount |
integer |
本次请求返回的全部记录条数。 |
67 |
示例
正常返回示例
JSON格式
{
"MaxResults": 30,
"NextToken": "1",
"QuotaBatchApplications": [
{
"AliyunUids": [
"14468026070****"
],
"ApplyTime": "2022-09-23T02:38:18Z",
"AuditStatusVos": [
{
"Count": 4,
"Status": "Agree"
}
],
"BatchQuotaApplicationId": "d314d6ae-867d-484c-9009-3d421a80****",
"DesireValue": 105,
"Dimensions": {
"regionId": "cn-hangzhou"
},
"EffectiveTime": "2023-05-22T16:00:00Z",
"ExpireTime": "2024-05-14T02:08:56Z",
"ProductCode": "vpc",
"QuotaActionCode": "q_fhoz4k",
"QuotaCategory": "CommonQuota",
"Reason": "Business expansion"
}
],
"RequestId": "D47B3A10-CDAC-5412-B2EE-EC9A3DBE9053",
"TotalCount": 67
}
错误码
|
HTTP status code |
错误码 |
错误信息 |
描述 |
|---|---|---|---|
| 400 | TEMPLATE.NOT.RD.MA | The requested account is not the MA master account of RD and does not have permission to operate quota templates. | 当前账号非RD的MA主账号,没有操作配额模板权限 |
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。