Domain name for API request: tcss.intl.tencentcloudapi.com.
This API is used to query the exploit prevention settings.
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: DescribeVulDefenceSetting. |
| Version | Yes | String | Common Params. The value used for this API: 2020-11-01. |
| Region | No | String | Common Params. This parameter is not required. |
| Parameter Name | Type | Description |
|---|---|---|
| IsEnabled | Integer | Whether it is enabled. Valid values: 0 (disabled); 1 (enabled). |
| Scope | Integer | Scope of servers with exploit prevention enabled. Valid values: 0 (specified servers); 1 (all servers). |
| HostCount | Integer | Number of servers with exploit prevention enabled |
| ExceptionHostCount | Integer | Number of abnormal servers with exploit prevention enabled |
| HostIDs | Array of String | Custom Vulnerability Defense Hosts |
| HostTotalCount | Integer | Total Number of Hosts with Container Security Enabled |
| SupportDefenseVulCount | Integer | Supported Defense Vulnerability Count |
| HostNodeCount | Integer | Number of normal nodes |
| SuperScope | Integer | Super node scope |
| SuperNodeCount | Integer | Number of super nodes |
| SuperNodeIds | Array of String | List of super node IDs |
| NodeTotalCount | Integer | Total number of super nodes with TCSS activated |
| 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. |
Query vulnerability defense settings.
POST / HTTP/1.1
Host: tcss.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeVulDefenceSetting
<Common request parameters>
{}
{
"Response": {
"IsEnabled": 0,
"Scope": 0,
"HostCount": 0,
"ExceptionHostCount": 0,
"HostIDs": [],
"HostTotalCount": 0,
"SupportDefenseVulCount": 0,
"HostNodeCount": 0,
"SuperScope": 0,
"SuperNodeCount": 0,
"SuperNodeIds": [],
"NodeTotalCount": 0,
"RequestId": "dc56fda9-58c8-4c4f-9e8c-b7296836c1fe"
}
}
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 | A CAM signature/authentication error occurred. |
| FailedOperation | The operation failed. |
| InternalError | An internal error occurred. |
| InvalidParameter | The parameter is incorrect. |
| InvalidParameter.InvalidFormat | The parameter format is incorrect. |
| InvalidParameter.MissingParameter | The required parameter is missing. |
| InvalidParameter.ParsingError | A parameter parsing error occurred. |
| InvalidParameterValue | The parameter value is incorrect. |
| MissingParameter | The parameter is missing. |
| UnknownParameter | The parameter is unknown. |
文档反馈