Obtaining Log Details of a Specified Watermark Extraction Task
Function
This API is used to obtain the log details of a specified watermark extraction task.
Calling Method
For details, see Calling APIs.
URI
GET /v1/{project_id}/sdg/watermark/extract-log-info
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
project_id |
Yes |
String |
Project ID. |
|
Parameter |
Mandatory |
Type |
Description |
|---|---|---|---|
|
limit |
No |
Integer |
Number of records displayed on each page. |
|
offset |
No |
Integer |
Pagination offset. |
|
task_id |
Yes |
String |
Task ID. |
Request Parameters
None
Response Parameters
Status code: 200
|
Parameter |
Type |
Description |
|---|---|---|
|
total |
Long |
Total number of logs. |
|
water_mark_log_info |
Array of WatermarkLogResponse objects |
Watermark log details list. |
|
Parameter |
Type |
Description |
|---|---|---|
|
blind_watermark |
String |
Invisible watermark content. |
|
dest_url |
String |
Target URL. |
|
doc_path |
String |
Document path. |
|
download_url |
String |
Download URL. |
|
file_exist |
Boolean |
Whether the file exists. |
|
file_url |
String |
File URL. |
|
finish_num |
Integer |
Completed quantity. |
|
project_id |
String |
Project ID. |
|
remark |
String |
Remarks. |
|
state |
Integer |
Task status. |
|
task_id |
String |
Task ID. |
|
task_name |
String |
Task name. |
|
total_file_num |
Integer |
Total number of files. |
|
visible_watermark |
String |
Visible watermark. |
Example Requests
None
Example Responses
None
Status Codes
|
Status Code |
Description |
|---|---|
|
200 |
Obtained. |
|
401 |
Unauthorized. |
|
403 |
Access denied. |
|
404 |
Task 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