Domain name for API request: lke.intl.tencentcloudapi.com.
This API is used to show line chart of concurrent calls.
A maximum of 20 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: DescribeConcurrencyUsageGraph. |
| Version | Yes | String | Common Params. The value used for this API: 2023-11-30. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-jakarta. |
| ModelName | Yes | String | Model identifier. |
| StartTime | Yes | String | Start timestamp, in seconds. |
| EndTime | Yes | String | End timestamp, in seconds. |
| UinAccount.N | No | Array of String | uin |
| LoginUin | No | String | Login to user's root account (required in integrator mode). |
| LoginSubAccountUin | No | String | Login to user's sub-account (required in integrator mode). |
| SubBizType | No | String | Sub-business type. |
| AppBizIds.N | No | Array of String | Application ID list. |
| Parameter Name | Type | Description |
|---|---|---|
| X | Array of String | X-axis: time zone; returns two interval ranges of "minute/hour/day" according to the granularity of query conditions. |
| AvailableY | Array of Integer | Available concurrent Y-axis coordinate. |
| SuccessCallY | Array of Integer | Succeeded to call the concurrent Y-axis coordinate. |
| 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. |
Example of line chart of concurrent calls.
POST / HTTP/1.1
Host: lke.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeConcurrencyUsageGraph
<Common request parameters>
{
"ModelName": "cs-normal-70b",
"StartTime": "1724688000",
"EndTime": "1724774400",
"AppBizIds": [
"1812732010083385344"
]
}{
"Response": {
"AvailableY": [
5,
4,
3
],
"RequestId": "ad439868-ed56-44f5-a716-81cc7402e83e",
"SuccessCallY": [
1,
2,
3
],
"X": [
"2024082700",
"2024082701",
"2024082702"
]
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
There is no error code related to the API business logic. For other error codes, please see Common Error Codes.
Feedback