Invokes this operation to query the parameter settings of all image watermark templates and text watermark templates that have been added in the current service region, including the position, size, and display time of image watermarks, and the content, font, color, position, and other parameter settings of text watermarks.
Try it now
Test
RAM authorization
|
Action |
Access level |
Resource type |
Condition key |
Dependent action |
|
vod:ListWatermark |
list |
*All Resource
|
None | None |
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| AppId |
string |
No |
The application ID. Default value: app-1000000. If the multi-application service is enabled, you can specify an application ID to query watermark templates under the specified application. If you do not specify this parameter, watermark templates under all applications are returned. For more information, see Multi-application. |
app-**** |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
25818875-5F78-4A*****F6-D7393642CA58 |
| WatermarkInfos |
array<object> |
The watermark template information. |
|
|
object |
|||
| CreationTime |
string |
The time when the watermark template was created. The time is in the yyyy-MM-ddTHH:mm:ssZ format (UTC). |
2018-11-07T09:05:52Z |
| Type |
string |
The type of the watermark template. Valid values:
|
Text |
| IsDefault |
string |
Indicates whether the watermark template is the default template. Valid values:
|
NotDefault |
| FileUrl |
string |
The URL of the watermark file (OSS URL or CDN URL). Note
This parameter is returned only for image watermark templates. |
https://outin-3262681cd*****89f4b3e7.oss-cn-shanghai.aliyuncs.com/image/cover/8CC8B715E6F8A72EC6B-6-2.png?Expires=1541600583&OSSAccessKeyId=****&Signature=gmf1eYMoDVg%2BHQCb4UGozB**** |
| AppId |
string |
The application ID. |
app-**** |
| WatermarkConfig |
string |
The configuration information of the watermark (JSON string), including the display position and effect of the watermark. The configuration parameters for image watermarks and text watermarks are different. For more information about the parameter structure, see WatermarkConfig. |
{"FontColor": "Blue","FontSize": 80,"Content": " watermark test"} |
| Name |
string |
The name of the watermark template. |
Text watermark test |
| WatermarkId |
string |
The ID of the watermark template. |
9bcc8bfadb843*****109a2671d0df97 |
Examples
Success response
JSON format
{
"RequestId": "25818875-5F78-4A*****F6-D7393642CA58",
"WatermarkInfos": [
{
"CreationTime": "2018-11-07T09:05:52Z",
"Type": "Text",
"IsDefault": "NotDefault",
"FileUrl": "https://outin-3262681cd*****89f4b3e7.oss-cn-shanghai.aliyuncs.com/image/cover/8CC8B715E6F8A72EC6B-6-2.png?Expires=1541600583&OSSAccessKeyId=****&Signature=gmf1eYMoDVg%2BHQCb4UGozB****",
"AppId": "app-****",
"WatermarkConfig": "{\"FontColor\": \"Blue\",\"FontSize\": 80,\"Content\": \" watermark test\"}",
"Name": "Text watermark test",
"WatermarkId": "9bcc8bfadb843*****109a2671d0df97"
}
]
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.