A AuthMS API Wiki API Reference iam.tianv.com →

GET /internal/billing/usage/{tenant_id}/{app_id}

服务间内部调用:按应用维度获取资源使用量统计数据,供其他微服务进行应用级配额校验

计费服务 - 内部接口 None application/json

Request Parameters

NameInTypeRequiredDefaultExampleConstraintsDescription
tenant_id path string Yes 租户ID
app_id path string Yes 应用ID

Responses

StatusDescriptionSchema
200使用量查询成功object
400请求参数错误object
401未授权object
500服务器内部错误object