查询配额中心支持的云产品列表。
接口说明
查询结果与支持配额中心的云产品相同。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

授权信息
请求参数
名称 |
类型 |
必填 |
描述 |
示例值 |
NextToken |
string |
否 |
用来标记开始查询数据的位置。置空表示从头开始。 |
4 |
MaxResults |
integer |
否 |
本次查询的最大记录条数。 取值范围:1~200。默认值:30。 |
4 |
返回参数
名称 |
类型 |
描述 |
示例值 |
object |
|||
MaxResults |
integer |
本次查询返回的最大记录条数。 |
4 |
NextToken |
string |
用来标记返回查询数据的位置。空表示数据已经查询完毕。 |
4 |
ProductInfo |
array<object> |
云产品信息。 |
|
object |
|||
CommonQuotaSupport |
string |
是否支持通用配额。取值:
|
support |
Dynamic |
boolean |
重要 该参数废弃,不建议使用。 是否支持动态调整配额。取值:
|
true |
FlowControlSupport |
string |
是否支持 API 速率配额。取值:
|
unsupport |
ProductCode |
string |
云产品名称缩写。 |
ecs |
ProductName |
string |
云产品名称。 |
Elastic Compute Service (ECS) |
ProductNameEn |
string |
云产品英文名称。 |
Elastic Compute Service |
SecondCategoryId |
integer |
产品类目 ID。 |
5 |
SecondCategoryName |
string |
产品类目名称。 |
Elastic Compute |
SecondCategoryNameEn |
string |
产品类目英文名称。 |
Elastic Compute |
WhiteListLabelQuotaSupport |
string |
是否支持权益配额。取值:
|
support |
RequestId |
string |
请求 ID。 |
1DA9C136-11BC-4C39-ADC6-B86276128072 |
TotalCount |
integer |
本次请求返回的全部记录条数。 |
1 |
示例
正常返回示例
JSON
格式
{
"MaxResults": 4,
"NextToken": "4",
"ProductInfo": [
{
"CommonQuotaSupport": "support",
"Dynamic": true,
"FlowControlSupport": "unsupport",
"ProductCode": "ecs",
"ProductName": "Elastic Compute Service (ECS)",
"ProductNameEn": "Elastic Compute Service",
"SecondCategoryId": 5,
"SecondCategoryName": "Elastic Compute",
"SecondCategoryNameEn": "Elastic Compute",
"WhiteListLabelQuotaSupport": "support"
}
],
"RequestId": "1DA9C136-11BC-4C39-ADC6-B86276128072",
"TotalCount": 1
}
错误码
访问错误中心查看更多错误码。
变更历史
更多信息,参考变更详情。