最近更新时间:2021-08-13 17:21:52
名称 | 类型 | 必须 | 长度限制(字符) | 参数格式 | 描述 |
---|---|---|---|---|---|
Action | String | 是 | 确定值 | [a-zA-Z]+ |
操作接口名,系统规定参数,取值:GetProductQuota |
ProductCode | String | 是 | 服务名称缩写 | ||
QuotaId | String | 否 | 配额ID |
名称 | 类型 | 描述 |
---|---|---|
Quota | Array | 数据 |
RequestId | String | 请求id |
Quota参数说明:
名称 | 类型 | 描述 |
---|---|---|
ProductName | String | 服务中文名称 |
ProductEnName | String | 服务英文名称 |
ProductCode | String | 服务名称缩写 |
QuotaId | String | 配额项 |
QuotaDescription | String | 配额描述 |
QuotaType | String | 配额类型 ResourceType(资源类型),RightType(权益配额) |
Consumable | Bool | 是否支持展示已使用量 true:支持, false:不支持 |
Adjustable | Bool | 是否支持客户发起配额调整 true:支持, false:不支持 |
DimensionsType | String | 配额维度类型 GlobalType(全局)和RegionType(按机房) |
TotalQuota | Integer | 配额项默认值 (如果QutaoType是权益配额,TotalQuota只有0(无权限)和1(有权限)两个值) |
AdjustMaxLimit | Integer | 客户调整配额值上限 如果Adjustable为true时才有效, |
Dimensions | Array | 配额维度数组 |
Dimensions数组参数说明:
名称 | 类型 | 描述 |
---|---|---|
RegionName | String | 机房中文名 |
RegionEnName | String | 机房英文名 |
RegionId | String | 机房code |
QuotaValue | integer | 配额值 |
QuotaUsedValue | integer | 使用配额值 |
CreatedDate | String | 创建时间 |
错误代码(Code) | 错误消息(Message) | HTTP 状态码 | 中文描述(语义) |
---|---|---|---|
MissingRequiredHeader | Bad request, must include valid http header: X-KSC-ACCOUNT-ID, X-KSC-SERVICE, X-KSC-REGION. | 400 | |
InvalidParameterValue | Parameters error: %s | 400 | 参数错误:%s,具体错误信息在%s说明 |
https://quota.api.ksyun.com/?Action=GetProductQuota&QuotaId=quota_slb_slb&Version=2021-05-19&ProductCode=SLB
{
"Quota": {
"ProductName": "负载均衡",
"ProductEnName": "Server Load Balancing",
"ProductCode": "SLB",
"QuotaId": "quota_slb_slb",
"QuotaDescription": "经典型负载均衡实例数量(单region)",
"QuotaType": "ResourceType",
"Consumable": true,
"Adjustable": true,
"AdjustMaxLimit": 100,
"DimensionsType": "RegionType",
"TotalQuota": 20,
"Dimensions": [
{
"RegionName": "华东1(上海)",
"RegionEnName": "CN East 1(Shanghai)",
"RegionId": "cn-shanghai-2",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "华北1(北京)",
"RegionEnName": "CN North 1(Beijing)",
"RegionId": "cn-beijing-6",
"QuotaValue": 20,
"QuotaUsedValue": 2,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "新加坡",
"RegionEnName": "Singapore",
"RegionId": "ap-singapore-1",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "华南1(广州)",
"RegionEnName": "CN South 1(Guangzhou)",
"RegionId": "cn-guangzhou-1",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "俄罗斯(莫斯科)",
"RegionEnName": "Russia (Moscow)",
"RegionId": "eu-east-1",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "华北政务1(北京)",
"RegionEnName": "CN North Government 1(Beijing)",
"RegionId": "cn-north-1-gov",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "西南1(重庆)",
"RegionEnName": "CN Southwest 1(Chongqing)",
"RegionId": "cn-southwest-1",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "华北金融1(北京)",
"RegionEnName": "CN North Finance 1(Beijing)",
"RegionId": "cn-beijing-fin",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "华东金融1(上海)",
"RegionEnName": "CN East Finance 1(Shanghai)",
"RegionId": "cn-shanghai-fin",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
},
{
"RegionName": "华中1(武汉)",
"RegionEnName": "CN Central 1(Wuhan)",
"RegionId": "cn-central-1",
"QuotaValue": 20,
"QuotaUsedValue": 0,
"CreatedDate": "2021-08-13 17:12:16"
}
]
},
"RequestId": "c464c3e3-d11a-4136-b72c-bae82c85a0f3"
}
纯净模式