tencentcloud-sdk-nodejs 4.1.175 → 4.1.177
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/billing/v20180709/billing_client.js +3 -0
- package/es/services/mna/v20210119/mna_client.js +15 -0
- package/es/services/teo/v20220901/teo_client.js +3 -0
- package/es/services/tke/v20180525/tke_client.js +3 -0
- package/es/services/wedata/v20250806/wedata_client.js +9 -0
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +4 -0
- package/tencentcloud/services/apm/v20210622/apm_client.d.ts +21 -0
- package/tencentcloud/services/apm/v20210622/apm_client.js +21 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +200 -3
- package/tencentcloud/services/billing/v20180709/billing_client.d.ts +7 -1
- package/tencentcloud/services/billing/v20180709/billing_client.js +8 -0
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +151 -28
- package/tencentcloud/services/cdc/v20201214/cdc_models.d.ts +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +1 -1
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +4 -4
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +88 -102
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +1 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +6 -16
- package/tencentcloud/services/gwlb/v20240906/gwlb_models.d.ts +23 -24
- package/tencentcloud/services/hai/v20230812/hai_models.d.ts +8 -0
- package/tencentcloud/services/ivld/v20210903/ivld_models.d.ts +8 -10
- package/tencentcloud/services/mna/v20210119/mna_client.d.ts +21 -1
- package/tencentcloud/services/mna/v20210119/mna_client.js +30 -0
- package/tencentcloud/services/mna/v20210119/mna_models.d.ts +294 -28
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +79 -23
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +46 -2
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +5 -1
- package/tencentcloud/services/teo/v20220901/teo_client.js +6 -0
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +52 -14
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +30 -0
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -9
- package/tencentcloud/services/wedata/v20250806/wedata_client.d.ts +13 -1
- package/tencentcloud/services/wedata/v20250806/wedata_client.js +18 -0
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +481 -101
|
@@ -502,25 +502,15 @@ export interface FlowGroupUrlInfo {
|
|
|
502
502
|
*/
|
|
503
503
|
export interface ChannelDescribeSignFaceVideoRequest {
|
|
504
504
|
/**
|
|
505
|
-
*
|
|
506
|
-
建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
|
|
507
|
-
可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。
|
|
505
|
+
* <p>合同流程ID,为32位字符串。<br>建议开发者妥善保存此流程ID,以便于顺利进行后续操作。<br>可登录腾讯电子签控制台,在 "合同"->"合同中心" 中查看某个合同的FlowId(在页面中展示为合同ID)。</p>
|
|
508
506
|
*/
|
|
509
507
|
FlowId: string;
|
|
510
508
|
/**
|
|
511
|
-
*
|
|
509
|
+
* <p>签署参与人在本流程中的编号ID(每个流程不同),可用此ID来定位签署参与人在本流程的签署节点,也可用于后续创建签署链接等操作。</p>
|
|
512
510
|
*/
|
|
513
511
|
SignId: string;
|
|
514
512
|
/**
|
|
515
|
-
*
|
|
516
|
-
|
|
517
|
-
此接口下面信息必填。
|
|
518
|
-
<ul>
|
|
519
|
-
<li>渠道应用标识: Agent.AppId</li>
|
|
520
|
-
<li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li>
|
|
521
|
-
<li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li>
|
|
522
|
-
</ul>
|
|
523
|
-
第三方平台子客企业和员工必须已经经过实名认证
|
|
513
|
+
* <p>关于渠道应用的相关信息,包括渠道应用标识、第三方平台子客企业标识及第三方平台子客企业中的员工标识等内容,您可以参阅开发者中心所提供的 Agent 结构体以获取详细定义。</p><p>此接口下面信息必填。</p><ul><li>渠道应用标识: Agent.AppId</li><li>第三方平台子客企业标识: Agent.ProxyOrganizationOpenId</li><li>第三方平台子客企业中的员工标识: Agent. ProxyOperator.OpenId</li></ul>第三方平台子客企业和员工必须已经经过实名认证
|
|
524
514
|
*/
|
|
525
515
|
Agent: Agent;
|
|
526
516
|
}
|
|
@@ -1890,15 +1880,15 @@ export interface OperateTemplateRequest {
|
|
|
1890
1880
|
*/
|
|
1891
1881
|
export interface ChannelDescribeSignFaceVideoResponse {
|
|
1892
1882
|
/**
|
|
1893
|
-
*
|
|
1883
|
+
* <p>核身视频结果。</p>
|
|
1894
1884
|
*/
|
|
1895
1885
|
VideoData?: DetectInfoVideoData;
|
|
1896
1886
|
/**
|
|
1897
|
-
*
|
|
1887
|
+
* <p>意愿核身问答模式结果。若未使用该意愿核身功能,该字段返回值可以不处理。</p>
|
|
1898
1888
|
*/
|
|
1899
1889
|
IntentionQuestionResult?: IntentionQuestionResult;
|
|
1900
1890
|
/**
|
|
1901
|
-
*
|
|
1891
|
+
* <p>意愿核身点头确认模式的结果信息,若未使用该意愿核身功能,该字段返回值可以不处理。</p>
|
|
1902
1892
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1903
1893
|
*/
|
|
1904
1894
|
IntentionActionResult?: IntentionActionResult;
|
|
@@ -79,15 +79,15 @@ export interface DescribeTargetGroupListRequest {
|
|
|
79
79
|
*/
|
|
80
80
|
export interface ModifyGatewayLoadBalancerAttributeRequest {
|
|
81
81
|
/**
|
|
82
|
-
*
|
|
82
|
+
* <p>网关负载均衡的唯一ID。可通过<a href="https://cloud.tencent.com/document/api/1782/111683">DescribeGatewayLoadBalancers</a> 接口获取。</p>
|
|
83
83
|
*/
|
|
84
84
|
LoadBalancerId: string;
|
|
85
85
|
/**
|
|
86
|
-
*
|
|
86
|
+
* <p>网关负载均衡实例名称。命名规则:1-80 个英文字母、汉字等国际通用语言字符,数字,连接线“-”、下划线“_”等常见字符(禁止Unicode补充字符,如emoji表情、生僻汉字等)。</p>
|
|
87
87
|
*/
|
|
88
88
|
LoadBalancerName?: string;
|
|
89
89
|
/**
|
|
90
|
-
*
|
|
90
|
+
* <p>是否开启删除保护。</p>
|
|
91
91
|
*/
|
|
92
92
|
DeleteProtect?: boolean;
|
|
93
93
|
}
|
|
@@ -485,7 +485,7 @@ export interface DescribeTargetGroupInstancesResponse {
|
|
|
485
485
|
*/
|
|
486
486
|
export interface CreateTargetGroupRequest {
|
|
487
487
|
/**
|
|
488
|
-
* <p
|
|
488
|
+
* <p>目标组名称。命名规则:1-80 个英文字母、汉字等国际通用语言字符,数字,连接线“-”、下划线“_”等常见字符(禁止Unicode补充字符,如emoji表情、生僻汉字等)。</p>
|
|
489
489
|
*/
|
|
490
490
|
TargetGroupName?: string;
|
|
491
491
|
/**
|
|
@@ -501,7 +501,7 @@ export interface CreateTargetGroupRequest {
|
|
|
501
501
|
*/
|
|
502
502
|
TargetGroupInstances?: Array<TargetGroupInstance>;
|
|
503
503
|
/**
|
|
504
|
-
* <p
|
|
504
|
+
* <p>网关负载均衡目标组协议。</p><ul><li>TENCENT_GENEVE :GENEVE 标准协议</li><li>AWS_GENEVE:GENEVE 兼容协议</li></ul>
|
|
505
505
|
*/
|
|
506
506
|
Protocol?: string;
|
|
507
507
|
/**
|
|
@@ -554,27 +554,27 @@ export interface CreateTargetGroupRequest {
|
|
|
554
554
|
*/
|
|
555
555
|
export interface CreateGatewayLoadBalancerRequest {
|
|
556
556
|
/**
|
|
557
|
-
*
|
|
557
|
+
* <p>网关负载均衡后端目标设备所属的私有网络 ID,如vpc-azd4dt1c,可以通过 <a href="https://cloud.tencent.com/document/product/215/15778">DescribeVpcs</a> 接口获取。</p>
|
|
558
558
|
*/
|
|
559
559
|
VpcId: string;
|
|
560
560
|
/**
|
|
561
|
-
*
|
|
561
|
+
* <p>网关负载均衡后端目标设备所属的私有网络的子网ID。可通过<a href="https://cloud.tencent.com/document/product/215/15784">DescribeSubnets</a>接口获取。</p>
|
|
562
562
|
*/
|
|
563
563
|
SubnetId: string;
|
|
564
564
|
/**
|
|
565
|
-
*
|
|
565
|
+
* <p>网关负载均衡实例名称。命名规则:1-80 个英文字母、汉字等国际通用语言字符,数字,连接线“-”、下划线“_”等常见字符(禁止Unicode补充字符,如emoji表情、生僻汉字等)。不填写时默认自动生成。</p>
|
|
566
566
|
*/
|
|
567
567
|
LoadBalancerName?: string;
|
|
568
568
|
/**
|
|
569
|
-
*
|
|
569
|
+
* <p>创建网关负载均衡的个数,默认值为 1。批量创建数量最大支持10个。</p>
|
|
570
570
|
*/
|
|
571
571
|
Number?: number;
|
|
572
572
|
/**
|
|
573
|
-
*
|
|
573
|
+
* <p>购买网关负载均衡的同时,给负载均衡打上标签,最大支持20个标签键值对。</p>
|
|
574
574
|
*/
|
|
575
575
|
Tags?: Array<TagInfo>;
|
|
576
576
|
/**
|
|
577
|
-
*
|
|
577
|
+
* <p>网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR(按量计费),默认是POSTPAID_BY_HOUR。</p>
|
|
578
578
|
*/
|
|
579
579
|
LBChargeType?: string;
|
|
580
580
|
}
|
|
@@ -701,12 +701,11 @@ export interface RegisterTargetGroupInstancesResponse {
|
|
|
701
701
|
*/
|
|
702
702
|
export interface CreateGatewayLoadBalancerResponse {
|
|
703
703
|
/**
|
|
704
|
-
*
|
|
705
|
-
存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。
|
|
704
|
+
* <p>由网关负载均衡实例唯一 ID 组成的数组。<br>存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过<a href="https://cloud.tencent.com/document/api/1782/111700">DescribeTaskStatus</a>接口查询创建的资源ID。</p>
|
|
706
705
|
*/
|
|
707
706
|
LoadBalancerIds?: Array<string>;
|
|
708
707
|
/**
|
|
709
|
-
*
|
|
708
|
+
* <p>订单号。</p>
|
|
710
709
|
*/
|
|
711
710
|
DealName?: string;
|
|
712
711
|
/**
|
|
@@ -841,43 +840,43 @@ export interface AssociationItem {
|
|
|
841
840
|
*/
|
|
842
841
|
export interface ModifyTargetGroupAttributeRequest {
|
|
843
842
|
/**
|
|
844
|
-
*
|
|
843
|
+
* <p>目标组的ID,可以通过<a href="https://cloud.tencent.com/document/product/214/40554">DescribeTargetGroups</a>获取。</p>
|
|
845
844
|
*/
|
|
846
845
|
TargetGroupId: string;
|
|
847
846
|
/**
|
|
848
|
-
*
|
|
847
|
+
* <p>目标组的新名称。命名规则:1-80 个英文字母、汉字等国际通用语言字符,数字,连接线“-”、下划线“_”等常见字符(禁止Unicode补充字符,如emoji表情、生僻汉字等)。</p>
|
|
849
848
|
*/
|
|
850
849
|
TargetGroupName?: string;
|
|
851
850
|
/**
|
|
852
|
-
*
|
|
851
|
+
* <p>健康检查详情。</p>
|
|
853
852
|
*/
|
|
854
853
|
HealthCheck?: TargetGroupHealthCheck;
|
|
855
854
|
/**
|
|
856
|
-
*
|
|
855
|
+
* <p>是否支持全死全活。</p>
|
|
857
856
|
*/
|
|
858
857
|
AllDeadToAlive?: boolean;
|
|
859
858
|
/**
|
|
860
|
-
* TCP协议连接空闲超时时间,可配置60s-6000s,默认350s
|
|
859
|
+
* <p>TCP协议连接空闲超时时间,可配置60s-6000s,默认350s。</p>
|
|
861
860
|
*/
|
|
862
861
|
TcpIdleConnectTimeout?: number;
|
|
863
862
|
/**
|
|
864
|
-
*
|
|
863
|
+
* <p>其他协议连接空闲超时时间,可配置5s-180s,默认120s</p>
|
|
865
864
|
*/
|
|
866
865
|
OthersIdleConnectTimeout?: number;
|
|
867
866
|
/**
|
|
868
|
-
*
|
|
867
|
+
* <p>重新调度功能内的解绑后端服务开关,开关打开后解绑后端服务会触发重新调度。</p>
|
|
869
868
|
*/
|
|
870
869
|
RescheduleUnbindRs?: boolean;
|
|
871
870
|
/**
|
|
872
|
-
*
|
|
871
|
+
* <p>解绑RS后开启重调度的时间,可配置0s-3600s,默认0s</p>
|
|
873
872
|
*/
|
|
874
873
|
RescheduleUnbindRsStartTime?: number;
|
|
875
874
|
/**
|
|
876
|
-
*
|
|
875
|
+
* <p>重新调度功能内的后端服务健康探测异常开关,开关打开后后端服务健康检查异常会触发重新调度。</p>
|
|
877
876
|
*/
|
|
878
877
|
RescheduleUnhealthy?: boolean;
|
|
879
878
|
/**
|
|
880
|
-
*
|
|
879
|
+
* <p>后端服务健康探测异常后开启重调度的时间,可配置0s-3600s,默认0s</p>
|
|
881
880
|
*/
|
|
882
881
|
RescheduleUnhealthyStartTime?: number;
|
|
883
882
|
}
|
|
@@ -284,7 +284,7 @@ export type DescribeUsageAmountRequest = null;
|
|
|
284
284
|
*/
|
|
285
285
|
export interface ImportMediaResponse {
|
|
286
286
|
/**
|
|
287
|
-
*
|
|
287
|
+
* <p>媒资文件在系统中的ID</p>
|
|
288
288
|
*/
|
|
289
289
|
MediaId?: string;
|
|
290
290
|
/**
|
|
@@ -1011,33 +1011,31 @@ export interface DeleteTaskRequest {
|
|
|
1011
1011
|
*/
|
|
1012
1012
|
export interface ImportMediaRequest {
|
|
1013
1013
|
/**
|
|
1014
|
-
*
|
|
1014
|
+
* <p>待分析视频的URL,目前只支持<em>不带签名的</em>COS地址,字段输入内容最大为1KB</p>
|
|
1015
1015
|
*/
|
|
1016
1016
|
URL: string;
|
|
1017
1017
|
/**
|
|
1018
|
-
*
|
|
1018
|
+
* <p>待分析视频的MD5,为空时不做校验,否则会做MD5校验,长度必须为32</p>
|
|
1019
1019
|
*/
|
|
1020
1020
|
MD5?: string;
|
|
1021
1021
|
/**
|
|
1022
|
-
*
|
|
1022
|
+
* <p>待分析视频的名称,指定后可支持筛选,视频名称的大小长度不能超过64</p>
|
|
1023
1023
|
*/
|
|
1024
1024
|
Name?: string;
|
|
1025
1025
|
/**
|
|
1026
|
-
*
|
|
1027
|
-
推荐采用本主帐号COS桶,如果使用其他帐号COS桶,请确保COS桶可写,否则可导致分析失败
|
|
1026
|
+
* <p>当非本人外部视频地址导入时,该字段为转存的cos桶地址且不可为空; 示例:https://${Bucket}-${AppId}.cos.${Region}.myqcloud.com/${PathPrefix}/ (注意,cos路径需要以/分隔符结尾)。推荐采用本主账号COS桶,如果使用其他账号COS桶,请确保COS桶可写,否则可导致分析失败</p>
|
|
1028
1027
|
*/
|
|
1029
1028
|
WriteBackCosPath?: string;
|
|
1030
1029
|
/**
|
|
1031
|
-
*
|
|
1030
|
+
* <p>自定义标签,可用于查询</p>
|
|
1032
1031
|
*/
|
|
1033
1032
|
Label?: string;
|
|
1034
1033
|
/**
|
|
1035
|
-
*
|
|
1034
|
+
* <p>媒资导入完成的回调地址,该设置优先级高于控制台全局的设置;</p>
|
|
1036
1035
|
*/
|
|
1037
1036
|
CallbackURL?: string;
|
|
1038
1037
|
/**
|
|
1039
|
-
*
|
|
1040
|
-
默认为2(视频)
|
|
1038
|
+
* <p>媒资文件类型,详细定义参见<a href="https://cloud.tencent.com/document/product/1509/65063#MediaPreknownInfo">MediaPreknownInfo.MediaType</a><br>默认为2(视频)</p>
|
|
1041
1039
|
*/
|
|
1042
1040
|
MediaType?: number;
|
|
1043
1041
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DeleteL3ConnResponse, GetDeviceResponse, GetMultiFlowStatisticResponse, UpdateL3ConnResponse, UpdateHardwareResponse, UpdateL3SwitchRequest, AddL3ConnRequest, OrderPerLicenseResponse, GetFlowPackagesRequest, SetNotifyUrlResponse, UpdateL3CidrResponse, ModifyPackageRenewFlagRequest, GetFlowPackagesResponse, ReportOrderRequest, DeleteL3ConnRequest, GetVendorHardwareResponse, GetActiveDeviceCountResponse, AddGroupRequest, GetGroupListRequest, GetGroupDetailRequest,
|
|
3
|
+
import { DeleteL3ConnResponse, GetDeviceResponse, GetMultiFlowStatisticResponse, UpdateL3ConnResponse, UpdateHardwareResponse, UpdateL3SwitchRequest, AddL3ConnRequest, OrderPerLicenseResponse, GetFlowPackagesRequest, SetNotifyUrlResponse, UpdateL3CidrResponse, ModifyPackageRenewFlagRequest, GetFlowPackagesResponse, ReportOrderRequest, DeleteL3ConnRequest, GetVendorHardwareResponse, GetActiveDeviceCountResponse, AddGroupRequest, GetGroupListRequest, GetGroupDetailRequest, GroupAddDeviceRequest, GroupDeleteDeviceResponse, GetStatisticDataResponse, GetPublicKeyRequest, GetFlowStatisticByGroupResponse, GetNetMonitorResponse, GetFlowStatisticByNameResponse, ReportOrderResponse, GetFlowAlarmInfoRequest, GetVendorHardwareRequest, CreateEncryptedKeyRequest, DeleteDeviceRequest, DeleteGroupRequest, CreateEncryptedKeyResponse, UpdateL3SwitchResponse, GetL3ConnListResponse, ModifyPackageRenewFlagResponse, GetDestIPByNameResponse, GetDeviceRequest, ActivateHardwareResponse, GetFlowStatisticByGroupRequest, GetDevicesResponse, AddL3ConnResponse, GetDestIPByNameRequest, GetDevicesRequest, GetStatisticDataByNameRequest, SetNotifyUrlRequest, GetDevicePayModeRequest, DownloadActiveDeviceCountResponse, GetHardwareListRequest, GetFlowStatisticByNameRequest, GroupDeleteDeviceRequest, GetFlowStatisticByRegionResponse, GetMultiFlowStatisticRequest, GetFlowAlarmInfoResponse, GetFlowStatisticByRegionRequest, OrderFlowPackageRequest, GetGroupDetailResponse, UpdateGroupResponse, GetL3ConnListRequest, DownloadActiveDeviceCountRequest, GetHardwareListResponse, AddDeviceRequest, GetNetMonitorByNameResponse, OrderPerLicenseRequest, UpdateGroupRequest, GetFlowStatisticResponse, UpdateHardwareRequest, GetNetMonitorRequest, GetNetMonitorByNameRequest, GetGroupListResponse, OrderFlowPackageResponse, UpdateDeviceResponse, ActivateHardwareRequest, GetMonitorDataByNameResponse, GroupAddDeviceResponse, GetStatisticDataRequest, UpdateDeviceRequest, DeleteGroupResponse, GetPublicKeyResponse, GetStatisticDataByNameResponse, AddHardwareResponse, GetFlowStatisticRequest, AddDeviceResponse, GetDevicePayModeResponse, GetActiveDeviceCountRequest, GetMonitorDataByNameRequest, UpdateL3ConnRequest, DeleteDeviceResponse, AddHardwareRequest, UpdateL3CidrRequest, AddGroupResponse } from "./mna_models";
|
|
4
4
|
/**
|
|
5
5
|
* mna client
|
|
6
6
|
* @class
|
|
@@ -63,6 +63,10 @@ export declare class Client extends AbstractClient {
|
|
|
63
63
|
* 通过指定设备的ID查找设备详细信息
|
|
64
64
|
*/
|
|
65
65
|
GetDevice(req: GetDeviceRequest, cb?: (error: string, rep: GetDeviceResponse) => void): Promise<GetDeviceResponse>;
|
|
66
|
+
/**
|
|
67
|
+
* 统计单个设备访问目标IP地址信息
|
|
68
|
+
*/
|
|
69
|
+
GetDestIPByName(req: GetDestIPByNameRequest, cb?: (error: string, rep: GetDestIPByNameResponse) => void): Promise<GetDestIPByNameResponse>;
|
|
66
70
|
/**
|
|
67
71
|
* 删除互通规则
|
|
68
72
|
*/
|
|
@@ -103,14 +107,26 @@ export declare class Client extends AbstractClient {
|
|
|
103
107
|
* 更新互通规则CIDR
|
|
104
108
|
*/
|
|
105
109
|
UpdateL3Cidr(req: UpdateL3CidrRequest, cb?: (error: string, rep: UpdateL3CidrResponse) => void): Promise<UpdateL3CidrResponse>;
|
|
110
|
+
/**
|
|
111
|
+
* 获取指定设备Id,指定时间点数据流量使用情况
|
|
112
|
+
*/
|
|
113
|
+
GetFlowStatisticByName(req: GetFlowStatisticByNameRequest, cb?: (error: string, rep: GetFlowStatisticByNameResponse) => void): Promise<GetFlowStatisticByNameResponse>;
|
|
106
114
|
/**
|
|
107
115
|
* 获取厂商硬件设备列表
|
|
108
116
|
*/
|
|
109
117
|
GetVendorHardware(req: GetVendorHardwareRequest, cb?: (error: string, rep: GetVendorHardwareResponse) => void): Promise<GetVendorHardwareResponse>;
|
|
118
|
+
/**
|
|
119
|
+
* 获取单设备的实时流量统计指标
|
|
120
|
+
*/
|
|
121
|
+
GetNetMonitorByName(req: GetNetMonitorByNameRequest, cb?: (error: string, rep: GetNetMonitorByNameResponse) => void): Promise<GetNetMonitorByNameResponse>;
|
|
110
122
|
/**
|
|
111
123
|
* 新建互通规则
|
|
112
124
|
*/
|
|
113
125
|
AddL3Conn(req: AddL3ConnRequest, cb?: (error: string, rep: AddL3ConnResponse) => void): Promise<AddL3ConnResponse>;
|
|
126
|
+
/**
|
|
127
|
+
* 在用量统计页面下载流量数据
|
|
128
|
+
*/
|
|
129
|
+
GetStatisticDataByName(req: GetStatisticDataByNameRequest, cb?: (error: string, rep: GetStatisticDataByNameResponse) => void): Promise<GetStatisticDataByNameResponse>;
|
|
114
130
|
/**
|
|
115
131
|
* 通过此接口设置和更新预置密钥
|
|
116
132
|
*/
|
|
@@ -139,6 +155,10 @@ export declare class Client extends AbstractClient {
|
|
|
139
155
|
* 获取厂商硬件列表
|
|
140
156
|
*/
|
|
141
157
|
GetHardwareList(req: GetHardwareListRequest, cb?: (error: string, rep: GetHardwareListResponse) => void): Promise<GetHardwareListResponse>;
|
|
158
|
+
/**
|
|
159
|
+
* 获取单个设备所有监控指标的下载文件链接
|
|
160
|
+
*/
|
|
161
|
+
GetMonitorDataByName(req: GetMonitorDataByNameRequest, cb?: (error: string, rep: GetMonitorDataByNameResponse) => void): Promise<GetMonitorDataByNameResponse>;
|
|
142
162
|
/**
|
|
143
163
|
* 更新互通规则开关
|
|
144
164
|
*/
|
|
@@ -111,6 +111,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
111
111
|
async GetDevice(req, cb) {
|
|
112
112
|
return this.request("GetDevice", req, cb);
|
|
113
113
|
}
|
|
114
|
+
/**
|
|
115
|
+
* 统计单个设备访问目标IP地址信息
|
|
116
|
+
*/
|
|
117
|
+
async GetDestIPByName(req, cb) {
|
|
118
|
+
return this.request("GetDestIPByName", req, cb);
|
|
119
|
+
}
|
|
114
120
|
/**
|
|
115
121
|
* 删除互通规则
|
|
116
122
|
*/
|
|
@@ -171,18 +177,36 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
171
177
|
async UpdateL3Cidr(req, cb) {
|
|
172
178
|
return this.request("UpdateL3Cidr", req, cb);
|
|
173
179
|
}
|
|
180
|
+
/**
|
|
181
|
+
* 获取指定设备Id,指定时间点数据流量使用情况
|
|
182
|
+
*/
|
|
183
|
+
async GetFlowStatisticByName(req, cb) {
|
|
184
|
+
return this.request("GetFlowStatisticByName", req, cb);
|
|
185
|
+
}
|
|
174
186
|
/**
|
|
175
187
|
* 获取厂商硬件设备列表
|
|
176
188
|
*/
|
|
177
189
|
async GetVendorHardware(req, cb) {
|
|
178
190
|
return this.request("GetVendorHardware", req, cb);
|
|
179
191
|
}
|
|
192
|
+
/**
|
|
193
|
+
* 获取单设备的实时流量统计指标
|
|
194
|
+
*/
|
|
195
|
+
async GetNetMonitorByName(req, cb) {
|
|
196
|
+
return this.request("GetNetMonitorByName", req, cb);
|
|
197
|
+
}
|
|
180
198
|
/**
|
|
181
199
|
* 新建互通规则
|
|
182
200
|
*/
|
|
183
201
|
async AddL3Conn(req, cb) {
|
|
184
202
|
return this.request("AddL3Conn", req, cb);
|
|
185
203
|
}
|
|
204
|
+
/**
|
|
205
|
+
* 在用量统计页面下载流量数据
|
|
206
|
+
*/
|
|
207
|
+
async GetStatisticDataByName(req, cb) {
|
|
208
|
+
return this.request("GetStatisticDataByName", req, cb);
|
|
209
|
+
}
|
|
186
210
|
/**
|
|
187
211
|
* 通过此接口设置和更新预置密钥
|
|
188
212
|
*/
|
|
@@ -225,6 +249,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
225
249
|
async GetHardwareList(req, cb) {
|
|
226
250
|
return this.request("GetHardwareList", req, cb);
|
|
227
251
|
}
|
|
252
|
+
/**
|
|
253
|
+
* 获取单个设备所有监控指标的下载文件链接
|
|
254
|
+
*/
|
|
255
|
+
async GetMonitorDataByName(req, cb) {
|
|
256
|
+
return this.request("GetMonitorDataByName", req, cb);
|
|
257
|
+
}
|
|
228
258
|
/**
|
|
229
259
|
* 更新互通规则开关
|
|
230
260
|
*/
|