Domain name for API request: cwp.tencentcloudapi.com.
This API is used to obtain the security report list page.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
Parameter Name | Required | Type | Description |
---|---|---|---|
Action | Yes | String | Common Params. The value used for this API: DescribeSecurityBroadcasts. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
Offset | No | Integer | Offset, which defaults to 0 |
Limit | No | Integer | Number of records to return, which is 10 by default, and 0 = all. |
BeginDate | No | String | Filter release date: start time |
EndDate | No | String | Filter release date: end time |
BroadcastType | No | String | Filter security report type: 0 - emergency notification; 1 - feature update; 2 - industry honor; 3 - version release |
Parameter Name | Type | Description |
---|---|---|
List | Array of Broadcasts | List |
TotalCount | Integer | Total count. |
RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeSecurityBroadcasts
<Common request parameters>
{
"EndDate": "xx",
"BeginDate": "xx",
"Limit": 1,
"Offset": 1
}
{
"Response": {
"TotalCount": 1,
"List": [
{
"Subtitle": "xx",
"Level": 1,
"Title": "xx",
"CreateTime": "xx",
"Type": 1,
"Id": 1
}
],
"RequestId": "5b49dea4-0d0e-400f-8d11-2fdf1707c51a "
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
Error Code | Description |
---|---|
InternalError | Internal error |
InternalError.MainDBFail | Failed to manipulate the data. |
InvalidParameter | Incorrect parameter. |
InvalidParameter.IllegalRequest | Invalid request. |
InvalidParameter.InvalidFormat | Incorrect parameter format. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameter.ParsingError | Incorrect parameter parsing. |
Was this page helpful?