tencent cloud

Feedback

AuditCrossBorderCompliance

Last updated: 2023-08-23 14:11:37

1. API Description

Domain name for API request: vpc.tencentcloudapi.com.

This API is used by the service provider to perform a compliance audit.

  • This API is only provided for service providers to audit compliance review requests received. Tencent Cloud will verify the identity of the service provider by the APPID.
  • The status of the review request can be changed between APPROVED and DENY.

A maximum of 20 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: AuditCrossBorderCompliance.
Version Yes String Common Params. The value used for this API: 2017-03-12.
Region No String Common Params. This parameter is not required for this API.
ServiceProvider Yes String Service provider. Valid values: UNICOM.
ComplianceId Yes Integer Unique ID of compliance review request.
AuditBehavior Yes String Audit behavior. Valid values: APPROVED and DENY.

3. Output Parameters

Parameter Name Type Description
RequestId String The unique request ID, which is returned for each request. RequestId is required for locating a problem.

4. Example

Example1 Auditing a compliance review request

This API is used by the service provider to perform a compliance audit.

Input Example

https://vpc.tencentcloudapi.com/?Action=AuditCrossBorderCompliance
&ServiceProvider=UNICOM
&ComplianceId=10006
&AuditBehavior=DENY
&<common request parameters>

Output Example

{
    "Response": {
        "RequestId": "0de0923a-c53c-43c2-9c25-99b2f3944107"
    }
}

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
ResourceNotFound The resource does not exist.
UnsupportedOperation Unsupported operation.