v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBingestBudgetManagementV2
Update an ingest budget.
Update an existing ingest budget. All properties specified in the request are required.
put/v2/ingestBudgets/{id}
Path parameters
idstring required
Identifier of the ingest budget to update.
Request body
Example request
{
"name": "Developer Budget",
"scope": "_sourceCategory=*prod*nginx*",
"capacityBytes": 1000,
"timezone": "America/Los_Angeles",
"resetTime": "23:30",
"action": "stopCollecting",
"auditThreshold": 85
}Response
The ingest budget was successfully modified.
Example response
{
"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
}