GET /internal/billing/usage/{tenant_id}/{app_id}
Internal service call: get resource usage statistics by application dimension, for other microservices to perform application-level quota validation
Billing Service - Internal API None application/json
Request Parameters
| Name | In | Type | Required | Default | Example | Constraints | Description |
tenant_id |
path |
string |
Yes |
|
|
|
Tenant ID |
app_id |
path |
string |
Yes |
|
|
|
Application ID |
Responses
| Status | Description | Schema |
| 200 | Usage query successful | object |
| 400 | Invalid request parameters | object |
| 401 | Unauthorized | object |
| 500 | Internal server error | object |