获取指定一级Quota组信息
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
nickname | string | 是 | Quota名称 | quota_a |
tenantId | string | 否 | 租户id | 520539530998273 |
region | string | 否 | 地域id。 | cn-chengdu |
AkProven | string | 否 | ak 换取凭证 | null |
mock | boolean | 否 | 是否包含子模块。取值:-true:包含。-false(默认值):不包含。 | false |
返回参数
示例
正常返回示例
JSON
格式
{
"billingPolicy": {
"billingMethod": "subscription\n",
"odpsSpecCode": "OdpsStandard",
"orderId": "45245678"
},
"saleTag": {
"resourceIds": [
""
],
"resourceType": ""
},
"cluster": "AT-120N",
"createTime": 0,
"creatorId": "672863518\n",
"requestId": "0b87b7a316654730544735643e9200",
"id": "0",
"name": "quota_a\n",
"nickName": "quota_nickname",
"parameter": {
"test": "test",
"test2": 1
},
"parentId": "null",
"regionId": "cn-beijing",
"scheduleInfo": {
"currPlan": "planA",
"currTime": "0800",
"nextPlan": "planB",
"nextTime": "1700",
"oncePlan": "planC",
"onceTime": "1500",
"operatorName": "userA"
},
"status": "ON",
"subQuotaInfoList": [
{
"billingPolicy": {
"billingMethod": "subscription",
"odpsSpecCode": "OdpsStandard\n",
"orderId": "45245678\n"
},
"saleTag": {
"resourceIds": [
""
],
"resourceType": ""
},
"cluster": "AT-120N\n",
"createTime": 0,
"creatorId": "672863518\n",
"id": "1000048\n",
"name": "subquotaA\n",
"nickName": "subquotaA\n",
"parameter": {
"test": "test",
"test2": 1
},
"parentId": "0",
"regionId": "cn-beijing",
"scheduleInfo": {
"currPlan": "planA",
"currTime": "0800",
"nextPlan": "planB",
"nextTime": "1700",
"oncePlan": "planC",
"onceTime": "1500",
"operatorName": "userA\n"
},
"status": "ON\n",
"tag": "abc",
"tenantId": "478403690625249",
"type": "FUXI_ONLINE",
"version": "1"
}
],
"tag": "abc",
"tenantId": "478403690625249",
"type": "FUXI_ONLINE",
"version": "1",
"data": {
"id": "0",
"name": "quota_a",
"nickName": "quota_nickname",
"type": "FUXI_ONLINE",
"status": "ON",
"saleTag": {
"resourceIds": [
""
],
"resourceType": ""
},
"tenantId": "478403690625249",
"regionId": "cn-beijing",
"parentId": "null",
"cluster": "AT-120N",
"version": "1",
"billingPolicy": {
"odpsSpecCode": "OdpsStandard",
"orderId": "45245678",
"billingMethod": "subscription"
},
"scheduleInfo": {
"currPlan": "planA",
"currTime": "0800",
"nextPlan": "planB",
"nextTime": "1700",
"oncePlan": "planC",
"onceTime": "1500",
"operatorName": "userA"
},
"parameter": {
"test": "test",
"test2": 1
},
"tag": "abc",
"createTime": 0,
"creatorId": "672863518",
"groupName": "",
"subQuotaInfoList": [
{
"id": "1000048",
"name": "subquotaA",
"saleTag": {
"resourceIds": [
""
],
"resourceType": ""
},
"nickName": "subquotaA",
"type": "FUXI_ONLINE",
"status": "ON",
"tenantId": "478403690625249\n",
"regionId": "cn-beijing",
"parentId": "0",
"cluster": "AT-120N\n",
"version": "1",
"billingPolicy": {
"odpsSpecCode": "OdpsStandard",
"orderId": "45245678",
"billingMethod": "subscription"
},
"scheduleInfo": {
"currPlan": "planA",
"currTime": "0800",
"nextPlan": "planB",
"nextTime": "1700",
"oncePlan": "planC",
"onceTime": "1500",
"operatorName": "userA"
},
"parameter": {
"test": "test",
"test2": 1
},
"tag": "abc",
"createTime": 0,
"creatorId": "672863518",
"groupName": ""
}
]
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|---|---|
2022-04-14 | 新增 OpenAPI |