Revert backfill
Reverting a backfill undoes all the effects of closing the backfill. If the backfill is reflected, the status will
transition to pending_revert
while the effects of the backfill are undone. Once all effects are undone, the
backfill will transition to reverted
.
If a backfill is reverted before its closed, no usage will be updated as a result of the backfill and it will
immediately transition to reverted
.
Authorizations
API Keys can be issued in the Orb's web application.
Path Parameters
Response
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
Was this page helpful?