Authorizations
API Keys can be issued in the Orb's web application.
Body
The (inclusive) start of the usage timeframe affected by this backfill. By default, Orb allows backfills up to 31 days in duration at a time. Reach out to discuss extending this limit and your use case.
The (exclusive) end of the usage timeframe affected by this backfill. By default, Orb allows backfills up to 31 days in duration at a time. Reach out to discuss extending this limit and your use case.
If true, replaces all existing events in the timeframe with the newly ingested events. If false, adds the newly ingested events to the existing events.
The time at which no more events will be accepted for this backfill. The backfill will automatically begin reflecting throughout Orb at the close time. If not specified, it will default to 1 day after the creation of the backfill.
The Orb-generated ID of the customer to which this backfill is scoped. Omitting this field will scope the backfill to all customers.
The external customer ID of the customer to which this backfill is scoped. Omitting this field will scope the backfill to all customers.
A boolean computed property used to filter the set of events to deprecate
"my_numeric_property > 100 AND my_other_property = 'bar'"
"my_property = 'foo'"
Response
OK
A backfill represents an update to historical usage data, adding or replacing events in a timeframe.
The status of the backfill.
pending
, reflected
, pending_revert
, reverted
The number of events ingested in this backfill.
If in the future, the time at which the backfill will automatically close. If in the past, the time at which the backfill was closed.
The time at which this backfill was reverted.
The Orb-generated ID of the customer to which this backfill is scoped. If null
, this backfill is scoped to all customers.
If true
, existing events in the backfill's timeframe will be replaced with the newly ingested events associated with the backfill. If false
, newly ingested events will be added to the existing events.
A boolean computed property used to filter the set of events to deprecate
"my_numeric_property > 100 AND my_other_property = 'bar'"
"my_property = 'foo'"