Previous Topic: Login OperationNext Topic: SubmitImportwithfilepath Operation


SubmitImport Operation

This operation receives data file content that has been converted to byte array format and submits the content with the data import to the Data Importer. To use this operation, create an application, if one is not already available, to convert the data file content to byte array format. The application then sends the content to this web service operation.

This operation returns a data import job ID, which is used to verify the status of the import job.

Input Parameters

loginToken–Token that is returned after the CA APM login.

ImportName–Name of the data import.

Datafilename–Name of the data file that is associated with the data import.

Datafilestream–Data file content in byte array format.

Caprovided–(Optional) Indicator that specifies a product-provided data import. Set this parameter to one (1) to specify a product-provided import.

Tenant–(Multi-tenancy only) Name of the tenant to which the import applies.

Output Parameters

Job ID–ID that is returned after a data import is submitted successfully. The GetJobStatus operation uses this ID to verify the status of an import job.