Creating a Database Watermark Extraction Task
Function
This API is used to create a database watermark extraction task.
Calling Method
For details, see Calling APIs.
URI
POST /v1/{project_id}/data-watermark-extract-tasks
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
description |
No |
String |
Task description. |
|
extract_mode |
Yes |
String |
Extraction mode. |
|
file_separator |
Yes |
String |
File separator. |
|
task_name |
Yes |
String |
Task name. |
Request Parameters
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
file |
Yes |
File |
File to be uploaded. |
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
id |
String |
Task ID. |
|
msg |
String |
Message description. |
|
status |
String |
Status. |
Status code: 201
Task created.
Example Requests
POST /v1/{project_id}/data-watermark-extract-tasks
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Created. |
|
201 |
Task created. |
|
401 |
Unauthorized. |
|
403 |
Access denied. |
|
404 |
Project not found. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot