Domain name for API request: csip.intl.tencentcloudapi.com.
This API is used to query the list of services in risk.
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: DescribeRiskCenterServerRiskList. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| MemberId.N | No | Array of String | Group Account Member ID |
| 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 ServerRisk | List of services in risk |
| InstanceTypeLists | Array of FilterDataObject | List of asset types |
| 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. |
Obtain Risk Service List
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeRiskCenterServerRiskList
<Common request parameters>
{
"Filter": {
"Limit": 1
}
}
{
"Response": {
"Data": [
{
"AffectAsset": "81.**.38.139",
"AppId": "1300448058",
"Component": "Nginx,web",
"FirstTime": "2024-02-18 14:56:48",
"Id": "420e19687d33478479bf700459191135",
"Index": "15888fd9c1ef73436cc95f04aa7b1d02",
"InstanceId": "ins-17ye5f**",
"InstanceName": "name",
"InstanceType": "CVM",
"Level": "info",
"Nick": "Sky***"
"Port": 80,
"Protocol": "tcp",
"RecentTime": "2024-10-23 20:09:18",
"RiskDetails": "detail info",
"RiskList": [
{
"Title": "Unauthorized access",
"Body": "If not authorized by admin, it may be accessed and logged in by unauthorized users"
},
{
"Title": "Server under attack"
"Body": "WebLogic may be exploited by attackers, eventually leading to the entire server under attack"
}
],
"Service": "Nginx,web",
"ServiceSnapshot": "https://csip-url2pic-1300616671.cos.ap-guangzhou.myqcloud.com/default/picture.png",
"ServiceTag": "Page for the Nginx HTTP Server on TencentOS Linux",
"Status": 0,
"StatusCode": "200",
"Suggestion": "suggestion",
"SuggestionList": [
{
"Title": "Disable unauthorized access"
"Body": "Unauthorized access to WebLogic should be forbidden, usually can achieve this by fixed IP address or domain name"
},
{
"Title": "Update WebLogic"
"Body": "WebLogic should be updated to the latest version in a timely manner to avoid existing vulnerabilities being exploited by attackers"
},
{
"Title": "Periodic Audit"
"Body": "Periodic audit of WebLogic logs enables timely discovery of abnormal access behavior"
}
],
"Uin": "100011616646",
"Url": "http://81.**.38.**:80"
}
],
"InstanceTypeLists": [
{
"Text": "HAVIP",
"Value": "HAVIP"
},
{
"Text": "CVM",
"Value": "CVM"
}
],
"RequestId": "d0ae0a47-b4b9-4c55-b493-c2ffeac9b355",
"TotalCount": 11
}
}
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 |
|---|---|
| AuthFailure | CAM signature/authentication error. |
| DryRunOperation | The request would have succeeded, but the DryRun parameter was used. |
| FailedOperation | Operation failed. |
| InternalError | An internal error occurs. |
| InvalidFilter | Invalid Filter |
| InvalidParameter | The parameter is incorrect. |
| InvalidParameter.DecryptError | Decrypt error |
| InvalidParameterValue | Invalid parameter value. |
| LimitExceeded | The quota limit is reached. |
| MissingParameter | Missing parameters. |
| OperationDenied | Operation denied. |
| RegionError | Region error |
| RequestLimitExceeded | Too many requests. |
| ResourceInUse | Occupied resource |
| ResourceInsufficient | Resources are insufficient. |
| ResourceNotFound | The resource doesn't exist. |
| ResourceUnavailable | The resource is unavailable |
| ResourcesSoldOut | The resources have been sold out. |
| UnauthorizedOperation | The operation is unauthorized. |
| UnauthorizedOperation.CloudAudit | Perform unauthorized operations on the "operation audit" product. |
| UnauthorizedOperation.Cos | Unauthorized operation on the "Object Storage" product. |
| UnknownParameter | The parameter is unknown. |
| UnsupportedOperation | The operation is not supported. |
피드백