tccli 3.0.832.1__py2.py3-none-any.whl → 3.0.834.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (45) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +0 -3
  3. tccli/services/autoscaling/v20180419/api.json +1 -27
  4. tccli/services/autoscaling/v20180419/examples.json +5 -5
  5. tccli/services/bpaas/v20181217/api.json +9 -20
  6. tccli/services/ccc/v20200210/api.json +8 -11
  7. tccli/services/ccc/v20200210/examples.json +4 -4
  8. tccli/services/clb/v20180317/api.json +19 -91
  9. tccli/services/cls/v20201016/api.json +11 -24
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/cvm/cvm_client.py +53 -0
  12. tccli/services/cvm/v20170312/api.json +368 -0
  13. tccli/services/cvm/v20170312/examples.json +8 -0
  14. tccli/services/cwp/v20180228/api.json +9 -0
  15. tccli/services/cwp/v20180228/examples.json +1 -1
  16. tccli/services/essbasic/essbasic_client.py +106 -0
  17. tccli/services/essbasic/v20210526/api.json +434 -0
  18. tccli/services/essbasic/v20210526/examples.json +16 -0
  19. tccli/services/gaap/v20180529/api.json +0 -5
  20. tccli/services/gaap/v20180529/examples.json +4 -4
  21. tccli/services/monitor/v20180724/api.json +49 -2
  22. tccli/services/monitor/v20180724/examples.json +9 -9
  23. tccli/services/mps/mps_client.py +53 -0
  24. tccli/services/mps/v20190612/api.json +307 -18
  25. tccli/services/mps/v20190612/examples.json +8 -0
  26. tccli/services/oceanus/v20190422/api.json +119 -49
  27. tccli/services/tcbr/v20220217/api.json +9 -12
  28. tccli/services/tcbr/v20220217/examples.json +8 -2
  29. tccli/services/tdmq/v20200217/api.json +38 -38
  30. tccli/services/tke/v20180525/api.json +17 -48
  31. tccli/services/tke/v20180525/examples.json +10 -10
  32. tccli/services/trtc/v20190722/api.json +88 -3
  33. tccli/services/vod/v20180717/api.json +0 -14
  34. tccli/services/vod/v20180717/examples.json +4 -4
  35. tccli/services/vpc/v20170312/api.json +1 -1
  36. tccli/services/vpc/v20170312/examples.json +1 -1
  37. tccli/services/wedata/v20210820/api.json +186 -40
  38. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/METADATA +2 -2
  39. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/RECORD +43 -45
  40. tccli/services/intlpartnersmgt/v20220928/api.json +0 -1054
  41. tccli/services/intlpartnersmgt/v20220928/examples.json +0 -93
  42. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/LICENSE +0 -0
  43. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/WHEEL +0 -0
  44. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/entry_points.txt +0 -0
  45. {tccli-3.0.832.1.dist-info → tccli-3.0.834.1.dist-info}/top_level.txt +0 -0
@@ -42,6 +42,13 @@
42
42
  "output": "ChannelCreateConvertTaskApiResponse",
43
43
  "status": "online"
44
44
  },
45
+ "ChannelCreateEmbedWebUrl": {
46
+ "document": "本接口(ChannelCreateEmbedWebUrl)用于创建嵌入web的链接",
47
+ "input": "ChannelCreateEmbedWebUrlRequest",
48
+ "name": "创建嵌入web的链接",
49
+ "output": "ChannelCreateEmbedWebUrlResponse",
50
+ "status": "online"
51
+ },
45
52
  "ChannelCreateFlowByFiles": {
46
53
  "document": "接口(ChannelCreateFlowByFiles)用于通过文件创建签署流程。此接口静默签能力不可直接使用,需要运营申请",
47
54
  "input": "ChannelCreateFlowByFilesRequest",
@@ -84,6 +91,13 @@
84
91
  "output": "ChannelCreateMultiFlowSignQRCodeResponse",
85
92
  "status": "online"
86
93
  },
94
+ "ChannelCreatePrepareFlow": {
95
+ "document": "创建预发起合同",
96
+ "input": "ChannelCreatePrepareFlowRequest",
97
+ "name": "创建预发起合同",
98
+ "output": "ChannelCreatePrepareFlowResponse",
99
+ "status": "online"
100
+ },
87
101
  "ChannelCreateReleaseFlow": {
88
102
  "document": "发起解除协议,主要应用场景为:基于一份已经签署的合同,进行解除操作。\n合同发起人必须在电子签已经进行实名。",
89
103
  "input": "ChannelCreateReleaseFlowRequest",
@@ -429,6 +443,84 @@
429
443
  ],
430
444
  "usage": "out"
431
445
  },
446
+ "BaseFlowInfo": {
447
+ "document": "基础流程信息",
448
+ "members": [
449
+ {
450
+ "document": "合同流程名称\n注意:此字段可能返回 null,表示取不到有效值。",
451
+ "example": "无",
452
+ "member": "string",
453
+ "name": "FlowName",
454
+ "required": true,
455
+ "type": "string",
456
+ "value_allowed_null": true
457
+ },
458
+ {
459
+ "document": "合同流程类型\n注意:此字段可能返回 null,表示取不到有效值。",
460
+ "example": "无",
461
+ "member": "string",
462
+ "name": "FlowType",
463
+ "required": true,
464
+ "type": "string",
465
+ "value_allowed_null": true
466
+ },
467
+ {
468
+ "document": "合同流程描述信息\n注意:此字段可能返回 null,表示取不到有效值。",
469
+ "example": "无",
470
+ "member": "string",
471
+ "name": "FlowDescription",
472
+ "required": true,
473
+ "type": "string",
474
+ "value_allowed_null": true
475
+ },
476
+ {
477
+ "document": "合同流程截止时间,unix时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
478
+ "example": "无",
479
+ "member": "int64",
480
+ "name": "Deadline",
481
+ "required": true,
482
+ "type": "int",
483
+ "value_allowed_null": true
484
+ },
485
+ {
486
+ "document": "是否顺序签署(true:无序签,false:顺序签)\n注意:此字段可能返回 null,表示取不到有效值。",
487
+ "example": "无",
488
+ "member": "bool",
489
+ "name": "Unordered",
490
+ "required": false,
491
+ "type": "bool",
492
+ "value_allowed_null": true
493
+ },
494
+ {
495
+ "document": "打开智能添加填写区(默认开启,打开:\"OPEN\" 关闭:\"CLOSE\")\n注意:此字段可能返回 null,表示取不到有效值。",
496
+ "example": "无",
497
+ "member": "string",
498
+ "name": "IntelligentStatus",
499
+ "required": false,
500
+ "type": "string",
501
+ "value_allowed_null": true
502
+ },
503
+ {
504
+ "document": "填写控件内容\n注意:此字段可能返回 null,表示取不到有效值。",
505
+ "example": "无",
506
+ "member": "FormField",
507
+ "name": "FormFields",
508
+ "required": false,
509
+ "type": "list",
510
+ "value_allowed_null": true
511
+ },
512
+ {
513
+ "document": "本企业(发起方企业)是否需要签署审批,true:开启本企业签署审批\n注意:此字段可能返回 null,表示取不到有效值。",
514
+ "example": "无",
515
+ "member": "bool",
516
+ "name": "NeedSignReview",
517
+ "required": false,
518
+ "type": "bool",
519
+ "value_allowed_null": true
520
+ }
521
+ ],
522
+ "usage": "in"
523
+ },
432
524
  "CcInfo": {
433
525
  "document": "抄送信息",
434
526
  "members": [
@@ -793,6 +885,72 @@
793
885
  ],
794
886
  "type": "object"
795
887
  },
888
+ "ChannelCreateEmbedWebUrlRequest": {
889
+ "document": "ChannelCreateEmbedWebUrl请求参数结构体",
890
+ "members": [
891
+ {
892
+ "document": "WEB嵌入资源类型,取值范围:CREATE_SEAL创建印章,CREATE_TEMPLATE创建模板,MODIFY_TEMPLATE修改模板,PREVIEW_TEMPLATE预览模板,PREVIEW_FLOW预览流程",
893
+ "example": "无",
894
+ "member": "string",
895
+ "name": "EmbedType",
896
+ "required": true,
897
+ "type": "string"
898
+ },
899
+ {
900
+ "document": "渠道应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 必填。",
901
+ "example": "无",
902
+ "member": "Agent",
903
+ "name": "Agent",
904
+ "required": true,
905
+ "type": "object"
906
+ },
907
+ {
908
+ "document": "渠道操作者信息",
909
+ "example": "无",
910
+ "member": "UserInfo",
911
+ "name": "Operator",
912
+ "required": false,
913
+ "type": "object"
914
+ },
915
+ {
916
+ "document": "WEB嵌入的业务资源ID,EmbedType取值MODIFY_TEMPLATE或PREVIEW_TEMPLATE或 PREVIEW_FLOW时BusinessId必填",
917
+ "example": "无",
918
+ "member": "string",
919
+ "name": "BusinessId",
920
+ "required": false,
921
+ "type": "string"
922
+ },
923
+ {
924
+ "document": "是否隐藏控件,只有预览模板时生效",
925
+ "example": "false",
926
+ "member": "bool",
927
+ "name": "HiddenComponents",
928
+ "required": false,
929
+ "type": "bool"
930
+ }
931
+ ],
932
+ "type": "object"
933
+ },
934
+ "ChannelCreateEmbedWebUrlResponse": {
935
+ "document": "ChannelCreateEmbedWebUrl返回参数结构体",
936
+ "members": [
937
+ {
938
+ "document": "嵌入的web链接",
939
+ "example": "无",
940
+ "member": "string",
941
+ "name": "WebUrl",
942
+ "type": "string",
943
+ "value_allowed_null": false
944
+ },
945
+ {
946
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
947
+ "member": "string",
948
+ "name": "RequestId",
949
+ "type": "string"
950
+ }
951
+ ],
952
+ "type": "object"
953
+ },
796
954
  "ChannelCreateFlowByFilesRequest": {
797
955
  "document": "ChannelCreateFlowByFiles请求参数结构体",
798
956
  "members": [
@@ -1301,6 +1459,120 @@
1301
1459
  ],
1302
1460
  "type": "object"
1303
1461
  },
1462
+ "ChannelCreatePrepareFlowRequest": {
1463
+ "document": "ChannelCreatePrepareFlow请求参数结构体",
1464
+ "members": [
1465
+ {
1466
+ "document": "资源id,与ResourceType对应",
1467
+ "example": "无",
1468
+ "member": "string",
1469
+ "name": "ResourceId",
1470
+ "required": true,
1471
+ "type": "string"
1472
+ },
1473
+ {
1474
+ "document": "资源类型,1:模版,目前仅支持模版,与ResourceId对应",
1475
+ "example": "无",
1476
+ "member": "int64",
1477
+ "name": "ResourceType",
1478
+ "required": true,
1479
+ "type": "int"
1480
+ },
1481
+ {
1482
+ "document": "合同流程基础信息",
1483
+ "example": "无",
1484
+ "member": "BaseFlowInfo",
1485
+ "name": "FlowInfo",
1486
+ "required": true,
1487
+ "type": "object"
1488
+ },
1489
+ {
1490
+ "document": "合同签署人信息",
1491
+ "example": "无",
1492
+ "member": "CommonFlowApprover",
1493
+ "name": "FlowApproverList",
1494
+ "required": true,
1495
+ "type": "list"
1496
+ },
1497
+ {
1498
+ "document": "应用相关信息。 此接口Agent.ProxyOrganizationOpenId、Agent. ProxyOperator.OpenId、Agent.AppId 和 Agent.ProxyAppId 均必填",
1499
+ "example": "无",
1500
+ "member": "Agent",
1501
+ "name": "Agent",
1502
+ "required": false,
1503
+ "type": "object"
1504
+ },
1505
+ {
1506
+ "document": "合同流程配置信息",
1507
+ "example": "无",
1508
+ "member": "CreateFlowOption",
1509
+ "name": "FlowOption",
1510
+ "required": false,
1511
+ "type": "object"
1512
+ },
1513
+ {
1514
+ "document": "该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL",
1515
+ "example": "无",
1516
+ "member": "string",
1517
+ "name": "FlowId",
1518
+ "required": false,
1519
+ "type": "string"
1520
+ },
1521
+ {
1522
+ "document": "该参数不可用,请通过获取 web 可嵌入接口获取合同流程预览 URL",
1523
+ "example": "无",
1524
+ "member": "bool",
1525
+ "name": "NeedPreview",
1526
+ "required": false,
1527
+ "type": "bool"
1528
+ },
1529
+ {
1530
+ "document": "企业机构信息,不用传",
1531
+ "example": "无",
1532
+ "member": "OrganizationInfo",
1533
+ "name": "Organization",
1534
+ "required": false,
1535
+ "type": "object"
1536
+ },
1537
+ {
1538
+ "document": "操作人(用户)信息,不用传",
1539
+ "example": "无",
1540
+ "member": "UserInfo",
1541
+ "name": "Operator",
1542
+ "required": false,
1543
+ "type": "object"
1544
+ }
1545
+ ],
1546
+ "type": "object"
1547
+ },
1548
+ "ChannelCreatePrepareFlowResponse": {
1549
+ "document": "ChannelCreatePrepareFlow返回参数结构体",
1550
+ "members": [
1551
+ {
1552
+ "document": "预发起的合同链接",
1553
+ "example": "无",
1554
+ "member": "string",
1555
+ "name": "PrepareFlowUrl",
1556
+ "type": "string",
1557
+ "value_allowed_null": false
1558
+ },
1559
+ {
1560
+ "document": "合同发起后预览链接",
1561
+ "example": "无",
1562
+ "member": "string",
1563
+ "name": "PreviewFlowUrl",
1564
+ "type": "string",
1565
+ "value_allowed_null": false
1566
+ },
1567
+ {
1568
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
1569
+ "member": "string",
1570
+ "name": "RequestId",
1571
+ "type": "string"
1572
+ }
1573
+ ],
1574
+ "type": "object"
1575
+ },
1304
1576
  "ChannelCreateReleaseFlowRequest": {
1305
1577
  "document": "ChannelCreateReleaseFlow请求参数结构体",
1306
1578
  "members": [
@@ -1885,6 +2157,153 @@
1885
2157
  ],
1886
2158
  "type": "object"
1887
2159
  },
2160
+ "CommonApproverOption": {
2161
+ "document": "签署人配置信息",
2162
+ "members": [
2163
+ {
2164
+ "document": "是否允许修改签署人信息\n注意:此字段可能返回 null,表示取不到有效值。",
2165
+ "example": "无",
2166
+ "member": "bool",
2167
+ "name": "CanEditApprover",
2168
+ "required": false,
2169
+ "type": "bool",
2170
+ "value_allowed_null": true
2171
+ }
2172
+ ],
2173
+ "usage": "in"
2174
+ },
2175
+ "CommonFlowApprover": {
2176
+ "document": "通用签署人信息",
2177
+ "members": [
2178
+ {
2179
+ "document": "指定当前签署人为第三方应用集成子客,默认false:当前签署人为第三方应用集成子客,true:当前签署人为saas企业用户\n注意:此字段可能返回 null,表示取不到有效值。",
2180
+ "example": "无",
2181
+ "member": "bool",
2182
+ "name": "NotChannelOrganization",
2183
+ "required": true,
2184
+ "type": "bool",
2185
+ "value_allowed_null": true
2186
+ },
2187
+ {
2188
+ "document": "签署人类型,目前支持:0-企业签署人,1-个人签署人,3-企业静默签署人\n注意:此字段可能返回 null,表示取不到有效值。",
2189
+ "example": "无",
2190
+ "member": "int64",
2191
+ "name": "ApproverType",
2192
+ "required": false,
2193
+ "type": "int",
2194
+ "value_allowed_null": true
2195
+ },
2196
+ {
2197
+ "document": "企业id\n注意:此字段可能返回 null,表示取不到有效值。",
2198
+ "example": "无",
2199
+ "member": "string",
2200
+ "name": "OrganizationId",
2201
+ "required": false,
2202
+ "type": "string",
2203
+ "value_allowed_null": true
2204
+ },
2205
+ {
2206
+ "document": "企业OpenId,第三方应用集成非静默签子客企业签署人发起合同毕传\n注意:此字段可能返回 null,表示取不到有效值。",
2207
+ "example": "无",
2208
+ "member": "string",
2209
+ "name": "OrganizationOpenId",
2210
+ "required": false,
2211
+ "type": "string",
2212
+ "value_allowed_null": true
2213
+ },
2214
+ {
2215
+ "document": "企业名称,第三方应用集成非静默签子客企业签署人必传,saas企业签署人必传\n注意:此字段可能返回 null,表示取不到有效值。",
2216
+ "example": "无",
2217
+ "member": "string",
2218
+ "name": "OrganizationName",
2219
+ "required": false,
2220
+ "type": "string",
2221
+ "value_allowed_null": true
2222
+ },
2223
+ {
2224
+ "document": "用户id\n注意:此字段可能返回 null,表示取不到有效值。",
2225
+ "example": "无",
2226
+ "member": "string",
2227
+ "name": "UserId",
2228
+ "required": false,
2229
+ "type": "string",
2230
+ "value_allowed_null": true
2231
+ },
2232
+ {
2233
+ "document": "用户openId,第三方应用集成非静默签子客企业签署人必传\n注意:此字段可能返回 null,表示取不到有效值。",
2234
+ "example": "无",
2235
+ "member": "string",
2236
+ "name": "OpenId",
2237
+ "required": false,
2238
+ "type": "string",
2239
+ "value_allowed_null": true
2240
+ },
2241
+ {
2242
+ "document": "签署人名称,saas企业签署人,个人签署人必传\n注意:此字段可能返回 null,表示取不到有效值。",
2243
+ "example": "无",
2244
+ "member": "string",
2245
+ "name": "ApproverName",
2246
+ "required": false,
2247
+ "type": "string",
2248
+ "value_allowed_null": true
2249
+ },
2250
+ {
2251
+ "document": "签署人手机号,saas企业签署人,个人签署人必传\n注意:此字段可能返回 null,表示取不到有效值。",
2252
+ "example": "无",
2253
+ "member": "string",
2254
+ "name": "ApproverMobile",
2255
+ "required": false,
2256
+ "type": "string",
2257
+ "value_allowed_null": true
2258
+ },
2259
+ {
2260
+ "document": "签署人Id,使用模版发起是,对应模版配置中的签署人RecipientId\n注意:此字段可能返回 null,表示取不到有效值。",
2261
+ "example": "无",
2262
+ "member": "string",
2263
+ "name": "RecipientId",
2264
+ "required": false,
2265
+ "type": "string",
2266
+ "value_allowed_null": true
2267
+ },
2268
+ {
2269
+ "document": "签署前置条件:阅读时长限制,不传默认10s,最大300s,最小3s\n注意:此字段可能返回 null,表示取不到有效值。",
2270
+ "example": "无",
2271
+ "member": "int64",
2272
+ "name": "PreReadTime",
2273
+ "required": false,
2274
+ "type": "int",
2275
+ "value_allowed_null": true
2276
+ },
2277
+ {
2278
+ "document": "签署前置条件:阅读全文限制\n注意:此字段可能返回 null,表示取不到有效值。",
2279
+ "example": "无",
2280
+ "member": "bool",
2281
+ "name": "IsFullText",
2282
+ "required": false,
2283
+ "type": "bool",
2284
+ "value_allowed_null": true
2285
+ },
2286
+ {
2287
+ "document": "通知类型:SMS(短信) NONE(不做通知), 不传 默认SMS\n注意:此字段可能返回 null,表示取不到有效值。",
2288
+ "example": "无",
2289
+ "member": "string",
2290
+ "name": "NotifyType",
2291
+ "required": false,
2292
+ "type": "string",
2293
+ "value_allowed_null": true
2294
+ },
2295
+ {
2296
+ "document": "签署人配置\n注意:此字段可能返回 null,表示取不到有效值。",
2297
+ "example": "无",
2298
+ "member": "CommonApproverOption",
2299
+ "name": "ApproverOption",
2300
+ "required": false,
2301
+ "type": "object",
2302
+ "value_allowed_null": true
2303
+ }
2304
+ ],
2305
+ "usage": "in"
2306
+ },
1888
2307
  "Component": {
1889
2308
  "document": "此结构体 (Component) 用于描述控件属性。\n\n在通过文件发起合同时,对应的component有三种定位方式\n1. 绝对定位方式\n2. 表单域(FIELD)定位方式\n3. 关键字(KEYWORD)定位方式\n可以参考官网说明\nhttps://cloud.tencent.com/document/product/1323/78346#component-.E4.B8.89.E7.A7.8D.E5.AE.9A.E4.BD.8D.E6.96.B9.E5.BC.8F.E8.AF.B4.E6.98.8E",
1890
2309
  "members": [
@@ -2303,6 +2722,21 @@
2303
2722
  ],
2304
2723
  "type": "object"
2305
2724
  },
2725
+ "CreateFlowOption": {
2726
+ "document": "创建合同配置信息",
2727
+ "members": [
2728
+ {
2729
+ "document": "是否允许修改合同信息\n注意:此字段可能返回 null,表示取不到有效值。",
2730
+ "example": "true",
2731
+ "member": "bool",
2732
+ "name": "CanEditFlow",
2733
+ "required": false,
2734
+ "type": "bool",
2735
+ "value_allowed_null": true
2736
+ }
2737
+ ],
2738
+ "usage": "in"
2739
+ },
2306
2740
  "CreateFlowsByTemplatesRequest": {
2307
2741
  "document": "CreateFlowsByTemplates请求参数结构体",
2308
2742
  "members": [
@@ -48,6 +48,14 @@
48
48
  "title": "创建转换任务"
49
49
  }
50
50
  ],
51
+ "ChannelCreateEmbedWebUrl": [
52
+ {
53
+ "document": "获取创建印章的嵌入WEB链接",
54
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateEmbedWebUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"OpenId\": \"\",\n \"Channel\": \"CHANNEL\",\n \"CustomUserId\": \"1\",\n \"ClientIp\": \"1.1.1.1\",\n \"ProxyIp\": \"0.0.0.0\"\n },\n \"BusinessId\": \"\",\n \"EmbedType\": \"CREATE_SEAL\",\n \"Agent\": {\n \"AppId\": \"1\",\n \"ProxyOrganizationOpenId\": \"1\",\n \"ProxyOperator\": {\n \"OpenId\": \"1\",\n \"Channel\": \"1\",\n \"CustomUserId\": \"1\",\n \"ClientIp\": \"1\",\n \"ProxyIp\": \"1\"\n },\n \"ProxyAppId\": \"1\",\n \"ProxyOrganizationId\": \"1\"\n }\n}",
55
+ "output": "{\n \"Response\": {\n \"WebUrl\": \"https://test.ess.com/seal-create?embed=1&code=testcode&channel=PROXYCHANNEL\",\n \"RequestId\": \"2\"\n }\n}",
56
+ "title": "获取创建印章的嵌入WEB链接"
57
+ }
58
+ ],
51
59
  "ChannelCreateFlowByFiles": [
52
60
  {
53
61
  "document": "使用文件创建签署流程",
@@ -96,6 +104,14 @@
96
104
  "title": "ChannelCreateMultiFlowSignQRCode"
97
105
  }
98
106
  ],
107
+ "ChannelCreatePrepareFlow": [
108
+ {
109
+ "document": "创建预发起合同链接-BBC",
110
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreatePrepareFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"test\"\n },\n \"ProxyOrganizationOpenId\": \"test-open_org_id\",\n \"AppId\": \"test-channel_app_id\"\n },\n \"ResourceId\": \"test_resource_id\",\n \"ResourceType\": 1,\n \"FlowInfo\": {\n \"FlowName\": \"无序BBC发起填写全部无法编辑\",\n \"NeedSignReview\": true,\n \"FlowType\": \"快速生成创建合同链接\",\n \"FlowDescription\": \"无序BBC发起填写全部无法编辑\",\n \"Deadline\": 1708497660,\n \"FormFields\": [\n {\n \"ComponentId\": \"ComponentId_16\",\n \"ComponentName\": \"单行文本\",\n \"ComponentValue\": \"单行文本\"\n }\n ]\n },\n \"FlowOption\": {\n \"CanEditFlow\": false\n },\n \"FlowApproverList\": [\n {\n \"ApproverType\": 0,\n \"OrganizationId\": \"\",\n \"OrganizationOpenId\": \"test-open_org_id\",\n \"OrganizationName\": \"test百货-子公司\",\n \"UserId\": \"\",\n \"OpenId\": \"testOpenId\",\n \"ApproverName\": \"\",\n \"ApproverMobile\": \"\",\n \"RecipientId\": \"yDw9XUUgyg3ervqtUrQhCRCfEBQfKtBx\",\n \"PreReadTime\": 300,\n \"IsFullText\": true,\n \"NotifyType\": \"\",\n \"ApproverOption\": {\n \"CanEditApprover\": false\n },\n \"NotChannelOrganization\": false\n },\n {\n \"ApproverType\": 0,\n \"OrganizationId\": \"\",\n \"OrganizationOpenId\": \"\",\n \"OrganizationName\": \"测试SAAS企业\",\n \"UserId\": \"\",\n \"OpenId\": \"\",\n \"ApproverName\": \"张三\",\n \"ApproverMobile\": \"18888888888\",\n \"RecipientId\": \"yDw9XUUgyg3ervqkUrQhCRur6kMcOYn0\",\n \"PreReadTime\": 10,\n \"IsFullText\": true,\n \"NotifyType\": \"\",\n \"ApproverOption\": {\n \"CanEditApprover\": false\n },\n \"NotChannelOrganization\": true\n },\n {\n \"ApproverType\": 1,\n \"OrganizationId\": \"\",\n \"OrganizationOpenId\": \"\",\n \"OrganizationName\": \"\",\n \"UserId\": \"\",\n \"OpenId\": \"\",\n \"ApproverName\": \"李四\",\n \"ApproverMobile\": \"15555555555\",\n \"RecipientId\": \"yDw9XUUgyg3ervq1UrQhCRyWnKMeua1Z\",\n \"PreReadTime\": 10,\n \"IsFullText\": true,\n \"NotifyType\": \"\",\n \"ApproverOption\": {\n \"CanEditApprover\": false\n },\n \"NotChannelOrganization\": true\n }\n ]\n}",
111
+ "output": "{\n \"Response\": {\n \"PrepareFlowUrl\": \"https://test.ess.tencent.cn/new-contract-create/template/channel?embed=1&expiredOn=1678073737&code=yDwn2UUgygkpxtidUy5ozz8jhVMwzQNQ&businessId=yDwn2UUgygkpxtigUy5ozzEd7YgDtJTZ&byTemplate=template&channel=PROXYCHANNEL&themeId=channel_web_theme_d69192f65cf1e0da4fcd8024ea34afa5\",\n \"PreviewFlowUrl\": \"\",\n \"RequestId\": \"s1678073437432767156\"\n }\n}",
112
+ "title": "创建预发起合同链接"
113
+ }
114
+ ],
99
115
  "ChannelCreateReleaseFlow": [
100
116
  {
101
117
  "document": "1. 使用原流程的签署人\n2. 包含了详细的解除内容",
@@ -2151,7 +2151,6 @@
2151
2151
  "document": "CreateGlobalDomain请求参数结构体",
2152
2152
  "members": [
2153
2153
  {
2154
- "default": "",
2155
2154
  "document": "域名所属项目ID",
2156
2155
  "example": "0",
2157
2156
  "member": "int64",
@@ -2160,7 +2159,6 @@
2160
2159
  "type": "int"
2161
2160
  },
2162
2161
  {
2163
- "default": "",
2164
2162
  "document": "域名默认入口",
2165
2163
  "example": "1.1.1.1",
2166
2164
  "member": "string",
@@ -2169,7 +2167,6 @@
2169
2167
  "type": "string"
2170
2168
  },
2171
2169
  {
2172
- "default": "",
2173
2170
  "document": "别名",
2174
2171
  "example": "test",
2175
2172
  "member": "string",
@@ -2178,7 +2175,6 @@
2178
2175
  "type": "string"
2179
2176
  },
2180
2177
  {
2181
- "default": "",
2182
2178
  "document": "标签列表",
2183
2179
  "example": "无",
2184
2180
  "member": "TagPair",
@@ -2197,7 +2193,6 @@
2197
2193
  "example": "dm-pcp5xac5",
2198
2194
  "member": "string",
2199
2195
  "name": "DomainId",
2200
- "required": true,
2201
2196
  "type": "string",
2202
2197
  "value_allowed_null": false
2203
2198
  },
@@ -118,14 +118,14 @@
118
118
  ],
119
119
  "CreateGlobalDomain": [
120
120
  {
121
- "document": "",
122
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalDomain\n<公共请求参数>\n\n{\n \"ProjectId\": \"0\",\n \"DefaultValue\": \"1.1.1.1\",\n \"Alias\": \"test\"\n}",
121
+ "document": "创建域名",
122
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalDomain\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"DefaultValue\": \"1.1.1.1\",\n \"Alias\": \"test\"\n}",
123
123
  "output": "{\n \"Response\": {\n \"DomainId\": \"dm-pcp5xac5\",\n \"RequestId\": \"0266e1f0-10a4-46ce-a118-29e360c90a1b\"\n }\n}",
124
124
  "title": "创建域名"
125
125
  },
126
126
  {
127
- "document": "",
128
- "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalDomain\n<公共请求参数>\n\n{\n \"ProjectId\": \"0\",\n \"DefaultValue\": \"127.0.0.1\",\n \"Alias\": \"www.baidu.com\"\n}",
127
+ "document": "创建域名示例",
128
+ "input": "POST / HTTP/1.1\nHost: gaap.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGlobalDomain\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"DefaultValue\": \"127.0.0.1\",\n \"Alias\": \"www.baidu.com\"\n}",
129
129
  "output": "{\n \"Response\": {\n \"RequestId\": \"b4195a4c-7595-46db-b46d-7fcdafddee2c\",\n \"DomainId\": \"dm-bihtw7x3\"\n }\n}",
130
130
  "title": "创建域名示例"
131
131
  }
@@ -12772,7 +12772,26 @@
12772
12772
  },
12773
12773
  "Label": {
12774
12774
  "document": "k8s中标签,一般以数组的方式存在",
12775
- "members": [],
12775
+ "members": [
12776
+ {
12777
+ "document": "map表中的Name",
12778
+ "example": "xxx",
12779
+ "member": "string",
12780
+ "name": "Name",
12781
+ "required": true,
12782
+ "type": "string",
12783
+ "value_allowed_null": false
12784
+ },
12785
+ {
12786
+ "document": "map表中的Value",
12787
+ "example": "xxx",
12788
+ "member": "string",
12789
+ "name": "Value",
12790
+ "required": true,
12791
+ "type": "string",
12792
+ "value_allowed_null": false
12793
+ }
12794
+ ],
12776
12795
  "usage": "both"
12777
12796
  },
12778
12797
  "LogAlarmReq": {
@@ -14867,7 +14886,35 @@
14867
14886
  },
14868
14887
  "PrometheusAgentInfo": {
14869
14888
  "document": "托管Prometheus agent信息",
14870
- "members": [],
14889
+ "members": [
14890
+ {
14891
+ "document": "集群类型",
14892
+ "example": "xxx",
14893
+ "member": "string",
14894
+ "name": "ClusterType",
14895
+ "required": true,
14896
+ "type": "string",
14897
+ "value_allowed_null": false
14898
+ },
14899
+ {
14900
+ "document": "集群id",
14901
+ "example": "xxx",
14902
+ "member": "string",
14903
+ "name": "ClusterId",
14904
+ "required": true,
14905
+ "type": "string",
14906
+ "value_allowed_null": false
14907
+ },
14908
+ {
14909
+ "document": "备注",
14910
+ "example": "xxx",
14911
+ "member": "string",
14912
+ "name": "Describe",
14913
+ "required": false,
14914
+ "type": "string",
14915
+ "value_allowed_null": false
14916
+ }
14917
+ ],
14871
14918
  "usage": "in"
14872
14919
  },
14873
14920
  "PrometheusAgentOverview": {