v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141813585.8 KB

Start importing bulk data into an <code>ACTIVE</code> data store. The import job imports DICOM P10 files or enhances existing DICOM files with JSON metadata. The <code>importConfiguration</code> parameter specifies the import type. The data is found in the S3 prefix specified by the <code>inputS3Uri</code> parameter. The import job stores processing results in the file specified by the <code>outputS3Uri</code> parameter.

post/startDICOMImportJob/datastore/{datastoreId}

Path parameters

datastoreIdstring required

The data store identifier.

Request body

jobNamestring

The import job name.

dataAccessRoleArnstring required

The Amazon Resource Name (ARN) of the IAM role that grants permission to access medical imaging resources.

clientTokenstring required

A unique identifier for API idempotency.

inputS3Uristring required

The input prefix path for the S3 bucket that contains the DICOM files to be imported.

outputS3Uristring required

The output prefix of the S3 bucket to upload the results of the DICOM import job.

inputOwnerAccountIdstring

The account ID of the source S3 bucket owner.

Response

Success

datastoreIdstring required

The data store identifier.

jobIdstring required

The import job identifier.

jobStatus'SUBMITTED' | 'IN_PROGRESS' | 'COMPLETED' | 'FAILED' required

The import job status.

submittedAtstring date-time required

The timestamp when the import job was submitted.