tencentcloud-sdk-nodejs 4.1.300 → 4.1.301
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/common/sdk_version.js +1 -1
- package/es/services/ags/v20250920/ags_client.js +37 -19
- package/es/services/bdrc/index.js +4 -0
- package/es/services/bdrc/v20260330/bdrc_client.js +234 -0
- package/es/services/bdrc/v20260330/bdrc_models.js +1 -0
- package/es/services/bdrc/v20260330/index.js +6 -0
- package/es/services/csip/v20221121/csip_client.js +186 -24
- package/es/services/index.js +1 -0
- package/es/services/iotexplorer/v20190423/iotexplorer_client.js +37 -10
- package/es/services/monitor/v20180724/monitor_client.js +20 -8
- package/es/services/monitor/v20230616/monitor_client.js +77 -8
- package/es/services/redis/v20180412/redis_client.js +7 -4
- package/es/services/waf/v20180125/waf_client.js +6 -0
- package/package.json +2 -3
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/adp/v20260520/adp_models.d.ts +1 -1
- package/tencentcloud/services/ags/v20250920/ags_client.d.ts +47 -23
- package/tencentcloud/services/ags/v20250920/ags_client.js +69 -33
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +412 -110
- package/tencentcloud/services/bdrc/index.d.ts +6 -0
- package/tencentcloud/services/bdrc/index.js +7 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_client.d.ts +314 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_client.js +487 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_models.d.ts +4803 -0
- package/tencentcloud/services/bdrc/v20260330/bdrc_models.js +18 -0
- package/tencentcloud/services/bdrc/v20260330/index.d.ts +6 -0
- package/tencentcloud/services/bdrc/v20260330/index.js +10 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +5 -5
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -8
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -19
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -12
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +1 -1
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +996 -570
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +241 -25
- package/tencentcloud/services/csip/v20221121/csip_client.js +360 -36
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +3862 -753
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +32 -2
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +42 -37
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +126 -33
- package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
- package/tencentcloud/services/es/v20250101/es_models.d.ts +14 -14
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -2
- package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +8 -6
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +47 -11
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +69 -15
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +648 -181
- package/tencentcloud/services/kms/v20190118/kms_models.d.ts +27 -27
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +25 -9
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +36 -12
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +860 -513
- package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +101 -9
- package/tencentcloud/services/monitor/v20230616/monitor_client.js +150 -12
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +1921 -463
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +39 -25
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -1
- package/tencentcloud/services/rce/v20260130/rce_client.d.ts +2 -2
- package/tencentcloud/services/rce/v20260130/rce_client.js +2 -2
- package/tencentcloud/services/rce/v20260130/rce_models.d.ts +6 -6
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +9 -5
- package/tencentcloud/services/redis/v20180412/redis_client.js +12 -6
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +108 -86
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +39 -10
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -34
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +20 -8
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +11 -11
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -54
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +616 -205
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +11 -2
- package/tencentcloud/services/waf/v20180125/waf_client.js +14 -1
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +155 -58
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +42 -14
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) 2018 Tencent. All Rights Reserved.
|
|
4
|
+
*
|
|
5
|
+
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
6
|
+
* you may not use this file except in compliance with the License.
|
|
7
|
+
* You may obtain a copy of the License at
|
|
8
|
+
*
|
|
9
|
+
* http://www.apache.org/licenses/LICENSE-2.0
|
|
10
|
+
*
|
|
11
|
+
* Unless required by applicable law or agreed to in writing,
|
|
12
|
+
* software distributed under the License is distributed on an
|
|
13
|
+
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
|
14
|
+
* KIND, either express or implied. See the License for the
|
|
15
|
+
* specific language governing permissions and limitations
|
|
16
|
+
* under the License.
|
|
17
|
+
*/
|
|
18
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.v20260330 = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const Models = tslib_1.__importStar(require("./bdrc_models"));
|
|
6
|
+
const bdrc_client_1 = require("./bdrc_client");
|
|
7
|
+
exports.v20260330 = {
|
|
8
|
+
Client: bdrc_client_1.Client,
|
|
9
|
+
Models: Models
|
|
10
|
+
};
|
|
@@ -2970,11 +2970,11 @@ export interface DeployResourceRequest {
|
|
|
2970
2970
|
*/
|
|
2971
2971
|
VpcId: string;
|
|
2972
2972
|
/**
|
|
2973
|
-
* <p>需要开通服务的子网ID
|
|
2973
|
+
* <p>需要开通服务的子网ID,此字段即将废除,请填写DeploySubnets包含的子网</p>
|
|
2974
2974
|
*/
|
|
2975
2975
|
SubnetId: string;
|
|
2976
2976
|
/**
|
|
2977
|
-
* <p
|
|
2977
|
+
* <p>需要开通服务的子网网段,此字段即将废除,请填写DeploySubnets包含的子网</p>
|
|
2978
2978
|
*/
|
|
2979
2979
|
CidrBlock: string;
|
|
2980
2980
|
/**
|
|
@@ -2986,7 +2986,7 @@ export interface DeployResourceRequest {
|
|
|
2986
2986
|
*/
|
|
2987
2987
|
VpcCidrBlock?: string;
|
|
2988
2988
|
/**
|
|
2989
|
-
* <p
|
|
2989
|
+
* <p>需要开通服务的子网名称,此字段即将废除,请填写DeploySubnets包含的子网</p>
|
|
2990
2990
|
*/
|
|
2991
2991
|
SubnetName?: string;
|
|
2992
2992
|
/**
|
|
@@ -3014,7 +3014,7 @@ export interface DeployResourceRequest {
|
|
|
3014
3014
|
*/
|
|
3015
3015
|
ExternalAccess?: number;
|
|
3016
3016
|
/**
|
|
3017
|
-
* <p
|
|
3017
|
+
* <p>开通堡垒机的子网信息,最多支持2个子网</p>
|
|
3018
3018
|
*/
|
|
3019
3019
|
DeploySubnets?: Array<ParamInitResourceSubnet>;
|
|
3020
3020
|
/**
|
|
@@ -3030,7 +3030,7 @@ export interface DeployResourceRequest {
|
|
|
3030
3030
|
*/
|
|
3031
3031
|
IntranetVpcName?: string;
|
|
3032
3032
|
/**
|
|
3033
|
-
* <p
|
|
3033
|
+
* <p>开通内网访问的子网信息,最多支持2个子网</p>
|
|
3034
3034
|
*/
|
|
3035
3035
|
IntranetSubnets?: Array<ParamInitResourceSubnet>;
|
|
3036
3036
|
}
|
|
@@ -1464,7 +1464,7 @@ export interface DescribePredictiveDialingCampaignResponse {
|
|
|
1464
1464
|
*/
|
|
1465
1465
|
export interface CreateAIAgentCallResponse {
|
|
1466
1466
|
/**
|
|
1467
|
-
*
|
|
1467
|
+
* <p>新创建的会话 ID</p>
|
|
1468
1468
|
*/
|
|
1469
1469
|
SessionId?: string;
|
|
1470
1470
|
/**
|
|
@@ -2864,38 +2864,38 @@ export interface UploadIvrAudioResponse {
|
|
|
2864
2864
|
*/
|
|
2865
2865
|
export interface CreateAIAgentCallRequest {
|
|
2866
2866
|
/**
|
|
2867
|
-
*
|
|
2867
|
+
* <p>应用 ID(必填),可以查看 https://console.cloud.tencent.com/ccc</p>
|
|
2868
2868
|
*/
|
|
2869
2869
|
SdkAppId: number;
|
|
2870
2870
|
/**
|
|
2871
|
-
* AI智能体ID
|
|
2871
|
+
* <p>AI智能体ID</p>
|
|
2872
2872
|
*/
|
|
2873
2873
|
AIAgentId: number;
|
|
2874
2874
|
/**
|
|
2875
|
-
*
|
|
2875
|
+
* <p>被叫号码</p>
|
|
2876
2876
|
*/
|
|
2877
2877
|
Callee: string;
|
|
2878
2878
|
/**
|
|
2879
|
-
*
|
|
2879
|
+
* <p>主叫号码列表</p>
|
|
2880
2880
|
*/
|
|
2881
2881
|
Callers?: Array<string>;
|
|
2882
2882
|
/**
|
|
2883
|
-
*
|
|
2883
|
+
* <p>提示词变量</p>
|
|
2884
2884
|
* @deprecated
|
|
2885
2885
|
*/
|
|
2886
2886
|
PromptVariables?: Array<Variable>;
|
|
2887
2887
|
/**
|
|
2888
|
-
*
|
|
2889
|
-
|
|
2890
|
-
1. dify-inputs-xxx 为dify的inputs变量
|
|
2891
|
-
2. dify-inputs-user 为dify的user值
|
|
2892
|
-
3. dify-inputs-conversation_id 为dify的conversation_id值
|
|
2888
|
+
* <p>通用变量: <p>提示词变量</p> <p>欢迎语变量</p> <p> 欢迎语延迟播放(秒级):welcome-message-delay</p> <p> dify变量</p> </p><ol><li>dify-inputs-xxx 为dify的inputs变量</li><li>dify-inputs-user 为dify的user值</li><li>dify-inputs-conversation_id 为dify的conversation_id值</li></ol>
|
|
2893
2889
|
*/
|
|
2894
2890
|
Variables?: Array<Variable>;
|
|
2895
2891
|
/**
|
|
2896
|
-
*
|
|
2892
|
+
* <p>最大振铃时长,达到时长阈值自动挂断。 仅自携号码支持当前参数</p>
|
|
2897
2893
|
*/
|
|
2898
2894
|
MaxRingTimeoutSecond?: number;
|
|
2895
|
+
/**
|
|
2896
|
+
* <p>智能体并发不足时,排队等待超时时间,单位秒</p><p>取值范围:[0, 5]</p><p>默认值:5</p>
|
|
2897
|
+
*/
|
|
2898
|
+
AcquireTimeoutSecond?: number;
|
|
2899
2899
|
}
|
|
2900
2900
|
/**
|
|
2901
2901
|
* UpdateCCCSkillGroup请求参数结构体
|
|
@@ -5629,8 +5629,7 @@ export interface ModifyNameOrDescByDpIdResponse {
|
|
|
5629
5629
|
*/
|
|
5630
5630
|
export interface DescribeClusterInfoRequest {
|
|
5631
5631
|
/**
|
|
5632
|
-
*
|
|
5633
|
-
说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。
|
|
5632
|
+
* <p>实例 ID。可通过 <a href="https://cloud.tencent.com/document/product/236/15872">DescribeDBInstances</a> 接口获取。<br>说明:仅能输入实例架构为云盘版的实例 ID,对应控制台实例配置显示为“云盘版(云盘)”的实例。</p>
|
|
5634
5633
|
*/
|
|
5635
5634
|
InstanceId: string;
|
|
5636
5635
|
}
|
|
@@ -9797,27 +9796,27 @@ export interface Outbound {
|
|
|
9797
9796
|
*/
|
|
9798
9797
|
export interface DescribeClusterInfoResponse {
|
|
9799
9798
|
/**
|
|
9800
|
-
*
|
|
9799
|
+
* <p>实例名称。</p>
|
|
9801
9800
|
*/
|
|
9802
9801
|
ClusterName?: string;
|
|
9803
9802
|
/**
|
|
9804
|
-
*
|
|
9803
|
+
* <p>云盘版实例的读写地址信息。</p>
|
|
9805
9804
|
*/
|
|
9806
9805
|
ReadWriteAddress?: AddressInfo;
|
|
9807
9806
|
/**
|
|
9808
|
-
*
|
|
9807
|
+
* <p>云盘版实例的只读地址信息。</p>
|
|
9809
9808
|
*/
|
|
9810
9809
|
ReadOnlyAddress?: Array<AddressInfo>;
|
|
9811
9810
|
/**
|
|
9812
|
-
*
|
|
9811
|
+
* <p>云盘版实例的节点列表信息。</p>
|
|
9813
9812
|
*/
|
|
9814
9813
|
NodeList?: Array<ClusterNodeInfo>;
|
|
9815
9814
|
/**
|
|
9816
|
-
*
|
|
9815
|
+
* <p>只读空间保护阈值,单位GB</p>
|
|
9817
9816
|
*/
|
|
9818
9817
|
ReadonlyLimit?: number;
|
|
9819
9818
|
/**
|
|
9820
|
-
*
|
|
9819
|
+
* <p>实例节点数。</p>
|
|
9821
9820
|
*/
|
|
9822
9821
|
NodeCount?: number;
|
|
9823
9822
|
/**
|
|
@@ -7132,81 +7132,79 @@ export interface DisassociateModelsFromModelRouterResponse {
|
|
|
7132
7132
|
*/
|
|
7133
7133
|
export interface TargetGroupHealthCheck {
|
|
7134
7134
|
/**
|
|
7135
|
-
*
|
|
7135
|
+
* <p>是否开启健康检查。</p>
|
|
7136
7136
|
*/
|
|
7137
7137
|
HealthSwitch: boolean;
|
|
7138
7138
|
/**
|
|
7139
|
-
*
|
|
7140
|
-
<ur><li>当目标组后端转发协议为TCP时, 健康检查方式支持 TCP/HTTP/CUSTOM, 默认为TCP。</li><li>当目标组后端转发协议为UDP时, 健康检查方式支持 PING/CUSTOM,默认为PING。</li><li>当目标组后端转发协议为HTTP时, 健康检查方式支持 HTTP/TCP, 默认为HTTP。</li><li>当目标组后端转发协议为HTTPS时, 健康检查方式支持 HTTPS/TCP, 默认为HTTPS。</li><li>当目标组后端转发协议为GRPC时, 健康检查方式支持GRPC/TCP, 默认为GRPC。</li></ur>
|
|
7139
|
+
* <p>健康检查方式, 其中仅V2新版目标组类型支持该参数, 支持取值 TCP | HTTP | HTTPS | PING | CUSTOM,其中:<br><ur><li>当目标组后端转发协议为TCP时, 健康检查方式支持 TCP/HTTP/CUSTOM, 默认为TCP。</li><li>当目标组后端转发协议为UDP时, 健康检查方式支持 PING/CUSTOM,默认为PING。</li><li>当目标组后端转发协议为HTTP时, 健康检查方式支持 HTTP/TCP, 默认为HTTP。</li><li>当目标组后端转发协议为HTTPS时, 健康检查方式支持 HTTPS/TCP, 默认为HTTPS。</li><li>当目标组后端转发协议为GRPC时, 健康检查方式支持GRPC/TCP, 默认为GRPC。</li></ur></p>
|
|
7141
7140
|
*/
|
|
7142
7141
|
Protocol?: string;
|
|
7143
7142
|
/**
|
|
7144
|
-
*
|
|
7145
|
-
|
|
7143
|
+
* <p>自定义探测相关参数。健康检查端口,默认为后端服务的端口,除非您希望指定特定端口,否则建议留空。(仅适用于TCP/UDP目标组)。</p>
|
|
7146
7144
|
*/
|
|
7147
7145
|
Port?: number;
|
|
7148
7146
|
/**
|
|
7149
|
-
*
|
|
7147
|
+
* <p>健康检查超时时间。 </p><p>取值范围:[2, 60]</p><p>单位:秒</p><p>默认值:2</p><p>响应超时时间要小于检查间隔时间。</p>
|
|
7150
7148
|
*/
|
|
7151
7149
|
Timeout?: number;
|
|
7152
7150
|
/**
|
|
7153
|
-
*
|
|
7151
|
+
* <p>检测间隔时间。</p><p>取值范围:[1, 600]</p><p>单位:秒</p><p>默认值:5</p>
|
|
7154
7152
|
*/
|
|
7155
7153
|
GapTime?: number;
|
|
7156
7154
|
/**
|
|
7157
|
-
*
|
|
7155
|
+
* <p>检测健康阈值。</p><p>取值范围:[2, 10]</p><p>单位:次</p><p>默认值:3</p>
|
|
7158
7156
|
*/
|
|
7159
7157
|
GoodLimit?: number;
|
|
7160
7158
|
/**
|
|
7161
|
-
*
|
|
7159
|
+
* <p>检测不健康阈值。</p><p>取值范围:[2, 10]</p><p>单位:次</p><p>默认值:3</p>
|
|
7162
7160
|
*/
|
|
7163
7161
|
BadLimit?: number;
|
|
7164
7162
|
/**
|
|
7165
|
-
*
|
|
7163
|
+
* <p>目标组下的所有rs的探测包是否开启巨帧。默认开启。仅GWLB类型目标组支持该参数。</p>
|
|
7166
7164
|
*/
|
|
7167
7165
|
JumboFrame?: boolean;
|
|
7168
7166
|
/**
|
|
7169
|
-
*
|
|
7167
|
+
* <p>健康检查状态码(仅适用于HTTP/HTTPS目标组、TCP目标组的HTTP健康检查方式)。可选值:1~31,默认 31,其中:<url> <li>1 表示探测后返回值 1xx 代表健康。</li><li>2 表示返回 2xx 代表健康。</li><li>4 表示返回 3xx 代表健康。</li><li>8 表示返回 4xx 代表健康。</li><li>16 表示返回 5xx 代表健康。</li></url>若希望多种返回码都可代表健康,则将相应的值相加。</p>
|
|
7170
7168
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7171
7169
|
*/
|
|
7172
7170
|
HttpCode?: number;
|
|
7173
7171
|
/**
|
|
7174
|
-
*
|
|
7172
|
+
* <p>健康检查域名, 其中:<ur><li>仅适用于HTTP/HTTPS目标组和TCP目标组的HTTP健康检查方式。</li><li>针对HTTP/HTTPS目标组,当使用HTTP健康检查方式时,该参数为必填项。</li></ur></p>
|
|
7175
7173
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7176
7174
|
*/
|
|
7177
7175
|
HttpCheckDomain?: string;
|
|
7178
7176
|
/**
|
|
7179
|
-
*
|
|
7177
|
+
* <p>健康检查路径(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式)。</p>
|
|
7180
7178
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7181
7179
|
*/
|
|
7182
7180
|
HttpCheckPath?: string;
|
|
7183
7181
|
/**
|
|
7184
|
-
*
|
|
7182
|
+
* <p>健康检查方法(仅适用于HTTP/HTTPS转发规则、TCP监听器的HTTP健康检查方式),默认值:HEAD,可选值HEAD或GET。</p>
|
|
7185
7183
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7186
7184
|
*/
|
|
7187
7185
|
HttpCheckMethod?: string;
|
|
7188
7186
|
/**
|
|
7189
|
-
*
|
|
7187
|
+
* <p>健康检查的输入格式,健康检查方式取CUSTOM时,必填此字段,可取值:HEX或TEXT,其中:<ur><li>TEXT:文本格式。</li><li>HEX:十六进制格式, SendContext和RecvContext的字符只能在0123456789ABCDEF中选取且长度必须是偶数位。</li><li>仅适用于TCP/UDP目标组。</li></ur></p>
|
|
7190
7188
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7191
7189
|
*/
|
|
7192
7190
|
ContextType?: string;
|
|
7193
7191
|
/**
|
|
7194
|
-
*
|
|
7192
|
+
* <p>自定义探测相关参数。健康检查协议CheckType的值取CUSTOM时,必填此字段,代表健康检查发送的请求内容,只允许ASCII可见字符,最大长度限制500。(仅适用于TCP/UDP目标组)。</p>
|
|
7195
7193
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7196
7194
|
*/
|
|
7197
7195
|
SendContext?: string;
|
|
7198
7196
|
/**
|
|
7199
|
-
*
|
|
7197
|
+
* <p>自定义探测相关参数。健康检查协议CheckType的值取CUSTOM时,必填此字段,代表健康检查返回的结果,只允许ASCII可见字符,最大长度限制500。(仅适用于TCP/UDP目标组)。</p>
|
|
7200
7198
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7201
7199
|
*/
|
|
7202
7200
|
RecvContext?: string;
|
|
7203
7201
|
/**
|
|
7204
|
-
* HTTP版本, 其中:<ur><li>健康检查协议CheckType的值取HTTP时,必传此字段。</li><li>支持配置选项:HTTP/1.0, HTTP/1.1。</li><li>仅适用于TCP目标组。</li></ur>
|
|
7202
|
+
* <p>HTTP版本, 其中:<ur><li>健康检查协议CheckType的值取HTTP时,必传此字段。</li><li>支持配置选项:HTTP/1.0, HTTP/1.1。</li><li>仅适用于TCP目标组。</li></ur></p>
|
|
7205
7203
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7206
7204
|
*/
|
|
7207
7205
|
HttpVersion?: string;
|
|
7208
7206
|
/**
|
|
7209
|
-
* GRPC健康检查状态码(仅适用于后端转发协议为GRPC的目标组)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99
|
|
7207
|
+
* <p>GRPC健康检查状态码(仅适用于后端转发协议为GRPC的目标组)。默认值为 12,可输入值为数值、多个数值、或者范围,例如 20 或 20,25 或 0-99。</p>
|
|
7210
7208
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7211
7209
|
*/
|
|
7212
7210
|
ExtendedCode?: string;
|
|
@@ -9813,41 +9813,39 @@ export interface LogsetInfo {
|
|
|
9813
9813
|
*/
|
|
9814
9814
|
export interface CreateExportRequest {
|
|
9815
9815
|
/**
|
|
9816
|
-
*
|
|
9817
|
-
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
|
9816
|
+
* <p>日志主题Id</p><ul><li>通过<a href="https://cloud.tencent.com/document/product/614/56454">获取日志主题列表</a>获取日志主题Id。</li></ul>
|
|
9818
9817
|
*/
|
|
9819
9818
|
TopicId: string;
|
|
9820
9819
|
/**
|
|
9821
|
-
*
|
|
9820
|
+
* <p>日志导出数量, 最大值5000万</p>
|
|
9822
9821
|
*/
|
|
9823
9822
|
Count: number;
|
|
9824
9823
|
/**
|
|
9825
|
-
*
|
|
9824
|
+
* <p>日志导出检索语句,不支持<a href="https://cloud.tencent.com/document/product/614/44061" target="_blank">[SQL语句]</a></p>
|
|
9826
9825
|
*/
|
|
9827
9826
|
Query: string;
|
|
9828
9827
|
/**
|
|
9829
|
-
*
|
|
9828
|
+
* <p>日志导出起始时间,毫秒时间戳</p>
|
|
9830
9829
|
*/
|
|
9831
9830
|
From: number;
|
|
9832
9831
|
/**
|
|
9833
|
-
*
|
|
9832
|
+
* <p>日志导出结束时间,毫秒时间戳</p>
|
|
9834
9833
|
*/
|
|
9835
9834
|
To: number;
|
|
9836
9835
|
/**
|
|
9837
|
-
*
|
|
9836
|
+
* <p>日志导出时间排序。desc,asc,默认为desc</p>
|
|
9838
9837
|
*/
|
|
9839
9838
|
Order?: string;
|
|
9840
9839
|
/**
|
|
9841
|
-
*
|
|
9840
|
+
* <p>日志导出数据格式。json,csv,默认为json</p>
|
|
9842
9841
|
*/
|
|
9843
9842
|
Format?: string;
|
|
9844
9843
|
/**
|
|
9845
|
-
*
|
|
9846
|
-
0:Lucene语法,1:CQL语法。
|
|
9844
|
+
* <p>检索语法规则,默认值为1,推荐使用1 。</p><ul><li>0:Lucene语法</li><li>1:CQL语法(CLS Query Language,日志服务专用检索语法)</li></ul><p>详细说明参见<a href="https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules" target="_blank">检索条件语法规则</a>。</p>
|
|
9847
9845
|
*/
|
|
9848
9846
|
SyntaxRule?: number;
|
|
9849
9847
|
/**
|
|
9850
|
-
*
|
|
9848
|
+
* <p>导出字段</p>
|
|
9851
9849
|
*/
|
|
9852
9850
|
DerivedFields?: Array<string>;
|
|
9853
9851
|
}
|
|
@@ -11396,7 +11394,7 @@ export interface DeleteTopicResponse {
|
|
|
11396
11394
|
*/
|
|
11397
11395
|
export interface CreateExportResponse {
|
|
11398
11396
|
/**
|
|
11399
|
-
*
|
|
11397
|
+
* <p>日志导出ID。</p>
|
|
11400
11398
|
*/
|
|
11401
11399
|
ExportId?: string;
|
|
11402
11400
|
/**
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse,
|
|
3
|
+
import { CreateCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMModelServicesResponse, ModifyCloudNativeAPIGatewayConsumerGroupResponse, DescribeCloudNativeAPIGatewayMCPServerACLRequest, DeleteCloudNativeAPIGatewayMCPToolResponse, CreateCloudNativeAPIGatewayMCPServerRequest, DeleteCloudNativeAPIGatewaySecretKeyRequest, DeleteCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewaySecretKeyValueRequest, DeleteCloudNativeAPIGatewayConsumerResponse, RemoveCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeCloudNativeAPIGatewayMCPServerAuthResponse, DescribeCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewayLLMModelServiceRequest, ModifyCloudNativeAPIGatewaySecretKeyResponse, AddCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayMCPToolACLListResponse, ModifyCloudNativeAPIGatewayMCPServerAuthResponse, CreateCloudNativeAPIGatewayConsumerGroupRequest, ModifyCloudNativeAPIGatewayLLMModelAPIResponse, ModifyCloudNativeAPIGatewayLLMModelServiceResponse, RemoveCloudNativeAPIGatewayConsumerInGroupRequest, CreateCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayLLMModelServicesRequest, CreateCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayConsumerGroupRequest, DescribeCloudNativeAPIGatewayMCPToolACLListRequest, DescribeCNGWServicesWithRoutesResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsRequest, ModifyCloudNativeAPIGatewayMCPServerACLRequest, CreateCloudNativeAPIGatewayLLMModelServiceResponse, ModifyCloudNativeAPIGatewayConsumerRequest, DescribeCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayConsumerResponse, DescribeCloudNativeAPIGatewayMCPToolListRequest, DeleteCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolRequest, DeleteCloudNativeAPIGatewayLLMModelAPIRequest, DeleteCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayMCPToolACLResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileRequest, CreateCloudNativeAPIGatewayConsumerGroupResponse, UpdateCloudNativeAPIGatewayMCPToolsResponse, DescribeCloudNativeAPIGatewayLLMModelAPIResponse, DescribeCloudNativeAPIGatewayLLMModelAPIRequest, BindCloudNativeAPIGatewaySecretKeyRequest, ModifyCloudNativeAPIGatewayConsumerResponse, ModifyCloudNativeAPIGatewayMCPServerACLResponse, DeleteCloudNativeAPIGatewayMCPServerRequest, ModifyCloudNativeAPIGatewayMCPServerStatusResponse, DeleteCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsRequest, CreateCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayMCPServerResponse, ModifyCloudNativeAPIGatewayMCPToolACLRequest, CreateCloudNativeAPIGatewayMCPServerResponse, UpdateCloudNativeAPIGatewayMCPToolsRequest, CreateCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPServerStatusRequest, ModifyCloudNativeAPIGatewayMCPToolResponse, RemoveCloudNativeAPIGatewayConsumerInGroupResponse, DescribeCloudNativeAPIGatewayLLMModelAPIsResponse, AddCloudNativeAPIGatewayConsumerInGroupRequest, CreateCloudNativeAPIGatewayConsumerResponse, DeleteCloudNativeAPIGatewayLLMModelAPIResponse, UnbindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolsFromFileResponse, ModifyCloudNativeAPIGatewaySecretKeyRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageStatisticsResponse, DescribeCNGWServicesWithRoutesRequest, DescribeCloudNativeAPIGatewayMCPServerACLResponse, ModifyCloudNativeAPIGatewayMCPServerResponse, DescribeCloudNativeAPIGatewayLLMModelServiceResponse, DescribeCloudNativeAPIGatewaySecretKeyRequest, ModifyCloudNativeAPIGatewayMCPServerRequest, AddCloudNativeAPIGatewayConsumerGroupAuthResponse, DescribeCloudNativeAPIGatewaySecretKeyValueResponse, DeleteCloudNativeAPIGatewayConsumerRequest, ModifyCloudNativeAPIGatewayMCPToolStatusResponse, ModifyCloudNativeAPIGatewayConsumerGroupRequest, UnbindCloudNativeAPIGatewaySecretKeyRequest, BindCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPToolListResponse, DeleteCloudNativeAPIGatewayConsumerGroupRequest, RemoveCloudNativeAPIGatewayConsumerGroupAuthRequest, DescribeCloudNativeAPIGatewayMCPServerListRequest, DescribeCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayMCPServerAuthRequest, DescribeCloudNativeAPIGatewayMCPServerRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListRequest, ModifyCloudNativeAPIGatewayMCPToolStatusRequest, AddCloudNativeAPIGatewayConsumerGroupAuthRequest, CreateCloudNativeAPIGatewayMCPToolResponse, ModifyCloudNativeAPIGatewayLLMModelServiceRequest, DescribeCloudNativeAPIGatewayMCPServerListResponse, CreateCloudNativeAPIGatewayLLMModelAPIResponse, CreateCloudNativeAPIGatewaySecretKeyResponse, DescribeCloudNativeAPIGatewayMCPServerAuthRequest, DeleteCloudNativeAPIGatewayLLMModelServiceRequest, DeleteCloudNativeAPIGatewayConsumerGroupResponse, ModifyCloudNativeAPIGatewayLLMModelAPIRequest, DescribeCloudNativeAPIGatewayLLMTokenUsageListResponse } from "./cngw_models";
|
|
4
4
|
/**
|
|
5
5
|
* cngw client
|
|
6
6
|
* @class
|