请求参数
名称 |
类型 |
必须 |
长度限制(字符) |
参数格式 |
描述 |
Action |
String |
是 |
确定值 |
[a-zA-Z]+ |
操作接口名,系统规定参数,取值:ListQuotaApplications |
ProductCode |
String |
否 |
|
|
服务名称缩写 |
QuotaId |
String |
否 |
|
|
配额ID |
Status |
String |
否 |
|
|
配额申请状态 Disagree(审核拒绝),Agree (审核通过),Process(审核中),Cancel(已取消) |
RegionId |
String |
否 |
最小值1 |
|
机房id(全局类型的服务不需要传,按机房类型的服务需要传) |
Page |
Integer |
是 |
最小值1 |
|
页码 |
PageSize |
Integer |
是 |
最小值1,最大值200,默认200 |
|
用于限制本次查询结果返回的数量 |
返回元素(调用成功)
名称 |
类型 |
描述 |
QuotaApplications |
Array |
数据 |
RequestId |
String |
请求id |
QuotaApplications参数说明
名称 |
类型 |
描述 |
Total |
Integer |
数据总数 |
Data |
Array |
配额申请信息 |
Page |
Integer |
当前页码 |
Data参数说明:
名称 |
类型 |
描述 |
ApplyId |
String |
配额申请uuid |
ApplyTime |
String |
申请时间 |
ApproveValue |
String |
配额申请值(如果是权益配额,1:表示 有权限) |
OperantValue |
String |
生效配额值(如果是权益配额,1:表示 有权限 0:表示 无权限) |
AuditReason |
String |
审批意见 |
Status |
String |
状态 Disagree(审核拒绝),Agree (审核通过),Process(审核中),Cancel(已取消) |
QuotaId |
String |
配额项 |
QuotaDescription |
String |
配额描述 |
QuotaType |
String |
配额类型 ResourceType(资源类型),RightType(权益配额) |
ProductName |
String |
服务中文名称 |
ProductEnName |
String |
服务英文名称 |
ProductCode |
String |
服务名称缩写 |
RegionId |
String |
机房id (如果是全局服务则该值为空) |
RegionName |
String |
机房中文名 (如果是全局服务则该值为空) |
RegionEnName |
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说明 |
QuotaRegoinIdNotExits |
RegoinId not exits. |
400 |
机房id对应的机房不存在。 |
示例
请求示例
https://quota.api.ksyun.com/?Action=ListQuotaApplications&Page=1&Version=2021-05-19
返回示例
{
"QuotaApplications": {
"Data": [
{
"ApplyId": "2Rbrr-2DSdeHc0TCxnxDTQ",
"ApplyTime": "2021-07-13 21:58:12",
"ApproveValue": "209",
"OperantValue": "",
"AuditReason": "CESHI",
"Status": "Disagree",
"QuotaId": "quota_rm_member",
"QuotaDescription": "资源目录可加入的成员上限",
"QuotaType": "ResourceType",
"ProductCode": "RM",
"ProductName": "资源管理",
"ProductEnName": "Resource Management",
"RegionId": "cn-shanghai-2",
"RegionName": "华东1(上海)",
"RegionEnName": "CN East 1(Shanghai)"
},
{
"ApplyId": "lFWOQjRVQriQBke_q1g33A",
"ApplyTime": "2021-07-13 21:53:52",
"ApproveValue": "201",
"OperantValue": "201",
"AuditReason": "3",
"Status": "Agree",
"QuotaId": "quota_rm_member",
"QuotaDescription": "资源目录可加入的成员上限",
"QuotaType": "ResourceType",
"ProductCode": "RM",
"ProductName": "资源管理",
"ProductEnName": "Resource Management",
"RegionId": "cn-shanghai-2",
"RegionName": "华东1(上海)",
"RegionEnName": "CN East 1(Shanghai)"
}
],
"Total": 2,
"Page": 1
},
"RequestId": "4a5d38af-d87b-47e9-ab4f-2f17e6d50882"
}