Domain name for API request: csip.tencentcloudapi.com.
This API is used to query the list of port risks by ports.
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: DescribeRiskCenterPortViewPortRiskList. |
Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
Region | No | String | Common Params. This parameter is not required. |
Filter | No | Filter | Filter conditions |
Tags.N | No | Array of AssetTag | Asset tags |
Parameter Name | Type | Description |
---|---|---|
TotalCount | Integer | Total number of entries |
Data | Array of PortViewPortRisk | List of port risks by assets |
LevelLists | Array of FilterDataObject | List of risk levels |
SuggestionLists | Array of FilterDataObject | List of suggestions |
FromLists | Array of FilterDataObject | List of check source |
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. |
Example
POST / HTTP/1.1
Host: csip.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRiskCenterPortViewPortRiskList
<Common request parameters>
{
"Filter": {
"Limit": 0,
"Offset": 0,
"Order": "abc",
"By": "abc",
"Filters": [
{
"Name": "abc",
"Values": [
"abc"
],
"OperatorType": 0
}
],
"StartTime": "abc",
"EndTime": "abc"
},
"Tags": [
{
"TagKey": "abc",
"TagValue": "abc"
}
]
}
{
"Response": {
"TotalCount": 0,
"Data": [
{
"NoHandleCount": 0,
"Level": "abc",
"Protocol": "abc",
"Component": "abc",
"Port": 0,
"RecentTime": "abc",
"FirstTime": "abc",
"Suggestion": 1,
"AffectAssetCount": "abc",
"Id": "abc",
"From": "abc",
"Index": "abc",
"AppId": "abc",
"Nick": "abc",
"Uin": "abc",
"Service": "abc"
}
],
"LevelLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"SuggestionLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"FromLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"RequestId": "abc"
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Was this page helpful?