Creates a task to upload an Object Storage Service (OSS) file and obtain the key of the task.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
FileSource | string | Yes | The purpose of the file upload task. Valid values:
| datacorrect |
FileName | string | Yes | The name of the file. Note
The file name must end with .txt or .sql. For example, the file name can be text.txt.
| test.sql |
UploadTarget | object | Yes | The information about the OSS file to be uploaded. | |
Endpoint | string | Yes | The endpoint of the OSS bucket. | http://oss-cn-hangzhou.aliyuncs.com |
BucketName | string | Yes | The name of the OSS bucket. | test_bucket |
ObjectName | string | Yes | The name of the OSS object. | test.sql |
Tid | long | No | The ID of the tenant. Note
To view the ID of the tenant, move the pointer over the profile picture in the upper-right corner of the Data Management (DMS) console. For more information, see the "View information about the current tenant" section of the Manage DMS tenants topic.
| -1 |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "4E1D2B4D-3E53-4ABC-999D-1D2520B3471A",
"Success": true,
"ErrorMessage": "UnknownError",
"ErrorCode": "UnknownError",
"JobKey": "65254a4c1614235217749100e"
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history