Domain name for API request: csip.intl.tencentcloudapi.com.
Query Tencent Cloud scan IP information
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: DescribeCWPScanIpInfo. |
| Version | Yes | String | Common Params. The value used for this API: 2022-11-21. |
| Region | No | String | Common Params. This parameter is not required. |
| IP | Yes | String | IP address |
| Parameter Name | Type | Description |
|---|---|---|
| Bussiness | String | Associated business |
| Characteristic | String | Business characteristic |
| Describe | String | Description. |
| Referer | String | Official announcement |
| Demo | String | Scan example |
| Target | String | Scan target |
| Purpose | String | Scan target |
| Announcement | String | Product copywriting |
| Location | String | Geographic location |
| ISP | String | Associated operator |
| IsBelongTencent | Boolean | Whether it belongs to Tencent |
| 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. |
POST / HTTP/1.1
Host: csip.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeCWPScanIpInfo
<Common request parameters>
{
"IP": "1"
}
{
"Response": {
"Announcement": "This IP is a scan IP of Cloud Security Center (CSC)/Vulnerability Scan Service. It periodically detects your IP/domain to identify risks such as open ports, vulnerabilities, and weak passwords. If you detect scanning behavior from this IP, allow it or add it to the allowlist..."
"Business": "Tencent business scan, VSSProbe",
"Characteristic": "Tencent business scan, VSSProbe",
"Demo": "X-Custom-User-Agent: Tencent Cloud VSS PocScan",
"Describe": "Tencent business scan, VSSProbe",
"ISP": "To be filled"
"IsBelongTencent": true,
"Location": "To be filled",
"Purpose": "Detect port, vulnerability, weak password, and other risks",
"Referer": "https://www.tencentcloud.com/document/product/664/98499?from_cn_redirect=1",
"Target": "IP/domain name",
"RequestId": "facbf7d6-3c77-4648-a701-8aa9ea7dd2c7"
}
}
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. |
| InvalidParameter | Parameter error. |
| InvalidParameterValue | Parameter value error. |
| LimitExceeded | The quota limit is exceeded. |
| MissingParameter | Parameters are missing. |
| OperationDenied | Operation denied. |
| 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. |
| UnknownParameter | Unknown parameter error. |
| UnsupportedOperation | The operation is not supported. |
文档反馈