tencent cloud

APIs

AssessEnvironmentRisk

Download
フォーカスモード
フォントサイズ
最終更新日: 2026-07-23 15:20:28

1. API Description

Domain name for API request: rce.intl.tencentcloudapi.com.

Environment Risk Assessment

A maximum of 1000 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: AssessEnvironmentRisk.
Version Yes String Common Params. The value used for this API: 2026-01-30.
Region Yes String Common Params. For more information, please see the list of regions supported by the product.
UserIp Yes String

User client IP address(IPv4 or IPv6)

3. Output Parameters

Parameter Name Type Description
Data AssessEnvironmentRiskRsp

The results of AssessEnvironmentRisk

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.

4. Example

Example1 Example of AssessEnvironmentRisk

Input Example

POST / HTTP/1.1
Host: rce.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: AssessEnvironmentRisk
<Common request parameters>

{
    "UserIp": "125.**.**.3"
}

Output Example

{
    "Response": {
        "Data": {
            "Environment": {
                "Location": {
                    "City": "Guarapari",
                    "Country": "BR",
                    "District": "Todos os Santos",
                    "Latitude": "***.***136",
                    "Longitude": "***.**36",
                    "Region": "Espirito Santo",
                    "Timezone": "UTC-3",
                    "ZipCode": "29200-080"
                },
                "Network": {
                    "ASN": "Telefonica",
                    "ISP": "18881",
                    "IsAnycast": false,
                    "IsCloudService": false,
                    "IsCompany": false,
                    "IsDNS": false,
                    "IsDynamic": false,
                    "IsEducation": false,
                    "IsEgress": false,
                    "IsGateway": false,
                    "IsInfrastructure": false,
                    "IsInstitution": false,
                    "IsMXServer": false,
                    "IsMobile": false,
                    "IsReserved": false,
                    "IsResidence": false,
                    "Organization": "Telefonica"
                }
            },
            "Score": {
                "RiskLabels": [
                    {
                        "Id": "201003",
                        "Reason": "Proxy"
                    },
                    {
                        "Id": "201004",
                        "Reason": "Scanning Activity"
                    }
                ],
                "RiskLevel": 4
            }
        },
        "RequestId": "099c98e6-0a70-41f5-a68d-54e57ee9e534"
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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.SystemException System exception.
InvalidParameter Invalid parameter.
InvalidParameter.InvalidFormat Invalid field format.
InvalidParameter.InvalidValue Invalid field value.
InvalidParameter.LengthExceed Field length exceeds the maximum limit.
InvalidParameterValue.EventNotExist Event not exist.
InvalidParameterValue.TenantNotExist Tenant not exist.
MissingParameter Missing parameter.
MissingParameter.FieldMissed Missing required field.
UnauthorizedOperation Unauthorized operation.

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック