Domain name for API request: csip.tencentcloudapi.com.
This API is used to query the list of configuration risks by assets.
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: DescribeRiskCenterAssetViewCFGRiskList. |
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 AssetViewCFGRisk | List of configuration risks |
StatusLists | Array of FilterDataObject | List of risk handling status |
LevelLists | Array of FilterDataObject | List of risk levels |
CFGNameLists | Array of FilterDataObject | List of configuration names |
CheckTypeLists | Array of FilterDataObject | List of check types |
InstanceTypeLists | Array of FilterDataObject | List of asset types |
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: DescribeRiskCenterAssetViewCFGRiskList
<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": [
{
"Id": "abc",
"CFGName": "abc",
"CheckType": "abc",
"InstanceId": "abc",
"InstanceName": "abc",
"InstanceType": "abc",
"AffectAsset": "abc",
"Level": "abc",
"FirstTime": "abc",
"RecentTime": "abc",
"From": "abc",
"Status": 0,
"CFGSTD": "abc",
"CFGDescribe": "abc",
"CFGFix": "abc",
"CFGHelpURL": "abc",
"Index": "abc",
"AppId": "abc",
"Nick": "abc",
"Uin": "abc"
}
],
"StatusLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"LevelLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"CFGNameLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"CheckTypeLists": [
{
"Value": "abc",
"Text": "abc"
}
],
"InstanceTypeLists": [
{
"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?