Create Ingest Job From Bucket

Ingest assets from a bucket scan

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
dataset_idstringRequiredformat: "uuid"
connection_namestring or nullOptional
pathstring or nullOptional
specobject or nullOptional
source_pathstring or nullOptional
source_specobject or nullOptional
max_depthintegerOptional0-10Defaults to 0
Max depth of recursion under a prefix

Response

Successful Response
idstring
org_idstring
dataset_idstringformat: "uuid"
job_typeenum
Allowed values:
detailsobject or null
created_dtstringformat: "date-time"
connection_namestring or null
request_typeenum
Allowed values:
statusenum
Enum of Ingest Job Status.
updated_dtstring or nullformat: "date-time"
total_assetsinteger or null
processed_assetsintegerDefaults to 0
errored_assetsintegerDefaults to 0
request_idstring or null

Errors

422
Unprocessable Entity Error