v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBarchiveManagement
Create an ingestion job.
Create an ingestion job to pull data from your S3 bucket.
post/v1/archive/{sourceId}/jobs
Path parameters
sourceIdstring required
Example:000000000606C009
The identifier of the Archive Source for which the job is to be added.
Request body
Example request
{
"startTime": "2018-10-16T09:10:00Z",
"endTime": "2018-10-16T10:10:00Z"
}Response
The ingestion job was created successfully.
Example response
{
"startTime": "2018-10-16T09:10:00Z",
"endTime": "2018-10-16T10:10:00Z",
"id": "4e214571-cf27-4114-93e6-69a98c017f3",
"totalObjectsScanned": 25,
"totalObjectsIngested": 10,
"totalBytesIngested": 100,
"status": "Scanning",
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD"
}