tencentcloud-sdk-nodejs 4.0.790 → 4.0.792
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/CHANGELOG.md +442 -0
- package/SERVICE_CHANGELOG.md +390 -378
- package/package.json +1 -1
- package/products.md +15 -15
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +9 -4
- package/src/services/as/v20180419/as_models.ts +38 -38
- package/src/services/bi/v20220105/bi_client.ts +1 -0
- package/src/services/bi/v20220105/bi_models.ts +226 -16
- package/src/services/cls/v20201016/cls_client.ts +70 -21
- package/src/services/cls/v20201016/cls_models.ts +360 -145
- package/src/services/csip/v20221121/csip_client.ts +1 -0
- package/src/services/csip/v20221121/csip_models.ts +26 -0
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/ess/v20201111/ess_client.ts +32 -1
- package/src/services/ess/v20201111/ess_models.ts +12 -0
- package/src/services/essbasic/v20210526/essbasic_client.ts +35 -4
- package/src/services/essbasic/v20210526/essbasic_models.ts +18 -0
- package/src/services/iotcloud/v20210408/iotcloud_client.ts +12 -0
- package/src/services/iotcloud/v20210408/iotcloud_models.ts +43 -3
- package/src/services/lcic/v20220817/lcic_models.ts +8 -0
- package/src/services/rum/v20210622/rum_client.ts +0 -12
- package/src/services/rum/v20210622/rum_models.ts +0 -108
- package/src/services/trro/v20220325/trro_models.ts +13 -0
- package/src/services/tse/v20201207/tse_client.ts +2 -1
- package/src/services/tse/v20201207/tse_models.ts +45 -15
- package/src/services/weilingwith/v20230427/weilingwith_models.ts +20 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +9 -4
- package/tencentcloud/services/as/v20180419/as_models.d.ts +38 -38
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +225 -16
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +23 -7
- package/tencentcloud/services/cls/v20201016/cls_client.js +33 -9
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +351 -145
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +25 -0
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +32 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +32 -1
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +12 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +35 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +35 -4
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.d.ts +5 -1
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_client.js +6 -0
- package/tencentcloud/services/iotcloud/v20210408/iotcloud_models.d.ts +41 -3
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +8 -0
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +1 -5
- package/tencentcloud/services/rum/v20210622/rum_client.js +0 -6
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +0 -106
- package/tencentcloud/services/trro/v20220325/trro_models.d.ts +13 -0
- package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +44 -15
- package/tencentcloud/services/weilingwith/v20230427/weilingwith_models.d.ts +20 -2
- package/test/cls.v20201016.test.js +52 -12
- package/test/iotcloud.v20210408.test.js +10 -0
- package/test/rum.v20210622.test.js +0 -10
|
@@ -985,6 +985,12 @@ export interface CreateFlowEvidenceReportRequest {
|
|
|
985
985
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
986
986
|
*/
|
|
987
987
|
Agent?: Agent
|
|
988
|
+
/**
|
|
989
|
+
* 指定申请的报告类型,可选类型如下:
|
|
990
|
+
<ul><li> **0** :合同签署报告(默认)</li>
|
|
991
|
+
<li> **1** :公证处核验报告</li></ul>
|
|
992
|
+
*/
|
|
993
|
+
ReportType?: number
|
|
988
994
|
}
|
|
989
995
|
|
|
990
996
|
/**
|
|
@@ -5160,6 +5166,12 @@ export interface DescribeFlowEvidenceReportRequest {
|
|
|
5160
5166
|
在集团企业代理子企业操作的场景中,需设置此参数。在此情境下,ProxyOrganizationId(子企业的组织ID)为必填项。
|
|
5161
5167
|
*/
|
|
5162
5168
|
Agent?: Agent
|
|
5169
|
+
/**
|
|
5170
|
+
* 指定申请的报告类型,可选类型如下:
|
|
5171
|
+
<ul><li> **0** :合同签署报告(默认)</li>
|
|
5172
|
+
<li> **1** :公证处核验报告</li></ul>
|
|
5173
|
+
*/
|
|
5174
|
+
ReportType?: number
|
|
5163
5175
|
}
|
|
5164
5176
|
|
|
5165
5177
|
/**
|
|
@@ -632,11 +632,11 @@ export class Client extends AbstractClient {
|
|
|
632
632
|
如若在模板中配置了动态表格, 上传的附件必须为A4大小
|
|
633
633
|
合同发起人必须在电子签已经进行实名。
|
|
634
634
|
|
|
635
|
-
|
|
635
|
+
### 一. 整体的逻辑如下
|
|
636
636
|
|
|
637
637
|

|
|
638
638
|
|
|
639
|
-
|
|
639
|
+
### 二. 可以作为发起方和签署方的角色列表
|
|
640
640
|
<table>
|
|
641
641
|
<thead>
|
|
642
642
|
<tr>
|
|
@@ -679,7 +679,38 @@ export class Client extends AbstractClient {
|
|
|
679
679
|
</tbody>
|
|
680
680
|
</table>
|
|
681
681
|
|
|
682
|
-
|
|
682
|
+
### 三. 填充模版中定义的填写控件
|
|
683
|
+
模版中配置的<font color="red">发起人填充控件</font>可以通过本接口的**FormFields数组**字段填充
|
|
684
|
+

|
|
685
|
+
填充的传参示例如下
|
|
686
|
+
```
|
|
687
|
+
request.FormFields = [{
|
|
688
|
+
"ComponentName": "项目的名字",
|
|
689
|
+
"ComponentValue": "休闲山庄"
|
|
690
|
+
}, {
|
|
691
|
+
"ComponentName": "项目的地址",
|
|
692
|
+
"ComponentValue": "凤凰山北侧",
|
|
693
|
+
}, {
|
|
694
|
+
"ComponentName": "范围",
|
|
695
|
+
"ComponentValue": "凤凰山至107国道",
|
|
696
|
+
}, {
|
|
697
|
+
"ComponentName": "面积",
|
|
698
|
+
"ComponentValue": "100亩",
|
|
699
|
+
}, {
|
|
700
|
+
"ComponentName": "基本情况",
|
|
701
|
+
"ComponentValue": "完好",
|
|
702
|
+
}, , {
|
|
703
|
+
"ComponentName": "用途",
|
|
704
|
+
"ComponentValue": "经营农家乐",
|
|
705
|
+
}
|
|
706
|
+
]
|
|
707
|
+
```
|
|
708
|
+
合成后合同样子示例
|
|
709
|
+

|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
|
|
713
|
+
### 四. 注意
|
|
683
714
|
1. 发起合同时候, 作为<font color="red">发起方的第三方子企业A员工的企业和员工必须经过实名</font>, 而作为签署方的第三方子企业A员工/个人/自然人/SaaS平台企业员工/第三方子企业B员工企业中的企业和个人/员工可以未实名
|
|
684
715
|
|
|
685
716
|
2. 不同类型的签署方传参不同, 可以参考开发者中心的FlowApproverInfo结构体说明
|
|
@@ -688,7 +719,7 @@ export class Client extends AbstractClient {
|
|
|
688
719
|
|
|
689
720
|
4. <font color="red">静默(自动)签署不支持合同签署方存在填写</font>
|
|
690
721
|
|
|
691
|
-
5. <font color="red">在下一步创建签署链接前,建议等待DocumentFill </font>
|
|
722
|
+
5. <font color="red">在下一步创建签署链接前,建议等待DocumentFill </font> <a href="https://qian.tencent.com/developers/partner/callback_types_file_resources">PDF合成完成的回调</a>或者睡眠几秒,尤其是当模板中存在动态表格等复杂填写控件时,因为合成过程可能会耗费秒级别的时间。
|
|
692
723
|
*/
|
|
693
724
|
async CreateFlowsByTemplates(
|
|
694
725
|
req: CreateFlowsByTemplatesRequest,
|
|
@@ -304,6 +304,10 @@ export interface Component {
|
|
|
304
304
|
<ul><li> <b>PageRanges</b> :PageRange的数组,通过PageRanges属性设置该印章在PDF所有页面上盖章(适用于标书在所有页面盖章的情况)</li></ul>
|
|
305
305
|
<b>参数样例</b>:` "{"PageRange":[{"BeginPage":1,"EndPage":-1}]}"`
|
|
306
306
|
|
|
307
|
+
<font color="red">签署印章旋转功能,当ComponentType为SIGN_SIGNATURE、SIGN_DATE、SIGN_SEAL时</font>,可以通过以下参数设置签署图片的旋转角度:
|
|
308
|
+
<ul><li> <b>Rotate</b>:旋转角度,支持范围:-360:360,为正整数时,为顺时针旋转;为负整数时,为逆时针旋转。</li>
|
|
309
|
+
<li> <b>RotateRelation</b>:旋转关联控件,用于指定关联旋转的控件。例如:让印章控件和签署日期控件按照印章控件为中心旋转(此时,设置印章控件的RotateRelation为日期控件的ComponentId,设置日期签署控件的RotateRelation为印章控件的ComponentId)。</li></ul>
|
|
310
|
+
<b>参数样例</b>:`{"Rotate":-30,"RotateRelation":"Component_Id1"}`
|
|
307
311
|
|
|
308
312
|
<font color="red">关键字模式下支持关键字找不到的情况下不进行报错的设置</font>
|
|
309
313
|
<ul><li> <b>IgnoreKeywordError</b> :1-关键字查找不到时不进行报错</li></ul>
|
|
@@ -2907,6 +2911,12 @@ export interface CreateChannelFlowEvidenceReportRequest {
|
|
|
2907
2911
|
* @deprecated
|
|
2908
2912
|
*/
|
|
2909
2913
|
Operator?: UserInfo
|
|
2914
|
+
/**
|
|
2915
|
+
* 指定申请的报告类型,可选类型如下:
|
|
2916
|
+
<ul><li> **0** :合同签署报告(默认)</li>
|
|
2917
|
+
<li> **1** :公证处核验报告</li></ul>
|
|
2918
|
+
*/
|
|
2919
|
+
ReportType?: number
|
|
2910
2920
|
}
|
|
2911
2921
|
|
|
2912
2922
|
/**
|
|
@@ -4548,6 +4558,8 @@ export interface CreateSignUrlsRequest {
|
|
|
4548
4558
|
<li> **APP** :第三方App或小程序跳转电子签小程序的path, App或者小程序跳转适合此类型</li>
|
|
4549
4559
|
<li> **LONGURL2WEIXINAPP** :跳转电子签小程序的链接, H5跳转适合此类型,此时返回长链</li></ul>
|
|
4550
4560
|
|
|
4561
|
+
**注:**动态签署人场景,如果签署链接类型设置为`APP`,则仅支持跳转到封面页。
|
|
4562
|
+
|
|
4551
4563
|
详细使用场景可以参数接口说明中的 **主要使用场景可以更加EndPoint分类如下**
|
|
4552
4564
|
*/
|
|
4553
4565
|
Endpoint?: string
|
|
@@ -5385,6 +5397,12 @@ export interface DescribeChannelFlowEvidenceReportRequest {
|
|
|
5385
5397
|
* @deprecated
|
|
5386
5398
|
*/
|
|
5387
5399
|
Operator?: UserInfo
|
|
5400
|
+
/**
|
|
5401
|
+
* 指定申请的报告类型,可选类型如下:
|
|
5402
|
+
<ul><li> **0** :合同签署报告(默认)</li>
|
|
5403
|
+
<li> **1** :公证处核验报告</li></ul>
|
|
5404
|
+
*/
|
|
5405
|
+
ReportType?: number
|
|
5388
5406
|
}
|
|
5389
5407
|
|
|
5390
5408
|
/**
|
|
@@ -40,6 +40,7 @@ import {
|
|
|
40
40
|
DeviceLabel,
|
|
41
41
|
DescribeProductTasksRequest,
|
|
42
42
|
UpdateProductPrivateCAResponse,
|
|
43
|
+
UpdateOtaTaskStatusRequest,
|
|
43
44
|
UpdateDeviceShadowRequest,
|
|
44
45
|
DescribeGatewayBindDevicesResponse,
|
|
45
46
|
ProductResourceInfo,
|
|
@@ -52,6 +53,7 @@ import {
|
|
|
52
53
|
EnableTopicRuleResponse,
|
|
53
54
|
DescribePushResourceTaskStatisticsResponse,
|
|
54
55
|
UpdateDeviceLogLevelRequest,
|
|
56
|
+
UpdateOtaTaskStatusResponse,
|
|
55
57
|
PublishRRPCMessageRequest,
|
|
56
58
|
ProductProperties,
|
|
57
59
|
DeviceUpdateStatus,
|
|
@@ -528,6 +530,16 @@ export class Client extends AbstractClient {
|
|
|
528
530
|
return this.request("UpdateDevicesEnableState", req, cb)
|
|
529
531
|
}
|
|
530
532
|
|
|
533
|
+
/**
|
|
534
|
+
* 本接口(UpdateOtaTask)当固件升级大任务处于没有在全部成功的状态时,可修改为取消状态,取消部分或全部设备的升级;或其它允许的可修改的状态
|
|
535
|
+
*/
|
|
536
|
+
async UpdateOtaTaskStatus(
|
|
537
|
+
req: UpdateOtaTaskStatusRequest,
|
|
538
|
+
cb?: (error: string, rep: UpdateOtaTaskStatusResponse) => void
|
|
539
|
+
): Promise<UpdateOtaTaskStatusResponse> {
|
|
540
|
+
return this.request("UpdateOtaTaskStatus", req, cb)
|
|
541
|
+
}
|
|
542
|
+
|
|
531
543
|
/**
|
|
532
544
|
* 本接口(ListFirmwares)用于获取固件列表
|
|
533
545
|
*/
|
|
@@ -452,6 +452,24 @@ export interface UpdateProductPrivateCAResponse {
|
|
|
452
452
|
RequestId?: string
|
|
453
453
|
}
|
|
454
454
|
|
|
455
|
+
/**
|
|
456
|
+
* UpdateOtaTaskStatus请求参数结构体
|
|
457
|
+
*/
|
|
458
|
+
export interface UpdateOtaTaskStatusRequest {
|
|
459
|
+
/**
|
|
460
|
+
* 产品ID
|
|
461
|
+
*/
|
|
462
|
+
ProductId: string
|
|
463
|
+
/**
|
|
464
|
+
* 固件升级任务ID
|
|
465
|
+
*/
|
|
466
|
+
TaskId: number
|
|
467
|
+
/**
|
|
468
|
+
* 固件任务取消状态
|
|
469
|
+
*/
|
|
470
|
+
Status: number
|
|
471
|
+
}
|
|
472
|
+
|
|
455
473
|
/**
|
|
456
474
|
* UpdateDeviceShadow请求参数结构体
|
|
457
475
|
*/
|
|
@@ -676,6 +694,16 @@ export interface UpdateDeviceLogLevelRequest {
|
|
|
676
694
|
LogLevel: number
|
|
677
695
|
}
|
|
678
696
|
|
|
697
|
+
/**
|
|
698
|
+
* UpdateOtaTaskStatus返回参数结构体
|
|
699
|
+
*/
|
|
700
|
+
export interface UpdateOtaTaskStatusResponse {
|
|
701
|
+
/**
|
|
702
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
703
|
+
*/
|
|
704
|
+
RequestId?: string
|
|
705
|
+
}
|
|
706
|
+
|
|
679
707
|
/**
|
|
680
708
|
* PublishRRPCMessage请求参数结构体
|
|
681
709
|
*/
|
|
@@ -857,7 +885,7 @@ export interface BatchUpdateFirmwareResponse {
|
|
|
857
885
|
/**
|
|
858
886
|
* 任务ID
|
|
859
887
|
*/
|
|
860
|
-
TaskId
|
|
888
|
+
TaskId?: number
|
|
861
889
|
/**
|
|
862
890
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
863
891
|
*/
|
|
@@ -960,6 +988,10 @@ export interface EditFirmwareRequest {
|
|
|
960
988
|
* 固件描述
|
|
961
989
|
*/
|
|
962
990
|
FirmwareDescription?: string
|
|
991
|
+
/**
|
|
992
|
+
* 固件用户自定义配置信息
|
|
993
|
+
*/
|
|
994
|
+
FirmwareUserDefined?: string
|
|
963
995
|
}
|
|
964
996
|
|
|
965
997
|
/**
|
|
@@ -1099,11 +1131,11 @@ export interface ListFirmwaresResponse {
|
|
|
1099
1131
|
/**
|
|
1100
1132
|
* 固件总数
|
|
1101
1133
|
*/
|
|
1102
|
-
TotalCount
|
|
1134
|
+
TotalCount?: number
|
|
1103
1135
|
/**
|
|
1104
1136
|
* 固件列表
|
|
1105
1137
|
*/
|
|
1106
|
-
Firmwares
|
|
1138
|
+
Firmwares?: Array<FirmwareInfo>
|
|
1107
1139
|
/**
|
|
1108
1140
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1109
1141
|
*/
|
|
@@ -2919,6 +2951,10 @@ export interface BatchUpdateFirmwareRequest {
|
|
|
2919
2951
|
* 固件升级任务,默认超时时间。 最小取值60秒,最大为3600秒
|
|
2920
2952
|
*/
|
|
2921
2953
|
TimeoutInterval?: number
|
|
2954
|
+
/**
|
|
2955
|
+
* 固件升级任务类型,默认静态升级值为空或1,动态升级值为7。
|
|
2956
|
+
*/
|
|
2957
|
+
Type?: number
|
|
2922
2958
|
}
|
|
2923
2959
|
|
|
2924
2960
|
/**
|
|
@@ -3245,6 +3281,10 @@ export interface UploadFirmwareRequest {
|
|
|
3245
3281
|
* 固件描述
|
|
3246
3282
|
*/
|
|
3247
3283
|
FirmwareDescription?: string
|
|
3284
|
+
/**
|
|
3285
|
+
* 固件用户自定义配置信息
|
|
3286
|
+
*/
|
|
3287
|
+
FirmwareUserDefined?: string
|
|
3248
3288
|
}
|
|
3249
3289
|
|
|
3250
3290
|
/**
|
|
@@ -826,6 +826,10 @@ export interface DescribeRoomRequest {
|
|
|
826
826
|
* 房间Id。
|
|
827
827
|
*/
|
|
828
828
|
RoomId: number
|
|
829
|
+
/**
|
|
830
|
+
* 请求RTMP推流链接,0:否,1:是,默认为0。
|
|
831
|
+
*/
|
|
832
|
+
RTMPStreamingURL?: number
|
|
829
833
|
}
|
|
830
834
|
|
|
831
835
|
/**
|
|
@@ -2137,6 +2141,10 @@ video 纯视频
|
|
|
2137
2141
|
* 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
|
2138
2142
|
*/
|
|
2139
2143
|
RecordBackground?: string
|
|
2144
|
+
/**
|
|
2145
|
+
* RTMP推流链接
|
|
2146
|
+
*/
|
|
2147
|
+
RTMPStreamingURL?: string
|
|
2140
2148
|
/**
|
|
2141
2149
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2142
2150
|
*/
|
|
@@ -85,7 +85,6 @@ import {
|
|
|
85
85
|
DescribeDataCustomUrlResponse,
|
|
86
86
|
RumAreaInfo,
|
|
87
87
|
DescribeDataSetUrlStatisticsRequest,
|
|
88
|
-
DescribeDataPerformanceProjectResponse,
|
|
89
88
|
ResumeInstanceResponse,
|
|
90
89
|
DescribeDataStaticProjectResponse,
|
|
91
90
|
CreateStarProjectRequest,
|
|
@@ -123,7 +122,6 @@ import {
|
|
|
123
122
|
DescribeProjectsResponse,
|
|
124
123
|
ModifyProjectResponse,
|
|
125
124
|
DescribeDataReportCountResponse,
|
|
126
|
-
DescribeDataPerformanceProjectRequest,
|
|
127
125
|
DescribeRumLogExportResponse,
|
|
128
126
|
DescribeRumLogExportsRequest,
|
|
129
127
|
ModifyProjectRequest,
|
|
@@ -290,16 +288,6 @@ export class Client extends AbstractClient {
|
|
|
290
288
|
return this.request("ResumeInstance", req, cb)
|
|
291
289
|
}
|
|
292
290
|
|
|
293
|
-
/**
|
|
294
|
-
* 获取PerformanceProject信息
|
|
295
|
-
*/
|
|
296
|
-
async DescribeDataPerformanceProject(
|
|
297
|
-
req: DescribeDataPerformanceProjectRequest,
|
|
298
|
-
cb?: (error: string, rep: DescribeDataPerformanceProjectResponse) => void
|
|
299
|
-
): Promise<DescribeDataPerformanceProjectResponse> {
|
|
300
|
-
return this.request("DescribeDataPerformanceProject", req, cb)
|
|
301
|
-
}
|
|
302
|
-
|
|
303
291
|
/**
|
|
304
292
|
* 获取首页错误信息
|
|
305
293
|
*/
|
|
@@ -1847,20 +1847,6 @@ export interface DescribeDataSetUrlStatisticsRequest {
|
|
|
1847
1847
|
PackageType?: string
|
|
1848
1848
|
}
|
|
1849
1849
|
|
|
1850
|
-
/**
|
|
1851
|
-
* DescribeDataPerformanceProject返回参数结构体
|
|
1852
|
-
*/
|
|
1853
|
-
export interface DescribeDataPerformanceProjectResponse {
|
|
1854
|
-
/**
|
|
1855
|
-
* 返回值
|
|
1856
|
-
*/
|
|
1857
|
-
Result: string
|
|
1858
|
-
/**
|
|
1859
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1860
|
-
*/
|
|
1861
|
-
RequestId?: string
|
|
1862
|
-
}
|
|
1863
|
-
|
|
1864
1850
|
/**
|
|
1865
1851
|
* ResumeInstance返回参数结构体
|
|
1866
1852
|
*/
|
|
@@ -2905,100 +2891,6 @@ export interface DescribeDataReportCountResponse {
|
|
|
2905
2891
|
RequestId?: string
|
|
2906
2892
|
}
|
|
2907
2893
|
|
|
2908
|
-
/**
|
|
2909
|
-
* DescribeDataPerformanceProject请求参数结构体
|
|
2910
|
-
*/
|
|
2911
|
-
export interface DescribeDataPerformanceProjectRequest {
|
|
2912
|
-
/**
|
|
2913
|
-
* 开始时间
|
|
2914
|
-
*/
|
|
2915
|
-
StartTime: number
|
|
2916
|
-
/**
|
|
2917
|
-
* allcount:性能视图,falls:页面加载瀑布图,samp:首屏时间,day:14天数据,nettype:网络/平台视图,performance:页面性能TOP视图,condition:条件列表,area:请求速度分布,version/platform/isp/region/device/browser/ext1/ext2/ext3/ret/status/from/url/env/:ISP视图/地区视图/浏览器视图等
|
|
2918
|
-
*/
|
|
2919
|
-
Type: string
|
|
2920
|
-
/**
|
|
2921
|
-
* 结束时间
|
|
2922
|
-
*/
|
|
2923
|
-
EndTime: number
|
|
2924
|
-
/**
|
|
2925
|
-
* 项目ID
|
|
2926
|
-
*/
|
|
2927
|
-
ID: number
|
|
2928
|
-
/**
|
|
2929
|
-
* 自定义2
|
|
2930
|
-
*/
|
|
2931
|
-
ExtSecond?: string
|
|
2932
|
-
/**
|
|
2933
|
-
* 浏览器引擎
|
|
2934
|
-
*/
|
|
2935
|
-
Engine?: string
|
|
2936
|
-
/**
|
|
2937
|
-
* 运营商
|
|
2938
|
-
*/
|
|
2939
|
-
Isp?: string
|
|
2940
|
-
/**
|
|
2941
|
-
* 来源页面
|
|
2942
|
-
*/
|
|
2943
|
-
From?: string
|
|
2944
|
-
/**
|
|
2945
|
-
* 日志等级
|
|
2946
|
-
*/
|
|
2947
|
-
Level?: string
|
|
2948
|
-
/**
|
|
2949
|
-
* 品牌
|
|
2950
|
-
*/
|
|
2951
|
-
Brand?: string
|
|
2952
|
-
/**
|
|
2953
|
-
* 地区
|
|
2954
|
-
*/
|
|
2955
|
-
Area?: string
|
|
2956
|
-
/**
|
|
2957
|
-
* 版本
|
|
2958
|
-
*/
|
|
2959
|
-
VersionNum?: string
|
|
2960
|
-
/**
|
|
2961
|
-
* 平台
|
|
2962
|
-
*/
|
|
2963
|
-
Platform?: string
|
|
2964
|
-
/**
|
|
2965
|
-
* 自定义3
|
|
2966
|
-
*/
|
|
2967
|
-
ExtThird?: string
|
|
2968
|
-
/**
|
|
2969
|
-
* 自定义1
|
|
2970
|
-
*/
|
|
2971
|
-
ExtFirst?: string
|
|
2972
|
-
/**
|
|
2973
|
-
* 网络类型
|
|
2974
|
-
*/
|
|
2975
|
-
NetType?: string
|
|
2976
|
-
/**
|
|
2977
|
-
* 机型
|
|
2978
|
-
*/
|
|
2979
|
-
Device?: string
|
|
2980
|
-
/**
|
|
2981
|
-
* 是否海外
|
|
2982
|
-
*/
|
|
2983
|
-
IsAbroad?: string
|
|
2984
|
-
/**
|
|
2985
|
-
* 操作系统
|
|
2986
|
-
*/
|
|
2987
|
-
Os?: string
|
|
2988
|
-
/**
|
|
2989
|
-
* 浏览器
|
|
2990
|
-
*/
|
|
2991
|
-
Browser?: string
|
|
2992
|
-
/**
|
|
2993
|
-
* 耗时计算
|
|
2994
|
-
*/
|
|
2995
|
-
CostType?: string
|
|
2996
|
-
/**
|
|
2997
|
-
* 环境
|
|
2998
|
-
*/
|
|
2999
|
-
Env?: string
|
|
3000
|
-
}
|
|
3001
|
-
|
|
3002
2894
|
/**
|
|
3003
2895
|
* DescribeRumLogExport返回参数结构体
|
|
3004
2896
|
*/
|
|
@@ -123,6 +123,10 @@ export interface GetLicensesRequest {
|
|
|
123
123
|
* DeviceId
|
|
124
124
|
*/
|
|
125
125
|
DeviceId?: string
|
|
126
|
+
/**
|
|
127
|
+
* license状态:0:未绑定;1:已绑定;2:已停服;3:已退费
|
|
128
|
+
*/
|
|
129
|
+
Status?: number
|
|
126
130
|
}
|
|
127
131
|
|
|
128
132
|
/**
|
|
@@ -428,6 +432,10 @@ export interface GetLicenseStatResponse {
|
|
|
428
432
|
* 过期授权
|
|
429
433
|
*/
|
|
430
434
|
Expire?: number
|
|
435
|
+
/**
|
|
436
|
+
* 当月用量超时授权个数
|
|
437
|
+
*/
|
|
438
|
+
MonthlyExpire?: number
|
|
431
439
|
/**
|
|
432
440
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
433
441
|
*/
|
|
@@ -523,6 +531,11 @@ export interface Device {
|
|
|
523
531
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
524
532
|
*/
|
|
525
533
|
LicenseIds?: Array<string>
|
|
534
|
+
/**
|
|
535
|
+
* 每月license的限定时长
|
|
536
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
537
|
+
*/
|
|
538
|
+
MonthlyRemainTime?: number
|
|
526
539
|
}
|
|
527
540
|
|
|
528
541
|
/**
|
|
@@ -55,7 +55,7 @@ import {
|
|
|
55
55
|
DeleteCloudNativeAPIGatewayCertificateResponse,
|
|
56
56
|
DeleteCloudNativeAPIGatewayCanaryRuleRequest,
|
|
57
57
|
GatewayInstanceSchemeAndPorts,
|
|
58
|
-
|
|
58
|
+
CreatePublicNetworkResult,
|
|
59
59
|
UpstreamHealthCheckConfig,
|
|
60
60
|
NacosServerInterface,
|
|
61
61
|
DescribeNacosReplicasRequest,
|
|
@@ -83,6 +83,7 @@ import {
|
|
|
83
83
|
DescribeCloudNativeAPIGatewayRoutesResponse,
|
|
84
84
|
DescribeWafProtectionResponse,
|
|
85
85
|
DescribeZookeeperReplicasRequest,
|
|
86
|
+
DescribeZookeeperServerInterfacesRequest,
|
|
86
87
|
UpdateUpstreamTargetsRequest,
|
|
87
88
|
DeleteCloudNativeAPIGatewayServiceResponse,
|
|
88
89
|
DescribeWafDomainsResult,
|
|
@@ -245,6 +245,7 @@ export interface CloudNativeAPIGatewayStrategyCronScalerConfig {
|
|
|
245
245
|
/**
|
|
246
246
|
* 是否开启定时伸缩
|
|
247
247
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
248
|
+
* @deprecated
|
|
248
249
|
*/
|
|
249
250
|
Enabled?: boolean
|
|
250
251
|
/**
|
|
@@ -780,21 +781,24 @@ export interface GatewayInstanceSchemeAndPorts {
|
|
|
780
781
|
}
|
|
781
782
|
|
|
782
783
|
/**
|
|
783
|
-
*
|
|
784
|
+
* 创建kong客户端公网结果
|
|
784
785
|
*/
|
|
785
|
-
export interface
|
|
786
|
+
export interface CreatePublicNetworkResult {
|
|
786
787
|
/**
|
|
787
|
-
*
|
|
788
|
+
* 网关实例ID
|
|
789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
788
790
|
*/
|
|
789
|
-
|
|
791
|
+
GatewayId?: string
|
|
790
792
|
/**
|
|
791
|
-
*
|
|
793
|
+
* 分组ID
|
|
794
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
792
795
|
*/
|
|
793
|
-
|
|
796
|
+
GroupId?: string
|
|
794
797
|
/**
|
|
795
|
-
*
|
|
798
|
+
* 客户端公网网络ID
|
|
799
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
796
800
|
*/
|
|
797
|
-
|
|
801
|
+
NetworkId?: string
|
|
798
802
|
}
|
|
799
803
|
|
|
800
804
|
/**
|
|
@@ -1538,6 +1542,24 @@ export interface DescribeZookeeperReplicasRequest {
|
|
|
1538
1542
|
Offset?: number
|
|
1539
1543
|
}
|
|
1540
1544
|
|
|
1545
|
+
/**
|
|
1546
|
+
* DescribeZookeeperServerInterfaces请求参数结构体
|
|
1547
|
+
*/
|
|
1548
|
+
export interface DescribeZookeeperServerInterfacesRequest {
|
|
1549
|
+
/**
|
|
1550
|
+
* 实例id
|
|
1551
|
+
*/
|
|
1552
|
+
InstanceId?: string
|
|
1553
|
+
/**
|
|
1554
|
+
* 返回的列表个数
|
|
1555
|
+
*/
|
|
1556
|
+
Limit?: number
|
|
1557
|
+
/**
|
|
1558
|
+
* 返回的列表起始偏移量
|
|
1559
|
+
*/
|
|
1560
|
+
Offset?: number
|
|
1561
|
+
}
|
|
1562
|
+
|
|
1541
1563
|
/**
|
|
1542
1564
|
* UpdateUpstreamTargets请求参数结构体
|
|
1543
1565
|
*/
|
|
@@ -2292,7 +2314,7 @@ export interface DescribeCloudNativeAPIGatewaysRequest {
|
|
|
2292
2314
|
*/
|
|
2293
2315
|
export interface AutoScalerPolicy {
|
|
2294
2316
|
/**
|
|
2295
|
-
* 类型,Pods
|
|
2317
|
+
* 类型,Pods
|
|
2296
2318
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2297
2319
|
*/
|
|
2298
2320
|
Type?: string
|
|
@@ -2811,6 +2833,11 @@ export interface DeleteEngineRequest {
|
|
|
2811
2833
|
* CreateCloudNativeAPIGatewayPublicNetwork返回参数结构体
|
|
2812
2834
|
*/
|
|
2813
2835
|
export interface CreateCloudNativeAPIGatewayPublicNetworkResponse {
|
|
2836
|
+
/**
|
|
2837
|
+
* 返回结果
|
|
2838
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2839
|
+
*/
|
|
2840
|
+
Result?: CreatePublicNetworkResult
|
|
2814
2841
|
/**
|
|
2815
2842
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2816
2843
|
*/
|
|
@@ -3057,16 +3084,18 @@ export interface UpdateUpstreamHealthCheckConfigRequest {
|
|
|
3057
3084
|
export interface CloudNativeAPIGatewayStrategyAutoScalerConfigMetric {
|
|
3058
3085
|
/**
|
|
3059
3086
|
* 指标类型
|
|
3060
|
-
|
|
3087
|
+
- Resource
|
|
3061
3088
|
*/
|
|
3062
3089
|
Type?: string
|
|
3063
3090
|
/**
|
|
3064
3091
|
* 指标资源名称
|
|
3092
|
+
- cpu
|
|
3093
|
+
- memory
|
|
3065
3094
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3066
3095
|
*/
|
|
3067
3096
|
ResourceName?: string
|
|
3068
3097
|
/**
|
|
3069
|
-
*
|
|
3098
|
+
* 指标目标类型,目前只支持百分比Utilization
|
|
3070
3099
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3071
3100
|
*/
|
|
3072
3101
|
TargetType?: string
|
|
@@ -3735,12 +3764,12 @@ export interface CloudNativeAPIGatewayStrategyCronScalerConfigParam {
|
|
|
3735
3764
|
*/
|
|
3736
3765
|
StartAt?: string
|
|
3737
3766
|
/**
|
|
3738
|
-
*
|
|
3767
|
+
* 定时伸缩目标节点数,不超过指标伸缩中定义的最大节点数
|
|
3739
3768
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3740
3769
|
*/
|
|
3741
3770
|
TargetReplicas?: number
|
|
3742
3771
|
/**
|
|
3743
|
-
* 定时伸缩cron
|
|
3772
|
+
* 定时伸缩cron表达式,无需输入
|
|
3744
3773
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3745
3774
|
*/
|
|
3746
3775
|
Crontab?: string
|
|
@@ -3975,6 +4004,7 @@ export interface CloudNativeAPIGatewayStrategyAutoScalerConfig {
|
|
|
3975
4004
|
/**
|
|
3976
4005
|
* 是否开启指标伸缩
|
|
3977
4006
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4007
|
+
* @deprecated
|
|
3978
4008
|
*/
|
|
3979
4009
|
Enabled?: boolean
|
|
3980
4010
|
/**
|
|
@@ -4222,7 +4252,7 @@ export interface DescribeCloudNativeAPIGatewayCertificateDetailsRequest {
|
|
|
4222
4252
|
*/
|
|
4223
4253
|
export interface AutoScalerRules {
|
|
4224
4254
|
/**
|
|
4225
|
-
*
|
|
4255
|
+
* 稳定窗口时间,扩容时默认0,缩容时默认300
|
|
4226
4256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4227
4257
|
*/
|
|
4228
4258
|
StabilizationWindowSeconds?: number
|
|
@@ -4232,7 +4262,7 @@ export interface AutoScalerRules {
|
|
|
4232
4262
|
*/
|
|
4233
4263
|
SelectPolicy?: string
|
|
4234
4264
|
/**
|
|
4235
|
-
*
|
|
4265
|
+
* 扩缩容策略
|
|
4236
4266
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4237
4267
|
*/
|
|
4238
4268
|
Policies?: Array<AutoScalerPolicy>
|
|
@@ -242,7 +242,7 @@ export interface DeviceDataInfo {
|
|
|
242
242
|
*/
|
|
243
243
|
ProductName?: string
|
|
244
244
|
/**
|
|
245
|
-
*
|
|
245
|
+
* 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
|
|
246
246
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
247
247
|
*/
|
|
248
248
|
ProductAbility?: number
|
|
@@ -311,6 +311,16 @@ export interface DeviceDataInfo {
|
|
|
311
311
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
312
312
|
*/
|
|
313
313
|
GroupInfo?: string
|
|
314
|
+
/**
|
|
315
|
+
* 通信在/离线状态(online=normal+fault,offline)
|
|
316
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
317
|
+
*/
|
|
318
|
+
DeviceStatus?: string
|
|
319
|
+
/**
|
|
320
|
+
* 设备业务状态(normal、fault、offline)
|
|
321
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
322
|
+
*/
|
|
323
|
+
Status?: string
|
|
314
324
|
}
|
|
315
325
|
|
|
316
326
|
/**
|
|
@@ -738,7 +748,7 @@ export interface ProductInfo {
|
|
|
738
748
|
*/
|
|
739
749
|
ProductType?: string
|
|
740
750
|
/**
|
|
741
|
-
*
|
|
751
|
+
* 产品能力:信令数据、音视频。二进制数值中第0位表示信令数据、第1位表示音视频 。1(信令数据),3(具有信令数据以及音视频能力)。
|
|
742
752
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
743
753
|
*/
|
|
744
754
|
ProductAbility?: number
|
|
@@ -1305,6 +1315,14 @@ export interface DescribeDeviceListRequest {
|
|
|
1305
1315
|
* 分组id列表,非必填
|
|
1306
1316
|
*/
|
|
1307
1317
|
GroupIdSet?: Array<number | bigint>
|
|
1318
|
+
/**
|
|
1319
|
+
* 是否激活,默认全部,"1"激活,"0"未激活
|
|
1320
|
+
*/
|
|
1321
|
+
IsActive?: string
|
|
1322
|
+
/**
|
|
1323
|
+
* 是否为摄像头,默认全部,"true"摄像头,"false"非摄像头
|
|
1324
|
+
*/
|
|
1325
|
+
IsCamera?: string
|
|
1308
1326
|
}
|
|
1309
1327
|
|
|
1310
1328
|
/**
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.0.
|
|
1
|
+
export declare const sdkVersion = "4.0.792";
|