id | string | Unique identifier for the ingest budget. |
name | string | Display name of the ingest budget. |
description | string | Description of the ingest budget. |
action | string | Action to take when ingest budget's capacity is reached. All actions are audited. Supported values are: stopCollecting keepCollecting |
auditThreshold | integer | The threshold as a percentage of when an ingest budget's capacity usage is logged in the Audit Index. |
capacityBytes | integer | Capacity of the ingest budget, in bytes. It takes a few minutes for Collectors to stop collecting when capacity is reached. We recommend setting a soft limit that is lower than your needed hard limit. |
createdAt | string | Creation timestamp in UTC in RFC3339 format. |
createdByUser | object | |
fieldValue | string | Custom field value that is used to assign Collectors to the ingest budget. |
modifiedAt | string | Last modification timestamp in UTC in RFC3339 format. |
modifiedByUser | object | |
numberOfCollectors | integer | Number of collectors assigned to the ingest budget. |
resetTime | string | Reset time of the ingest budget in HH:MM format. |
timezone | string | Time zone of the reset time for the ingest budget. Follow the format in the IANA Time Zone Database. |
usageBytes | integer | Current usage since the last reset, in bytes. |
usageStatus | string | Status of the current usage. Can be Normal , Approaching , Exceeded , or Unknown (unable to retrieve usage). |