获取指定一级Quota组信息。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
授权信息
当前API暂无授权信息透出。
请求语法
GET /api/v1/quotas/{nickname}/query HTTP/1.1
请求参数
名称 | 类型 | 必填 | 描述 | 示例值 |
---|---|---|---|---|
nickname | string | 是 | Quota 名称 | %E9%BB%98%E8%AE%A4%E9%A2%84%E4%BB%98%E8%B4%B9Quota_p #中文名称需要经过utf8 urlencode编码转义 |
tenantId | string | 否 | 租户 id | 483212237127906 |
region | string | 否 | 地域 id。 | cn-chengdu |
AkProven | string | 否 | ak 换取凭证 | null |
mock | boolean | 否 | 是否包含子模块。取值:-true:包含。-false(默认值):不包含。 | false |
返回参数
示例
正常返回示例
JSON
格式
{
"requestId": "0bc1eeed16675342848904412e08dd",
"httpCode": 200,
"errorCode": "success",
"errorMsg": "异常信息",
"data": {
"subQuotaInfoList": [
{
"id": "1000048",
"name": "subquotaA",
"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": "880c0d0d-5d79-4217-b683-8e8bdd2a2523",
"instanceId": "880c0d0d-5d79-4217-b683-8e8bdd2a2523",
"billingMethod": "subscription"
},
"scheduleInfo": {
"currPlan": "planA",
"currTime": "0800",
"nextPlan": "planB",
"nextTime": "1700",
"oncePlan": "planC",
"onceTime": "1500",
"operatorName": "userA",
"timezone": "UTC+8"
},
"parameter": {
"test": "test",
"test2": 1
},
"tag": "abc",
"createTime": 1688653978768,
"creatorId": "672863518",
"groupName": "abc",
"saleTag": {
"resourceIds": [
"\"aaaaaaa-bbbb-4fd0-a8eb-50861590f7dd\"\n"
],
"resourceType": "\"quota\"\n"
}
}
],
"id": "2523",
"name": "quota_a",
"nickName": "quota_nickname",
"type": "FUXI_OFFLINE",
"status": "ON",
"tenantId": "478403690625249",
"regionId": "cn-beijing",
"parentId": "null",
"cluster": "AT-120N",
"version": "1",
"billingPolicy": {
"odpsSpecCode": "OdpsStandard",
"orderId": "880c0d0d-5d79-4217-b683-8e8bdd2a2523",
"instanceId": "880c0d0d-5d79-4217-b683-8e8bdd2a2523",
"billingMethod": "subscription"
},
"scheduleInfo": {
"currPlan": "planA",
"currTime": "0800",
"nextPlan": "planB",
"nextTime": "1700",
"oncePlan": "planC",
"onceTime": "1500",
"operatorName": "userA",
"timezone": "UTC+8"
},
"parameter": {
"test": "test",
"test2": 1
},
"tag": "abc",
"createTime": 1714356241163,
"creatorId": "1248953767546358",
"groupName": "abc",
"saleTag": {
"resourceIds": [
"\"aaaaaaa-bbbb-4fd0-a8eb-50861590f7dd\"\n"
],
"resourceType": "project"
}
}
}
错误码
访问错误中心查看更多错误码。
变更历史
变更时间 | 变更内容概要 | 操作 |
---|
暂无变更历史