/internal/billing/usage/{tenant_id}/{app_id}
服务间内部调用:按应用维度获取资源使用量统计数据,供其他微服务进行应用级配额校验
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
|---|---|---|---|---|---|---|---|
tenant_id |
path |
string |
Yes | 租户ID | |||
app_id |
path |
string |
Yes | 应用ID |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | 使用量查询成功 | object |
| 400 | 请求参数错误 | object |
| 401 | 未授权 | object |
| 500 | 服务器内部错误 | object |