Domain name for API request: cfw.tencentcloudapi.com.
This API is used to get the IP protection status.
A maximum of 5 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: DescribeIPStatusList. |
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. |
IPList.N | Yes | Array of String | Asset ID |
Parameter Name | Type | Description |
---|---|---|
StatusList | Array of IPDefendStatus | IP status information |
ReturnCode | Integer | Status code |
ReturnMsg | String | Status information |
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: DescribeIPStatusList
<Common request parameters>
{
"IPList": [
"1.2.3.4"
]
}
{
"Response": {
"StatusList": [
{
"Status": 0,
"IP": "xx"
}
],
"ReturnCode": 0,
"ReturnMsg": "Success",
"RequestId": "xx"
}
}
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. |
Was this page helpful?