Previous Topic: SubmitImport OperationNext Topic: Verify the Status of the Import Job


SubmitImportwithfilepath Operation

This operation uploads a data file from a specified file path and submits the data file with the data import to the Data Importer. This file path must be accessible from the server where the Import Service is running.

The 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.

Datafilepath–Complete path and name of the data file that is associated with the data import. This path must be accessible from the server where the Import Service is running. Also, the Network Service (application pool identity) user requires access to this path.

Note: If the data file location is a shared path, the CA APM server and the shared computer must be in the same domain.

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.