Skip to main content

jobs

Overview

Namejobs
TypeResource
Idsumologic.archive.jobs

Fields

NameDatatypeDescription
idstringThe unique identifier of the ingestion job.
namestringThe name of the ingestion job.
createdAtstringThe creation timestamp in UTC of the ingestion job.
createdBystringThe identifier of the user who created the ingestion job.
endTimestringThe ending timestamp of the ingestion job.
startTimestringThe starting timestamp of the ingestion job.
statusstringThe status of the ingestion job, either Pending,Scanning,Ingesting,Failed, or Succeeded.
totalBytesIngestedintegerThe total bytes ingested by the ingestion job.
totalObjectsIngestedintegerThe total number of objects ingested by the ingestion job.
totalObjectsScannedintegerThe total number of objects scanned by the ingestion job.

Methods

NameAccessible byRequired ParamsDescription
listArchiveJobsBySourceIdSELECTsourceId, regionGet a list of all the ingestion jobs created on an Archive Source. The response is paginated with a default limit of 10 jobs per page.
createArchiveJobINSERTsourceId, data__endTime, data__name, data__startTime, regionCreate an ingestion job to pull data from your S3 bucket.
deleteArchiveJobDELETEid, sourceId, regionDelete an ingestion job with the given identifier from the organization. The delete operation is only possible for jobs with a Succeeded or Failed status.