Domain name for API request: cfw.tencentcloudapi.com.
This API is used to modify asset scan 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: ModifyAssetScan. |
Version | Yes | String | Common Params. The value used for this API: 2019-09-04. |
Region | No | String | Common Params. This parameter is not required for this API. |
ScanRange | Yes | Integer | Scan range. 1: port; 2: port + vulnerability scan |
ScanDeep | Yes | String | Scan mode: 'heavy', 'medium', 'light' |
RangeType | Yes | Integer | Scan type. 1: scan now; 2: periodic scan |
ScanPeriod | No | String | Scheduled task time, required when RangeType is 2 |
ScanFilterIp.N | No | Array of String | Scans this field now and passes the filtered IPs |
ScanType | No | Integer | 1: all; 2: single |
Parameter Name | Type | Description |
---|---|---|
ReturnMsg | String | Return message Note: This field may return null , indicating that no valid value was found. |
ReturnCode | Integer | Error code. 0: success; non-0: failed Note: This field may return null , indicating that no valid value was found. |
Status | Integer | Status value. 0: success; 1: scanning; others: failed |
RequestId | String | The unique request ID, which is returned for each request. RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: cfw.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyAssetScan
<Common request parameters>
{
"ScanRange": 1,
"ScanDeep": "heavy",
"RangeType": 2,
"ScanPeriod": "Every Thursday/12:51:00",
"ScanFilterIp": [
"11",
"22"
]
}
{
"Response": {
"Status": 0,
"ReturnCode": 0,
"ReturnMsg": "success",
"RequestId": "3c140219-cfe9-470e-b241-907877d6fb03"
}
}
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 |
---|---|
FailedOperation | Operation failed. |
InvalidParameter | Invalid parameter. |
LimitExceeded | The quota limit has been reached. |
Was this page helpful?