Queries a job for extracting a copyright watermark.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
ice:QueryCopyrightExtractJob |
none |
*All Resource
|
None | None |
Request syntax
POST HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| JobId |
string |
Yes |
The job ID. You can obtain the value of this parameter from the response of the SubmitCopyrightExtractJob operation. |
2288c6ca184c0e47098a5b665e2a12**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| Data |
object |
The data returned. |
|
| Message |
string |
The copyright watermark information. |
Copyright Watermark Test |
| Message |
string |
The message returned. |
ok |
| RequestId |
string |
The ID of the request. |
*****ACB-44F2-5F2D-88D7-1283E70***** |
| StatusCode |
integer |
The status code. |
200 |
Examples
Success response
JSON format
{
"Data": {
"Message": "Copyright Watermark Test"
},
"Message": "ok",
"RequestId": "*****ACB-44F2-5F2D-88D7-1283E70*****",
"StatusCode": 200
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.