tencent cloud

APIs

DescribeSkillScanPayInfo

Unduh
Mode fokus
Ukuran font
Terakhir diperbarui: 2026-06-18 18:03:23

1. API Description

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

This API is used to query the billing information of Skill security detection, including order status, total quota, consumed quota, expiry time, and payment mode. It returns zero values (only TimeNow and BetaEndTime included) when no order exists. Trial orders can be claimed via ModifyTrialStatus(Module=9), and official orders are generated by the billing system.

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: DescribeSkillScanPayInfo.
Version Yes String Common Params. The value used for this API: 2022-11-21.
Region No String Common Params. This parameter is not required.

3. Output Parameters

Parameter Name Type Description
AppID Integer

AppID of the associated tenant for the order

OrderStatus Integer

Order status
Enumeration value:
0: Not purchased
1: Normal
2: Isolated
6: In trial
7: Expired
8: Trial expiration

TotalQuota Integer

Total quota

UsedCount Integer

Consumed quota.

PayMode Integer

Payment mode
Enumeration value:
0: Postpaid
1: Prepaid

AutoRenew Integer

Auto-renewal flag
Enumeration value:
0: not set
1: auto-renewal
2: no auto-renewal

ResourceId String

Resource ID

TimeSpan Integer

Purchase period

TimeUnit String

Duration unit

BeginTime String

Order start time

EndTime String

Order expiration time

BetaEndTime String

Open beta end time is fixed as 2026-06-30 23:59:59

TimeNow String

Server current time

Uin String

Tenant Uin

NickName String

Tenant nickname

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 Request succeeded

Input Example

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

{}

Output Example

{
    "Response": {
        "AppID": 260083796,
        "AutoRenew": 0,
        "BeginTime": "2026-05-14 00:48:15",
        "BetaEndTime": "2026-06-30 23:59:59",
        "EndTime": "2026-06-30 23:59:59",
        "NickName": "multi-account-admin",
        "OrderStatus": 6,
        "PayMode": 0,
        "ResourceId": "skillscan-a1b2c3d4",
        "TimeNow": "2026-05-14 00:48:25",
        "TimeSpan": 0,
        "TimeUnit": "m",
        "TotalQuota": 1000,
        "Uin": "700002365149",
        "UsedCount": 0,
        "RequestId": "023e3667-87d4-4fae-9a86-83cfbb7c583a"
    }
}

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.

Bantuan dan Dukungan

Apakah halaman ini membantu?

masukan