tencent cloud

Feedback

CreateCloudProtectServiceOrderRecord

Last updated: 2024-08-27 11:38:38

1. API Description

This API will be disused soon.

Planned disuse time: 2024-11-07 17:52:55

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

云护航计费产品已下线

This API is used to confirm the receipt after using the cloud escort service.

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

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: CreateCloudProtectServiceOrderRecord.
Version Yes String Common Params. The value used for this API: 2018-02-28.
Region No String Common Params. This parameter is not required for this API.
ResourceIds.N Yes Array of String Resource ID corresponding to cloud escort service

3. Output Parameters

Parameter Name Type Description
Success Array of String ID of the successfully received resource
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 Confirming the Receipt

云护航服务使用完成后,确认收货,后续隐藏服务订单

Input Example

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

{
    "ResourceIds": [
        "cwpesc-xxxxxxxx"
    ]
}

Output Example

{
    "Response": {
        "RequestId": "6664048c-808a-1f57-2187-4553f4157426",
        "Success": [
            "cwpesc-xxxxxxxx"
        ]
    }
}

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

There is no error code related to the API business logic. For other error codes, please see Common Error Codes.