v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1437198164.5 KB

Starts a data set import task for a specific application.

post/applications/{applicationId}/dataset-import-task

Path parameters

applicationIdstring required

The unique identifier of the application for which you want to import data sets.

Request body

clientTokenstring

A client token is a unique, case-sensitive string of up to 128 ASCII characters with ASCII values of 33-126 inclusive. It is generated by the client to ensure idempotent operations, allowing safe retries without unintended side effects.

Response

Success

taskIdstring required

The task identifier. This operation is asynchronous. Use this identifier with the <a>GetDataSetImportTask</a> operation to obtain the status of this task.