Domain name for API request: csip.intl.tencentcloudapi.com.
Obtain Risk Service List
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 | Filtered Content |
| Tags.N | No | Array of AssetTag | Asset tag |
| Parameter Name | Type | Description |
|---|---|---|
| TotalCount | Integer | Total quantity. |
| Data | Array of ServerRisk | Risk Service List |
| InstanceTypeLists | Array of FilterDataObject | Asset Type Enumeration |
| 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 an admin, it may be logged in and accessed by unauthorized persons"
},
{
"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. This usually can be achieved through a fixed IP address or domain name"
},
{
"Title": "Update WebLogic"
"Body": "WebLogic should be updated to the latest version in a timely manner to avoid vulnerability exploitation by attackers"
},
{
"Title": "Periodic audit",
"Body": "Periodically audit WebLogic logs to identify abnormal access behavior in a timely manner"
}
],
"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 | DryRun operation means the request will be successful, but the DryRun parameter is passed. |
| FailedOperation | Operation failed. |
| InternalError | Internal error. |
| InvalidFilter | Invalid Filter |
| InvalidParameter | Parameter error. |
| InvalidParameter.DecryptError | Decrypt error |
| InvalidParameterValue | Parameter value error. |
| LimitExceeded | The quota limit is exceeded. |
| MissingParameter | Parameters are missing. |
| OperationDenied | Operation denied. |
| RegionError | Region error. |
| RequestLimitExceeded | Number of requests exceeds the frequency limit. |
| ResourceInUse | The resource is occupied. |
| ResourceInsufficient | Insufficient resources. |
| ResourceNotFound | The resource does not exist. |
| ResourceUnavailable | Resources are unavailable. |
| ResourcesSoldOut | Resources are sold out. |
| UnauthorizedOperation | Unauthorized operation. |
| UnauthorizedOperation.CloudAudit | Unauthorized operation on the "Operation Audit" product. |
| UnauthorizedOperation.Cos | Unauthorized operation on the "COS" product. |
| UnknownParameter | Unknown parameter error. |
| UnsupportedOperation | The operation is not supported. |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários