tencentcloud-sdk-nodejs 4.0.1038 → 4.0.1039
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/package.json +1 -1
- package/src/common/sdk_version.ts +1 -1
- package/src/services/captcha/v20190722/captcha_models.ts +0 -24
- package/src/services/cdwch/v20200915/cdwch_models.ts +34 -10
- package/src/services/clb/v20180317/clb_models.ts +4 -0
- package/src/services/dts/v20211206/dts_models.ts +1 -1
- package/src/services/faceid/v20180301/faceid_models.ts +16 -9
- package/src/services/hunyuan/v20230901/hunyuan_models.ts +1 -5
- package/src/services/lke/v20231130/lke_models.ts +33 -3
- package/src/services/lkeap/v20240522/lkeap_client.ts +2 -5
- package/src/services/lkeap/v20240522/lkeap_models.ts +6 -1
- package/src/services/lowcode/v20210108/lowcode_client.ts +128 -4
- package/src/services/lowcode/v20210108/lowcode_models.ts +916 -97
- package/src/services/monitor/v20180724/monitor_client.ts +13 -0
- package/src/services/monitor/v20180724/monitor_models.ts +90 -0
- package/src/services/rce/v20201103/rce_models.ts +0 -11
- package/src/services/redis/v20180412/redis_models.ts +0 -55
- package/src/services/tdid/v20210519/tdid_client.ts +8 -4
- package/src/services/tdid/v20210519/tdid_models.ts +49 -25
- package/src/services/tsf/v20180326/tsf_models.ts +0 -44
- package/src/services/waf/v20180125/waf_models.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +0 -24
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +34 -10
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +4 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +1 -1
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +16 -9
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1 -5
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +33 -3
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.d.ts +2 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_client.js +2 -5
- package/tencentcloud/services/lkeap/v20240522/lkeap_models.d.ts +6 -1
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.d.ts +37 -1
- package/tencentcloud/services/lowcode/v20210108/lowcode_client.js +54 -0
- package/tencentcloud/services/lowcode/v20210108/lowcode_models.d.ts +882 -97
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +87 -0
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +0 -11
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +0 -55
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +5 -2
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +4 -1
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +46 -23
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +0 -44
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
|
@@ -11,6 +11,23 @@ export interface GetTDidDocumentResponse {
|
|
|
11
11
|
*/
|
|
12
12
|
RequestId?: string;
|
|
13
13
|
}
|
|
14
|
+
/**
|
|
15
|
+
* 设置凭证状态信息
|
|
16
|
+
*/
|
|
17
|
+
export interface CredentialStatusInfo {
|
|
18
|
+
/**
|
|
19
|
+
* 凭证唯一id
|
|
20
|
+
*/
|
|
21
|
+
Id?: string;
|
|
22
|
+
/**
|
|
23
|
+
* 凭证状态(0:吊销;1:有效)
|
|
24
|
+
*/
|
|
25
|
+
Issuer?: string;
|
|
26
|
+
/**
|
|
27
|
+
* 凭证颁发者Did
|
|
28
|
+
*/
|
|
29
|
+
Status?: number;
|
|
30
|
+
}
|
|
14
31
|
/**
|
|
15
32
|
* VerifyPresentation请求参数结构体
|
|
16
33
|
*/
|
|
@@ -64,27 +81,22 @@ export interface IssueCredentialResponse {
|
|
|
64
81
|
export interface ResourceCounterData {
|
|
65
82
|
/**
|
|
66
83
|
* DID总数
|
|
67
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
68
84
|
*/
|
|
69
85
|
DidCnt?: number;
|
|
70
86
|
/**
|
|
71
87
|
* VC总数
|
|
72
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
73
88
|
*/
|
|
74
89
|
VCCnt?: number;
|
|
75
90
|
/**
|
|
76
91
|
* CPT总数
|
|
77
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
78
92
|
*/
|
|
79
93
|
CPTCnt?: number;
|
|
80
94
|
/**
|
|
81
95
|
* VC验证总数
|
|
82
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
83
96
|
*/
|
|
84
97
|
VerifyCnt?: number;
|
|
85
98
|
/**
|
|
86
99
|
* 权威机构数量
|
|
87
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
88
100
|
*/
|
|
89
101
|
AuthCnt?: number;
|
|
90
102
|
}
|
|
@@ -129,6 +141,10 @@ export interface CreateDisclosedCredentialRequest {
|
|
|
129
141
|
* DID应用ID
|
|
130
142
|
*/
|
|
131
143
|
DAPId?: number;
|
|
144
|
+
/**
|
|
145
|
+
* 用户应用ID
|
|
146
|
+
*/
|
|
147
|
+
UAPId?: number;
|
|
132
148
|
}
|
|
133
149
|
/**
|
|
134
150
|
* QueryCPT返回参数结构体
|
|
@@ -216,7 +232,6 @@ export interface VerifyCredentialsResponse {
|
|
|
216
232
|
export interface GetCredentialStateResponse {
|
|
217
233
|
/**
|
|
218
234
|
* 凭证状态信息
|
|
219
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
220
235
|
*/
|
|
221
236
|
CredentialState?: CredentialState;
|
|
222
237
|
/**
|
|
@@ -247,7 +262,6 @@ export interface IssueCredentialRequest {
|
|
|
247
262
|
export interface GetTDidByObjectIdResponse {
|
|
248
263
|
/**
|
|
249
264
|
* DID标识
|
|
250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
251
265
|
*/
|
|
252
266
|
Did?: string;
|
|
253
267
|
/**
|
|
@@ -404,6 +418,10 @@ export interface CreatePresentationRequest {
|
|
|
404
418
|
* DID应用id
|
|
405
419
|
*/
|
|
406
420
|
DAPId?: number;
|
|
421
|
+
/**
|
|
422
|
+
* 用户应用id
|
|
423
|
+
*/
|
|
424
|
+
UAPId?: number;
|
|
407
425
|
/**
|
|
408
426
|
* 凭证列表
|
|
409
427
|
*/
|
|
@@ -448,12 +466,10 @@ export interface CreateTDidByHostRequest {
|
|
|
448
466
|
export interface GetAppSummaryResponse {
|
|
449
467
|
/**
|
|
450
468
|
* 用户参与应用的统计指标
|
|
451
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
452
469
|
*/
|
|
453
470
|
AppCounter?: ResourceCounterData;
|
|
454
471
|
/**
|
|
455
472
|
* 用户创建资源的统计指标
|
|
456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
457
473
|
*/
|
|
458
474
|
UserCounter?: ResourceCounterData;
|
|
459
475
|
/**
|
|
@@ -509,7 +525,6 @@ export interface GetTDidPubKeyResponse {
|
|
|
509
525
|
export interface UpdateCredentialStateResponse {
|
|
510
526
|
/**
|
|
511
527
|
* 更新是否成功
|
|
512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
513
528
|
*/
|
|
514
529
|
Result?: boolean;
|
|
515
530
|
/**
|
|
@@ -585,13 +600,17 @@ export interface CredentialState {
|
|
|
585
600
|
MetaDigest?: string;
|
|
586
601
|
}
|
|
587
602
|
/**
|
|
588
|
-
*
|
|
603
|
+
* GetTDidByObjectId请求参数结构体
|
|
589
604
|
*/
|
|
590
|
-
export interface
|
|
605
|
+
export interface GetTDidByObjectIdRequest {
|
|
591
606
|
/**
|
|
592
|
-
*
|
|
607
|
+
* 业务层为DID设置的唯一标识
|
|
593
608
|
*/
|
|
594
|
-
|
|
609
|
+
ObjectId?: string;
|
|
610
|
+
/**
|
|
611
|
+
* DID应用Id
|
|
612
|
+
*/
|
|
613
|
+
DAPId?: number;
|
|
595
614
|
}
|
|
596
615
|
/**
|
|
597
616
|
* CreatePresentation返回参数结构体
|
|
@@ -628,9 +647,17 @@ export interface UpdateCredentialStateRequest {
|
|
|
628
647
|
*/
|
|
629
648
|
DAPId?: number;
|
|
630
649
|
/**
|
|
631
|
-
* 更新VC状态的临时凭证内容,通过创建凭证接口(CreateCredential)生成并签名,凭证类型为:OperateCredential,
|
|
650
|
+
* 更新VC状态的临时凭证内容,通过创建凭证接口(CreateCredential)生成并签名,凭证类型为:OperateCredential, 为安全起见凭证过期时间不适合太长,如设置为1分钟内
|
|
632
651
|
*/
|
|
633
652
|
OperateCredential?: string;
|
|
653
|
+
/**
|
|
654
|
+
* 待更新凭证状态的原始凭证内容
|
|
655
|
+
*/
|
|
656
|
+
OriginCredential?: string;
|
|
657
|
+
/**
|
|
658
|
+
* 凭证状态信息
|
|
659
|
+
*/
|
|
660
|
+
CredentialStatus?: CredentialStatusInfo;
|
|
634
661
|
}
|
|
635
662
|
/**
|
|
636
663
|
* GetOverSummary返回参数结构体
|
|
@@ -709,17 +736,13 @@ export interface DeactivateTDidRequest {
|
|
|
709
736
|
Deactivated?: string;
|
|
710
737
|
}
|
|
711
738
|
/**
|
|
712
|
-
*
|
|
739
|
+
* 链上交易信息
|
|
713
740
|
*/
|
|
714
|
-
export interface
|
|
715
|
-
/**
|
|
716
|
-
* 业务层为DID设置的唯一标识
|
|
717
|
-
*/
|
|
718
|
-
ObjectId?: string;
|
|
741
|
+
export interface ChainTransaction {
|
|
719
742
|
/**
|
|
720
|
-
*
|
|
743
|
+
* 交易哈希
|
|
721
744
|
*/
|
|
722
|
-
|
|
745
|
+
TransactionHash: string;
|
|
723
746
|
}
|
|
724
747
|
/**
|
|
725
748
|
* GetAppSummary请求参数结构体
|
|
@@ -458,7 +458,6 @@ export interface ModifyApplicationResponse {
|
|
|
458
458
|
/**
|
|
459
459
|
* true:操作成功
|
|
460
460
|
false:操作失败
|
|
461
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
462
461
|
*/
|
|
463
462
|
Result?: boolean;
|
|
464
463
|
/**
|
|
@@ -687,7 +686,6 @@ export interface SimpleApplication {
|
|
|
687
686
|
export interface DescribeSimpleNamespacesResponse {
|
|
688
687
|
/**
|
|
689
688
|
* 命名空间分页列表
|
|
690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
691
689
|
*/
|
|
692
690
|
Result?: TsfPageNamespace;
|
|
693
691
|
/**
|
|
@@ -701,7 +699,6 @@ export interface DescribeSimpleNamespacesResponse {
|
|
|
701
699
|
export interface DescribeSimpleClustersResponse {
|
|
702
700
|
/**
|
|
703
701
|
* TSF集群分页对象
|
|
704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
705
702
|
*/
|
|
706
703
|
Result?: TsfPageCluster;
|
|
707
704
|
/**
|
|
@@ -715,7 +712,6 @@ export interface DescribeSimpleClustersResponse {
|
|
|
715
712
|
export interface DeleteRepositoryResponse {
|
|
716
713
|
/**
|
|
717
714
|
* 删除仓库是否成功
|
|
718
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
719
715
|
*/
|
|
720
716
|
Result?: boolean;
|
|
721
717
|
/**
|
|
@@ -1163,7 +1159,6 @@ export interface TaskRecord {
|
|
|
1163
1159
|
export interface CreateNamespaceResponse {
|
|
1164
1160
|
/**
|
|
1165
1161
|
* 成功时为命名空间ID,失败为null
|
|
1166
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1167
1162
|
*/
|
|
1168
1163
|
Result?: string;
|
|
1169
1164
|
/**
|
|
@@ -1190,7 +1185,6 @@ export interface RedoTaskBatchRequest {
|
|
|
1190
1185
|
export interface DescribeGroupsResponse {
|
|
1191
1186
|
/**
|
|
1192
1187
|
* 虚拟机部署组分页信息
|
|
1193
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1194
1188
|
*/
|
|
1195
1189
|
Result?: TsfPageVmGroup;
|
|
1196
1190
|
/**
|
|
@@ -1533,7 +1527,6 @@ export interface RollbackConfigRequest {
|
|
|
1533
1527
|
export interface DisassociateBusinessLogConfigResponse {
|
|
1534
1528
|
/**
|
|
1535
1529
|
* 操作结果
|
|
1536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1537
1530
|
*/
|
|
1538
1531
|
Result?: boolean;
|
|
1539
1532
|
/**
|
|
@@ -1852,7 +1845,6 @@ export interface GatewayPluginBoundParam {
|
|
|
1852
1845
|
export interface ModifyNamespaceResponse {
|
|
1853
1846
|
/**
|
|
1854
1847
|
* Result
|
|
1855
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1856
1848
|
*/
|
|
1857
1849
|
Result?: boolean;
|
|
1858
1850
|
/**
|
|
@@ -1899,7 +1891,6 @@ export interface ModifyLaneRuleRequest {
|
|
|
1899
1891
|
export interface AddInstancesResponse {
|
|
1900
1892
|
/**
|
|
1901
1893
|
* 添加云主机是否成功
|
|
1902
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1903
1894
|
*/
|
|
1904
1895
|
Result?: boolean;
|
|
1905
1896
|
/**
|
|
@@ -1922,7 +1913,6 @@ export interface StartContainerGroupRequest {
|
|
|
1922
1913
|
export interface DescribeRepositoryResponse {
|
|
1923
1914
|
/**
|
|
1924
1915
|
* 查询的仓库信息
|
|
1925
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1926
1916
|
*/
|
|
1927
1917
|
Result?: RepositoryInfo;
|
|
1928
1918
|
/**
|
|
@@ -2226,7 +2216,6 @@ export interface EnableUnitRuleRequest {
|
|
|
2226
2216
|
export interface CreateClusterResponse {
|
|
2227
2217
|
/**
|
|
2228
2218
|
* 集群ID
|
|
2229
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2230
2219
|
*/
|
|
2231
2220
|
Result?: string;
|
|
2232
2221
|
/**
|
|
@@ -2339,7 +2328,6 @@ export interface StopGroupRequest {
|
|
|
2339
2328
|
export interface ShrinkGroupResponse {
|
|
2340
2329
|
/**
|
|
2341
2330
|
* 任务ID
|
|
2342
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2343
2331
|
*/
|
|
2344
2332
|
Result?: TaskId;
|
|
2345
2333
|
/**
|
|
@@ -2687,7 +2675,6 @@ export interface CreateLaneResponse {
|
|
|
2687
2675
|
export interface DescribeDeliveryConfigsResponse {
|
|
2688
2676
|
/**
|
|
2689
2677
|
* 投递项关联部署组信息
|
|
2690
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2691
2678
|
*/
|
|
2692
2679
|
Result?: DeliveryConfigBindGroups;
|
|
2693
2680
|
/**
|
|
@@ -3187,7 +3174,6 @@ export interface DescribeConfigReleaseLogsRequest {
|
|
|
3187
3174
|
export interface AssociateConfigWithGroupResponse {
|
|
3188
3175
|
/**
|
|
3189
3176
|
* 绑定是否成功
|
|
3190
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3191
3177
|
*/
|
|
3192
3178
|
Result?: boolean;
|
|
3193
3179
|
/**
|
|
@@ -3201,7 +3187,6 @@ export interface AssociateConfigWithGroupResponse {
|
|
|
3201
3187
|
export interface UpdateRepositoryResponse {
|
|
3202
3188
|
/**
|
|
3203
3189
|
* 更新仓库是否成功
|
|
3204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3205
3190
|
*/
|
|
3206
3191
|
Result?: boolean;
|
|
3207
3192
|
/**
|
|
@@ -3401,7 +3386,6 @@ export interface DisableTaskRequest {
|
|
|
3401
3386
|
export interface DescribeStatisticsResponse {
|
|
3402
3387
|
/**
|
|
3403
3388
|
* 查询服务统计结果
|
|
3404
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3405
3389
|
*/
|
|
3406
3390
|
Result?: ServiceStatisticsResults;
|
|
3407
3391
|
/**
|
|
@@ -3485,7 +3469,6 @@ export interface DeleteGroupResponse {
|
|
|
3485
3469
|
* 删除部署组操作是否成功。
|
|
3486
3470
|
true:操作成功。
|
|
3487
3471
|
false:操作失败。
|
|
3488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3489
3472
|
*/
|
|
3490
3473
|
Result?: boolean;
|
|
3491
3474
|
/**
|
|
@@ -3499,7 +3482,6 @@ export interface DeleteGroupResponse {
|
|
|
3499
3482
|
export interface DescribeSimpleApplicationsResponse {
|
|
3500
3483
|
/**
|
|
3501
3484
|
* 简单应用分页对象
|
|
3502
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3503
3485
|
*/
|
|
3504
3486
|
Result?: TsfPageSimpleApplication;
|
|
3505
3487
|
/**
|
|
@@ -4801,7 +4783,6 @@ export interface CreateConfigWithDetailRespRequest {
|
|
|
4801
4783
|
export interface RemoveInstancesResponse {
|
|
4802
4784
|
/**
|
|
4803
4785
|
* 集群移除机器是否成功
|
|
4804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4805
4786
|
*/
|
|
4806
4787
|
Result?: boolean;
|
|
4807
4788
|
/**
|
|
@@ -5335,7 +5316,6 @@ export interface DeletePublicConfigResponse {
|
|
|
5335
5316
|
export interface DescribeSimpleGroupsResponse {
|
|
5336
5317
|
/**
|
|
5337
5318
|
* 简单部署组列表
|
|
5338
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5339
5319
|
*/
|
|
5340
5320
|
Result?: TsfPageSimpleGroup;
|
|
5341
5321
|
/**
|
|
@@ -5428,7 +5408,6 @@ export interface TerminateTaskFlowBatchResponse {
|
|
|
5428
5408
|
export interface DisassociateKafkaConfigResponse {
|
|
5429
5409
|
/**
|
|
5430
5410
|
* 解除绑定是否成功
|
|
5431
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5432
5411
|
*/
|
|
5433
5412
|
Result?: boolean;
|
|
5434
5413
|
/**
|
|
@@ -6047,7 +6026,6 @@ export interface ExecuteTaskFlowResponse {
|
|
|
6047
6026
|
export interface DescribeClustersResponse {
|
|
6048
6027
|
/**
|
|
6049
6028
|
* Cluster分页信息
|
|
6050
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6051
6029
|
*/
|
|
6052
6030
|
Result?: TsfPageClusterV2;
|
|
6053
6031
|
/**
|
|
@@ -6118,7 +6096,6 @@ export interface SearchBusinessLogRequest {
|
|
|
6118
6096
|
export interface ExpandGroupResponse {
|
|
6119
6097
|
/**
|
|
6120
6098
|
* 任务ID
|
|
6121
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6122
6099
|
*/
|
|
6123
6100
|
Result?: TaskId;
|
|
6124
6101
|
/**
|
|
@@ -6419,7 +6396,6 @@ export interface DescribeApiGroupRequest {
|
|
|
6419
6396
|
export interface AssociateBusinessLogConfigResponse {
|
|
6420
6397
|
/**
|
|
6421
6398
|
* 操作结果
|
|
6422
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6423
6399
|
*/
|
|
6424
6400
|
Result?: boolean;
|
|
6425
6401
|
/**
|
|
@@ -6624,7 +6600,6 @@ export interface ImageRepositoryResult {
|
|
|
6624
6600
|
export interface ModifyTaskResponse {
|
|
6625
6601
|
/**
|
|
6626
6602
|
* 更新是否成功
|
|
6627
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
6628
6603
|
*/
|
|
6629
6604
|
Result?: boolean;
|
|
6630
6605
|
/**
|
|
@@ -7300,7 +7275,6 @@ export interface CreateUnitRuleRequest {
|
|
|
7300
7275
|
export interface StartGroupResponse {
|
|
7301
7276
|
/**
|
|
7302
7277
|
* 任务ID
|
|
7303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7304
7278
|
*/
|
|
7305
7279
|
Result?: TaskId;
|
|
7306
7280
|
/**
|
|
@@ -7442,7 +7416,6 @@ export interface CreateLaneRuleResponse {
|
|
|
7442
7416
|
export interface CreateTaskResponse {
|
|
7443
7417
|
/**
|
|
7444
7418
|
* 任务ID
|
|
7445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7446
7419
|
*/
|
|
7447
7420
|
Result?: string;
|
|
7448
7421
|
/**
|
|
@@ -7948,7 +7921,6 @@ export interface DescribePathRewriteRequest {
|
|
|
7948
7921
|
export interface CreateApplicationResponse {
|
|
7949
7922
|
/**
|
|
7950
7923
|
* 应用ID
|
|
7951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
7952
7924
|
*/
|
|
7953
7925
|
Result?: string;
|
|
7954
7926
|
/**
|
|
@@ -8008,7 +7980,6 @@ export interface DescribeInvocationMetricDataDimensionRequest {
|
|
|
8008
7980
|
export interface DeployGroupResponse {
|
|
8009
7981
|
/**
|
|
8010
7982
|
* 任务ID
|
|
8011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8012
7983
|
*/
|
|
8013
7984
|
Result?: TaskId;
|
|
8014
7985
|
/**
|
|
@@ -8024,7 +7995,6 @@ export interface ModifyGroupResponse {
|
|
|
8024
7995
|
* 更新部署组详情是否成功。
|
|
8025
7996
|
true:操作成功。
|
|
8026
7997
|
false:操作失败。
|
|
8027
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8028
7998
|
*/
|
|
8029
7999
|
Result?: boolean;
|
|
8030
8000
|
/**
|
|
@@ -8093,7 +8063,6 @@ export interface MetricDataPointMap {
|
|
|
8093
8063
|
export interface DescribeGroupAttributeResponse {
|
|
8094
8064
|
/**
|
|
8095
8065
|
* 虚拟机部署组信息
|
|
8096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8097
8066
|
*/
|
|
8098
8067
|
Result?: VmGroupOther;
|
|
8099
8068
|
/**
|
|
@@ -8387,7 +8356,6 @@ export interface CreateUnitNamespacesRequest {
|
|
|
8387
8356
|
export interface DescribeTaskRecordsResponse {
|
|
8388
8357
|
/**
|
|
8389
8358
|
* 任务记录列表
|
|
8390
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8391
8359
|
*/
|
|
8392
8360
|
Result?: TaskRecordPage;
|
|
8393
8361
|
/**
|
|
@@ -8792,7 +8760,6 @@ export interface UpdateGatewayApiResponse {
|
|
|
8792
8760
|
export interface DescribeInstancesResponse {
|
|
8793
8761
|
/**
|
|
8794
8762
|
* 机器列表信息
|
|
8795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8796
8763
|
*/
|
|
8797
8764
|
Result?: InstanceEnrichedInfoPage;
|
|
8798
8765
|
/**
|
|
@@ -11001,7 +10968,6 @@ export interface DescribeInvocationMetricScatterPlotRequest {
|
|
|
11001
10968
|
export interface CreateTaskFlowResponse {
|
|
11002
10969
|
/**
|
|
11003
10970
|
* 工作流 ID
|
|
11004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11005
10971
|
*/
|
|
11006
10972
|
Result?: string;
|
|
11007
10973
|
/**
|
|
@@ -11060,7 +11026,6 @@ export interface DescribeMicroservicesRequest {
|
|
|
11060
11026
|
export interface AddClusterInstancesResponse {
|
|
11061
11027
|
/**
|
|
11062
11028
|
* 添加云主机的返回列表
|
|
11063
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11064
11029
|
*/
|
|
11065
11030
|
Result?: AddInstanceResult;
|
|
11066
11031
|
/**
|
|
@@ -11424,7 +11389,6 @@ export interface DescribeLaneRulesRequest {
|
|
|
11424
11389
|
export interface DescribeContainerEventsResponse {
|
|
11425
11390
|
/**
|
|
11426
11391
|
* events 分页列表
|
|
11427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11428
11392
|
*/
|
|
11429
11393
|
Result?: TsfPageContainerEvent;
|
|
11430
11394
|
/**
|
|
@@ -11482,7 +11446,6 @@ export interface DescribePluginInstancesResponse {
|
|
|
11482
11446
|
export interface CreateRepositoryResponse {
|
|
11483
11447
|
/**
|
|
11484
11448
|
* 创建仓库是否成功
|
|
11485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11486
11449
|
*/
|
|
11487
11450
|
Result?: boolean;
|
|
11488
11451
|
/**
|
|
@@ -11744,7 +11707,6 @@ export interface GroupUnitApiUseStatistics {
|
|
|
11744
11707
|
export interface DescribeGroupInstancesResponse {
|
|
11745
11708
|
/**
|
|
11746
11709
|
* 部署组机器信息
|
|
11747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11748
11710
|
*/
|
|
11749
11711
|
Result?: TsfPageInstance;
|
|
11750
11712
|
/**
|
|
@@ -11874,7 +11836,6 @@ export interface DescribeFileConfigReleasesRequest {
|
|
|
11874
11836
|
export interface DescribeClusterInstancesResponse {
|
|
11875
11837
|
/**
|
|
11876
11838
|
* 集群机器实例分页信息
|
|
11877
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11878
11839
|
*/
|
|
11879
11840
|
Result?: TsfPageInstance;
|
|
11880
11841
|
/**
|
|
@@ -12182,7 +12143,6 @@ export interface ApiInfo {
|
|
|
12182
12143
|
export interface StopGroupResponse {
|
|
12183
12144
|
/**
|
|
12184
12145
|
* 任务ID
|
|
12185
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12186
12146
|
*/
|
|
12187
12147
|
Result?: TaskId;
|
|
12188
12148
|
/**
|
|
@@ -12443,7 +12403,6 @@ export interface RedoTaskExecuteRequest {
|
|
|
12443
12403
|
export interface DescribeApplicationsResponse {
|
|
12444
12404
|
/**
|
|
12445
12405
|
* 应用分页列表信息
|
|
12446
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
12447
12406
|
*/
|
|
12448
12407
|
Result?: TsfPageApplication;
|
|
12449
12408
|
/**
|
|
@@ -13404,7 +13363,6 @@ export interface DescribeResourceTaskStatusRequest {
|
|
|
13404
13363
|
export interface DescribeInvocationMetricDataCurveResponse {
|
|
13405
13364
|
/**
|
|
13406
13365
|
* 指标监控数据曲线集合
|
|
13407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
13408
13366
|
*/
|
|
13409
13367
|
Result?: Array<MetricDataCurve>;
|
|
13410
13368
|
/**
|
|
@@ -14103,7 +14061,6 @@ export interface Filter {
|
|
|
14103
14061
|
export interface DescribeInvocationMetricDataPointResponse {
|
|
14104
14062
|
/**
|
|
14105
14063
|
* 单值指标列表
|
|
14106
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
14107
14064
|
*/
|
|
14108
14065
|
Result?: Array<MetricDataSingleValue>;
|
|
14109
14066
|
/**
|
|
@@ -15647,7 +15604,6 @@ export interface LaneGroup {
|
|
|
15647
15604
|
export interface CreateGroupResponse {
|
|
15648
15605
|
/**
|
|
15649
15606
|
* groupId, null表示创建失败
|
|
15650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
15651
15607
|
*/
|
|
15652
15608
|
Result?: string;
|
|
15653
15609
|
/**
|
|
@@ -7516,7 +7516,7 @@ export interface UpsertCCRuleRequest {
|
|
|
7516
7516
|
*/
|
|
7517
7517
|
ValidTime: number;
|
|
7518
7518
|
/**
|
|
7519
|
-
* [{\"key\":\"Method\",\"args\":[\"=R0VU\"],\"match\":\"0\",\"encodeflag\":true}] Key可选值为 Method、Post、Referer、Cookie、User-Agent、CustomHeader match可选值为,当Key为Method的时候可选值为0(等于)、3(不等于)。 Key为Post的时候可选值为0(等于)、3(不等于),Key为Cookie的时候可选值为0(等于)、2(包含),3(不等于)、7(不包含)、 当Key为Referer的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为Cookie的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为User-Agent的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为CustomHeader的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空)。 args用来表示匹配内容,需要设置encodeflag为true,当Key为Post、Cookie、CustomHeader时,用等号=来分别串接Key和Value,并分别用Base64编码,类似YWJj=YWJj。当Key为Referer、User-Agent时,用等号=来串接Value,类似=YWJj。
|
|
7519
|
+
* CC的匹配条件JSON序列化的字符串,示例:[{\"key\":\"Method\",\"args\":[\"=R0VU\"],\"match\":\"0\",\"encodeflag\":true}] Key可选值为 Method、Post、Referer、Cookie、User-Agent、CustomHeader match可选值为,当Key为Method的时候可选值为0(等于)、3(不等于)。 Key为Post的时候可选值为0(等于)、3(不等于),Key为Cookie的时候可选值为0(等于)、2(包含),3(不等于)、7(不包含)、 当Key为Referer的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为Cookie的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为User-Agent的时候可选值为0(等于)、3(不等于)、1(前缀匹配)、6(后缀匹配)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空), 当Key为CustomHeader的时候可选值为0(等于)、3(不等于)、2(包含)、7(不包含)、12(存在)、5(不存在)、4(内容为空)。 args用来表示匹配内容,需要设置encodeflag为true,当Key为Post、Cookie、CustomHeader时,用等号=来分别串接Key和Value,并分别用Base64编码,类似YWJj=YWJj。当Key为Referer、User-Agent时,用等号=来串接Value,类似=YWJj。
|
|
7520
7520
|
*/
|
|
7521
7521
|
OptionsArr?: string;
|
|
7522
7522
|
/**
|