Queries copyright watermarking jobs.
Operation description
- This operation is supported only in the China (Shanghai) and China (Beijing) regions.
Debugging
Authorization information
The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:
- Operation: the value that you can use in the Action element to specify the operation on a resource.
- Access level: the access level of each operation. The levels are read, write, and list.
- Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
- For mandatory resource types, indicate with a prefix of * .
- If the permissions cannot be granted at the resource level,
All Resourcesis used in the Resource type column of the operation.
- Condition Key: the condition key that is defined by the cloud service.
- Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
| Operation | Access level | Resource type | Condition key | Associated operation |
|---|---|---|---|---|
| ice:QueryCopyrightJobList | none | *All Resources * |
| none |
Request parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| CreateTimeStart | long | No | The start of the creation time range for the query, in UNIX timestamp format. | 1627357322 |
| CreateTimeEnd | long | No | The end of the creation time range for the query, in UNIX timestamp format. | 1627357325 |
| JobId | string | No | The job ID. | ****cdb3e74639973036bc84**** |
| Level | long | No | The watermark level, indicating the color channel for embedding. 0: U. 1: UV. 2: YUV. | 0 |
| PageNumber | long | No | The page number. | 0 |
| PageSize | long | No | The number of entries to return on each page. | 10 |
Response parameters
Examples
Sample success responses
JSONformat
{
"Data": [
{
"GmtCreate": 1627357322,
"GmtModified": 1627357322,
"Input": {
"Type": "OSS",
"Media": "oss://bucket/object"
},
"Output": {
"Type": "OSS",
"Media": "oss://bucket/object"
},
"JobId": "bfb786c639894f4d80648792021****",
"Level": 2,
"Message": "test",
"Result": {
"Code": "success",
"Message": "ok"
},
"Status": "success",
"UserData": 123,
"UserId": 0
}
],
"Message": "ok",
"RequestId": "******36-3C1E-4417-BDB2-1E034F******",
"StatusCode": 200
}Error codes
For a list of error codes, visit the Service error codes.
