You can call this operation to view the pop-up messages of newly released features and sales promotion provided by Security Center. This helps you comprehend the newly released features and current sales promotions.
Debugging
Request parameters
Parameter | Type | Required | Example | Description |
---|---|---|---|---|
Action | String | Yes | DescribeDialogMessages |
The operation that you want to perform. Set the value to DescribeDialogMessages. |
SourceIp | String | No | 1.2.3.4 |
The source IP address of the request. |
Response parameters
Parameter | Type | Example | Description |
---|---|---|---|
DialogList | Array |
The list of pop-up messages. |
|
DialogKey | String | aliyun_sale_season_01 |
The key of the pop-up message. |
ID | Long | 11 |
The ID of the pop-up message. |
Params | String | {'startTime':'2020-01-27','day':'30','priority':'1','promotion':'1'} |
Required parameters of the pop-up message. |
RequestId | String | 965F9282-D403-4FA2-B1B9-10F62DC719BF |
The unique ID generated by Alibaba Cloud for the request. |
TotalCount | Integer | 1 |
The total number of pop-up messages. |
Examples
Sample requests
http(s)://[Endpoint]/? Action=DescribeDialogMessages
&<Common request parameters>
Sample success responses
XML
format
<DescribeDialogMessagesResponse>
<DialogList>
<Params>{'startTime':'2020-02-27','day':'30','priority':'1','promotion':'1'}</Params>
<ID>6196670</ID>
<DialogKey>sale_season_2020_2</DialogKey>
</DialogList>
<TotalCount>1</TotalCount>
<requestId>965F9282-D403-4FA2-B1B9-10F62DC719BF</requestId>
</DescribeDialogMessagesResponse>
JSON
format
{
"DialogList": [{
"Params": "{'startTime':'2020-02-27','day':'30','priority':'1','promotion':'1'}",
"ID": 6196670,
"DialogKey": "sale_season_2020_2"
}],
"TotalCount": 1,
"requestId": "965F9282-D403-4FA2-B1B9-10F62DC719BF"
}
Error code
For a list of error codes, visit the API Error Center.