v1

latestOpenAPI 3.0.02026-08-064311,0881.3 MB
ingestBudgetManagementV2

Get a list of ingest budgets.

Get a list of all ingest budgets. The response is paginated with a default limit of 100 budgets per page.

get/v2/ingestBudgets

Query parameters

limitinteger

Limit the number of budgets returned in the response. The number of budgets returned may be less than the limit.

tokenstring

Continuation token to get the next page of results. A page object with the next continuation token is returned in the response body. Subsequent GET requests should specify the continuation token to get the next page of results.

Response

A paginated list of budgets.

nextstring

Next continuation token.

Example response

{
  "data": [
    {
      "name": "Developer Budget",
      "scope": "_sourceCategory=*prod*nginx*",
      "capacityBytes": 1000,
      "timezone": "America/Los_Angeles",
      "resetTime": "23:30",
      "action": "stopCollecting",
      "auditThreshold": 85,
      "id": "0000000003343FDD",
      "usageBytes": 900,
      "usageStatus": "Approaching",
      "createdAt": "2018-10-16T09:10:00Z",
      "createdBy": "0000000006743FDD",
      "modifiedAt": "2018-10-16T09:10:00Z",
      "modifiedBy": "0000000001243FDD",
      "budgetVersion": 2
    }
  ]
}