ae0e90c2c794
Creates new rehydration items in dynamo and invokes async rehydration handler
Path parameters
Org ID
Query parameters
CQL Query
Tag
Request body
Archive Flush Interval is the flush interval for the agent with this tag, this helps us calculate which files overflowed into the next s3 bucket due to flush latency
AssignedCluster is the cluster that this rehydration is assigned to This is used to route the retries of the rehydration to the correct cluster and preventing multiple clusters from processing the same rehydration
Checkpoint is the last object key the rehydration job processed. Shouldn't be shown to user
CheckpointV2 saves pending files instead of processed ones. It also differs structurally so they are not compatible with Checkpoint field. Used in the rehydration with queue and parallel workers. Shouldn't be shown to user
Created & Updated are timestamps in core.StorageTimeFormat
ExcludeOverlap exclude logs rehydrated by existing rehydrations
Facets are used to filter rehydrations with facet_options api
From & To are timestamps in core.URLTimeFormat
Field to save OTTL query filter
Percentage is duplicated here for org level rehydrations, omitted in individual rehydrations because RehydrationWithStatus is used instead
Prefix and prefix regex are used to filter rehydrations with prefix filter
TODO delete after Box migration
Response
Created
Archive Flush Interval is the flush interval for the agent with this tag, this helps us calculate which files overflowed into the next s3 bucket due to flush latency
AssignedCluster is the cluster that this rehydration is assigned to This is used to route the retries of the rehydration to the correct cluster and preventing multiple clusters from processing the same rehydration
Checkpoint is the last object key the rehydration job processed. Shouldn't be shown to user
CheckpointV2 saves pending files instead of processed ones. It also differs structurally so they are not compatible with Checkpoint field. Used in the rehydration with queue and parallel workers. Shouldn't be shown to user
Created & Updated are timestamps in core.StorageTimeFormat
ExcludeOverlap exclude logs rehydrated by existing rehydrations
Facets are used to filter rehydrations with facet_options api
From & To are timestamps in core.URLTimeFormat
Field to save OTTL query filter
Percentage is duplicated here for org level rehydrations, omitted in individual rehydrations because RehydrationWithStatus is used instead
Prefix and prefix regex are used to filter rehydrations with prefix filter
TODO delete after Box migration