Domain name for API request: cwp.tencentcloudapi.com.
This API is used to submit the vulnerabilities and fix them.
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: CreateVulFix. |
Version | Yes | String | Common Params. The value used for this API: 2018-02-28. |
Region | No | String | Common Params. This parameter is not required. |
CreateVulFixTaskQuuids.N | Yes | Array of CreateVulFixTaskQuuids | List of hosts for which the vulnerability should be fixed |
SaveDays | Yes | Integer | Snapshot retention days: 0 days indicates that no snapshot will be created. Hosts without a snapshot for 24 hours must have a snapshot created to be restored. |
SnapshotName | No | String | Snapshot name |
Parameter Name | Type | Description |
---|---|---|
FixId | Integer | Task ID |
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. |
This example shows you how to fix vulnerabilities.
POST / HTTP/1.1
Host: cwp.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: CreateVulFix
<Common request parameters>
{
"CreateVulFixTaskQuuids": [
{
"Quuids": [
"xx"
],
"VulId": 1
}
],
"SnapshotName": "xx",
"SaveDays": 1
}
{
"Response": {
"RequestId": "f14ce73f-50d7-4c36-af1d-fc33dae510c4",
"FixId": 1
}
}
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 |
---|---|
InternalError | Internal error |
InternalError.MainDBFail | Failed to manipulate the data. |
InvalidParameter | Incorrect parameter. |
InvalidParameter.InvalidFormat | Incorrect parameter format. |
InvalidParameter.MissingParameter | Missing parameter. |
InvalidParameter.ParsingError | Incorrect parameter parsing. |
InvalidParameterValue | Invalid parameter value. |
MissingParameter | Missing parameter error. |
UnauthorizedOperation | Unauthorized operation. |
UnsupportedOperation | The operation is not supported. |
문제 해결에 도움이 되었나요?