Get a tracing account soft limit
GET/v1/account-management/consumption/tracing-accounts/:id/soft-limit
Returns the current soft limit of a Consumption tracing account.
The soft limit caps the daily volume, in GB, that the tracing account is allowed to index.
Available for Consumption accounts only. If the account is not a Consumption account, the request returns 400.
Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id integerrequired
ID of the tracing account.
Responses
- 200
- 400
OK
- application/json
- Schema
- Example (from schema)
Schema
accountId integer
ID of the tracing account.
softLimitGBConsumption float
The account's soft limit, in GB. Null if no soft limit is set.
{
"accountId": 0,
"softLimitGB": 0
}
The account is not a Consumption account.
Loading...