tccli 3.0.1116.1__py2.py3-none-any.whl → 3.0.1117.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/dasb/v20191018/api.json +55 -1
- tccli/services/dasb/v20191018/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +13 -13
- tccli/services/essbasic/v20210526/api.json +15 -15
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +20 -20
- tccli/services/live/v20180801/api.json +19 -0
- tccli/services/postgres/v20170312/api.json +1 -0
- tccli/services/postgres/v20170312/examples.json +10 -4
- tccli/services/tdmq/v20200217/api.json +15 -5
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +15 -15
- tccli/services/trocket/v20230308/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/wedata/v20210820/api.json +132 -14
- tccli/services/wedata/v20210820/examples.json +7 -7
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1117.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1117.1.dist-info}/RECORD +24 -24
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1117.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1117.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1116.1.dist-info → tccli-3.0.1117.1.dist-info}/license_files/LICENSE +0 -0
@@ -3079,6 +3079,15 @@
|
|
3079
3079
|
"name": "BackupToUrl",
|
3080
3080
|
"required": false,
|
3081
3081
|
"type": "string"
|
3082
|
+
},
|
3083
|
+
{
|
3084
|
+
"disabled": false,
|
3085
|
+
"document": "直播转码模板,使用云直播的转码功能进行转码后再转推出去。转码模板需在云直播控制台创建。",
|
3086
|
+
"example": "hevc720",
|
3087
|
+
"member": "string",
|
3088
|
+
"name": "TranscodeTemplateName",
|
3089
|
+
"required": false,
|
3090
|
+
"type": "string"
|
3082
3091
|
}
|
3083
3092
|
],
|
3084
3093
|
"type": "object"
|
@@ -14690,6 +14699,16 @@
|
|
14690
14699
|
"output_required": true,
|
14691
14700
|
"type": "string",
|
14692
14701
|
"value_allowed_null": true
|
14702
|
+
},
|
14703
|
+
{
|
14704
|
+
"disabled": false,
|
14705
|
+
"document": "直播转码模板。\n注意:此字段可能返回 null,表示取不到有效值。",
|
14706
|
+
"example": "hevc760",
|
14707
|
+
"member": "string",
|
14708
|
+
"name": "TranscodeTemplateName",
|
14709
|
+
"output_required": false,
|
14710
|
+
"type": "string",
|
14711
|
+
"value_allowed_null": true
|
14693
14712
|
}
|
14694
14713
|
],
|
14695
14714
|
"usage": "out"
|
@@ -364,10 +364,16 @@
|
|
364
364
|
],
|
365
365
|
"DescribeDatabases": [
|
366
366
|
{
|
367
|
-
"document": "
|
368
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-
|
369
|
-
"output": "{\n \"Response\": {\n \"
|
370
|
-
"title": "
|
367
|
+
"document": "不做筛选,全量拉取实例的数据库列表。",
|
368
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hf8jo5pr\"\n}",
|
369
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n \"postgres\",\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\",\n \"rds\",\n \"postgres_bak_1715152994\"\n ],\n \"RequestId\": \"4045d7a9-5330-4c2c-b968-475570200a97\"\n }\n}",
|
370
|
+
"title": "获取实例所有数据库"
|
371
|
+
},
|
372
|
+
{
|
373
|
+
"document": "使用筛选条件,返回部分数据库列表。",
|
374
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hf8jo5pr\"\n}",
|
375
|
+
"output": "{\n \"Response\": {\n \"Items\": [\n \"postgres_bak_1715086333\",\n \"postgres_bak_1715140150\"\n ],\n \"RequestId\": \"25cc2555-14a2-454f-af08-6bd691315335\"\n }\n}",
|
376
|
+
"title": "获取实例部分数据库"
|
371
377
|
}
|
372
378
|
],
|
373
379
|
"DescribeDefaultParameters": [
|
@@ -6944,7 +6944,7 @@
|
|
6944
6944
|
"example": "无",
|
6945
6945
|
"member": "PulsarProClusterInfo",
|
6946
6946
|
"name": "ClusterInfo",
|
6947
|
-
"
|
6947
|
+
"output_required": true,
|
6948
6948
|
"type": "object",
|
6949
6949
|
"value_allowed_null": false
|
6950
6950
|
},
|
@@ -6954,7 +6954,7 @@
|
|
6954
6954
|
"example": "无",
|
6955
6955
|
"member": "PulsarNetworkAccessPointInfo",
|
6956
6956
|
"name": "NetworkAccessPointInfos",
|
6957
|
-
"
|
6957
|
+
"output_required": true,
|
6958
6958
|
"type": "list",
|
6959
6959
|
"value_allowed_null": true
|
6960
6960
|
},
|
@@ -6964,7 +6964,7 @@
|
|
6964
6964
|
"example": "无",
|
6965
6965
|
"member": "PulsarProClusterSpecInfo",
|
6966
6966
|
"name": "ClusterSpecInfo",
|
6967
|
-
"
|
6967
|
+
"output_required": true,
|
6968
6968
|
"type": "object",
|
6969
6969
|
"value_allowed_null": true
|
6970
6970
|
},
|
@@ -7019,7 +7019,7 @@
|
|
7019
7019
|
"example": "10",
|
7020
7020
|
"member": "uint64",
|
7021
7021
|
"name": "TotalCount",
|
7022
|
-
"
|
7022
|
+
"output_required": true,
|
7023
7023
|
"type": "int",
|
7024
7024
|
"value_allowed_null": false
|
7025
7025
|
},
|
@@ -7029,7 +7029,7 @@
|
|
7029
7029
|
"example": "无",
|
7030
7030
|
"member": "PulsarProInstance",
|
7031
7031
|
"name": "Instances",
|
7032
|
-
"
|
7032
|
+
"output_required": true,
|
7033
7033
|
"type": "list",
|
7034
7034
|
"value_allowed_null": false
|
7035
7035
|
},
|
@@ -13227,6 +13227,16 @@
|
|
13227
13227
|
"output_required": false,
|
13228
13228
|
"type": "int",
|
13229
13229
|
"value_allowed_null": true
|
13230
|
+
},
|
13231
|
+
{
|
13232
|
+
"disabled": false,
|
13233
|
+
"document": "接入点类型\n注意:此字段可能返回 null,表示取不到有效值。",
|
13234
|
+
"example": "无",
|
13235
|
+
"member": "string",
|
13236
|
+
"name": "AccessPointsType",
|
13237
|
+
"output_required": false,
|
13238
|
+
"type": "string",
|
13239
|
+
"value_allowed_null": true
|
13230
13240
|
}
|
13231
13241
|
],
|
13232
13242
|
"usage": "out"
|
@@ -504,15 +504,15 @@
|
|
504
504
|
{
|
505
505
|
"document": "",
|
506
506
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstanceDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"pulsar-test\"\n}",
|
507
|
-
"output": "{\n \"Response\": {\n \"
|
507
|
+
"output": "{\n \"Response\": {\n \"ClusterInfo\": {\n \"ClusterId\": \"abc\",\n \"ClusterName\": \"abc\",\n \"Remark\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Status\": 0,\n \"Version\": \"abc\",\n \"NodeDistribution\": [\n {\n \"ZoneName\": \"abc\",\n \"ZoneId\": \"abc\",\n \"NodeCount\": 1\n }\n ],\n \"MaxStorage\": 1,\n \"CanEditRoute\": true,\n \"BillingLabelVersion\": \"abc\"\n },\n \"NetworkAccessPointInfos\": [\n {\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"Endpoint\": \"abc\",\n \"InstanceId\": \"abc\",\n \"RouteType\": 1,\n \"OperationType\": 1,\n \"AccessPointsType\": \"abc\"\n }\n ],\n \"ClusterSpecInfo\": {\n \"SpecName\": \"abc\",\n \"MaxTps\": 1,\n \"MaxBandWidth\": 1,\n \"MaxNamespaces\": 1,\n \"MaxTopics\": 1,\n \"ScalableTps\": 1\n },\n \"RequestId\": \"abc\"\n }\n}",
|
508
508
|
"title": "获取Pulsar专业版集群实例详情"
|
509
509
|
}
|
510
510
|
],
|
511
511
|
"DescribePulsarProInstances": [
|
512
512
|
{
|
513
513
|
"document": "",
|
514
|
-
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstances\n<公共请求参数>\n\n{\n \"
|
515
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"
|
514
|
+
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePulsarProInstances\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
515
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Instances\": [\n {\n \"InstanceId\": \"abc\",\n \"InstanceName\": \"abc\",\n \"InstanceVersion\": \"abc\",\n \"Status\": 1,\n \"ConfigDisplay\": \"abc\",\n \"MaxTps\": 1,\n \"MaxStorage\": 1,\n \"ExpireTime\": 1,\n \"AutoRenewFlag\": 1,\n \"PayMode\": 1,\n \"Remark\": \"abc\",\n \"SpecName\": \"abc\",\n \"ScalableTps\": 1,\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"MaxBandWidth\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"BillingLabelVersion\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
516
516
|
"title": "获取实例列表"
|
517
517
|
}
|
518
518
|
],
|
@@ -11938,7 +11938,7 @@
|
|
11938
11938
|
{
|
11939
11939
|
"disabled": false,
|
11940
11940
|
"document": "站点Id。",
|
11941
|
-
"example": "
|
11941
|
+
"example": "zone-225qgrnvbi9w",
|
11942
11942
|
"member": "string",
|
11943
11943
|
"name": "ZoneId",
|
11944
11944
|
"required": true,
|
@@ -8,9 +8,9 @@
|
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"CreateInstance": {
|
11
|
-
"document": "
|
11
|
+
"document": "创建 RocketMQ 5.x 集群",
|
12
12
|
"input": "CreateInstanceRequest",
|
13
|
-
"name": "
|
13
|
+
"name": "创建集群",
|
14
14
|
"output": "CreateInstanceResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
@@ -501,7 +501,7 @@
|
|
501
501
|
{
|
502
502
|
"disabled": false,
|
503
503
|
"document": "实例名称",
|
504
|
-
"example": "
|
504
|
+
"example": "testName",
|
505
505
|
"member": "string",
|
506
506
|
"name": "Name",
|
507
507
|
"required": true,
|
@@ -509,8 +509,8 @@
|
|
509
509
|
},
|
510
510
|
{
|
511
511
|
"disabled": false,
|
512
|
-
"document": "
|
513
|
-
"example": "
|
512
|
+
"document": "商品规格,可用规格如下:experiment_500, basic_1k, basic_2k, basic_3k, basic_4k, basic_5k, basic_6k, basic_7k, basic_8k, basic_9k, basic_10k, pro_4k, pro_6k, pro_8k, pro_1w, pro_15k, pro_2w, pro_25k, pro_3w, pro_35k, pro_4w, pro_45k, pro_5w, pro_55k, pro_60k, pro_65k, pro_70k, pro_75k, pro_80k, pro_85k, pro_90k, pro_95k, pro_100k, platinum_1w, platinum_2w, platinum_3w, platinum_4w, platinum_5w, platinum_6w, platinum_7w, platinum_8w, platinum_9w, platinum_10w, platinum_12w, platinum_14w, platinum_16w, platinum_18w, platinum_20w, platinum_25w, platinum_30w, platinum_35w, platinum_40w, platinum_45w, platinum_50w, platinum_60w, platinum_70w, platinum_80w, platinum_90w, platinum_100w",
|
513
|
+
"example": "basic_1k",
|
514
514
|
"member": "string",
|
515
515
|
"name": "SkuCode",
|
516
516
|
"required": true,
|
@@ -519,7 +519,7 @@
|
|
519
519
|
{
|
520
520
|
"disabled": false,
|
521
521
|
"document": "备注信息",
|
522
|
-
"example": "
|
522
|
+
"example": "测试集群",
|
523
523
|
"member": "string",
|
524
524
|
"name": "Remark",
|
525
525
|
"required": false,
|
@@ -528,7 +528,7 @@
|
|
528
528
|
{
|
529
529
|
"disabled": false,
|
530
530
|
"document": "标签列表",
|
531
|
-
"example": "
|
531
|
+
"example": "[]",
|
532
532
|
"member": "Tag",
|
533
533
|
"name": "TagList",
|
534
534
|
"required": false,
|
@@ -537,7 +537,7 @@
|
|
537
537
|
{
|
538
538
|
"disabled": false,
|
539
539
|
"document": "实例绑定的VPC信息",
|
540
|
-
"example": "
|
540
|
+
"example": "[]",
|
541
541
|
"member": "VpcInfo",
|
542
542
|
"name": "VpcList",
|
543
543
|
"required": false,
|
@@ -546,7 +546,7 @@
|
|
546
546
|
{
|
547
547
|
"disabled": false,
|
548
548
|
"document": "是否开启公网",
|
549
|
-
"example": "
|
549
|
+
"example": "true",
|
550
550
|
"member": "bool",
|
551
551
|
"name": "EnablePublic",
|
552
552
|
"required": false,
|
@@ -555,7 +555,7 @@
|
|
555
555
|
{
|
556
556
|
"disabled": false,
|
557
557
|
"document": "公网带宽(单位:兆)",
|
558
|
-
"example": "
|
558
|
+
"example": "2",
|
559
559
|
"member": "int64",
|
560
560
|
"name": "Bandwidth",
|
561
561
|
"required": false,
|
@@ -564,7 +564,7 @@
|
|
564
564
|
{
|
565
565
|
"disabled": false,
|
566
566
|
"document": "公网访问白名单",
|
567
|
-
"example": "
|
567
|
+
"example": "[]",
|
568
568
|
"member": "IpRule",
|
569
569
|
"name": "IpRules",
|
570
570
|
"required": false,
|
@@ -573,7 +573,7 @@
|
|
573
573
|
{
|
574
574
|
"disabled": false,
|
575
575
|
"document": "消息保留时长(单位:小时)",
|
576
|
-
"example": "
|
576
|
+
"example": "72",
|
577
577
|
"member": "int64",
|
578
578
|
"name": "MessageRetention",
|
579
579
|
"required": false,
|
@@ -582,7 +582,7 @@
|
|
582
582
|
{
|
583
583
|
"disabled": false,
|
584
584
|
"document": "付费模式(0: 后付费;1: 预付费)",
|
585
|
-
"example": "
|
585
|
+
"example": "0",
|
586
586
|
"member": "int64",
|
587
587
|
"name": "PayMode",
|
588
588
|
"required": false,
|
@@ -591,7 +591,7 @@
|
|
591
591
|
{
|
592
592
|
"disabled": false,
|
593
593
|
"document": "是否自动续费(0: 不自动续费;1: 自动续费)",
|
594
|
-
"example": "
|
594
|
+
"example": "1",
|
595
595
|
"member": "int64",
|
596
596
|
"name": "RenewFlag",
|
597
597
|
"required": false,
|
@@ -600,7 +600,7 @@
|
|
600
600
|
{
|
601
601
|
"disabled": false,
|
602
602
|
"document": "购买时长(单位:月)",
|
603
|
-
"example": "
|
603
|
+
"example": "1",
|
604
604
|
"member": "int64",
|
605
605
|
"name": "TimeSpan",
|
606
606
|
"required": false,
|
@@ -16,10 +16,10 @@
|
|
16
16
|
],
|
17
17
|
"CreateInstance": [
|
18
18
|
{
|
19
|
-
"document": "
|
19
|
+
"document": "成功创建一个 TPS 2000 的 RocketMQ 5.x 集群。",
|
20
20
|
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstance\n<公共请求参数>\n\n{\n \"InstanceType\": \"BASIC\",\n \"Name\": \"testbuy3\",\n \"SkuCode\": \"basic_2k\"\n}",
|
21
21
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"InstanceId\": \"rmq-odrvrqwr\",\n \"RequestId\": \"32759095-0372-4ec0-ae3a-e5a2759fd0ff\"\n }\n}",
|
22
|
-
"title": "
|
22
|
+
"title": "正常响应"
|
23
23
|
}
|
24
24
|
],
|
25
25
|
"CreateMQTTInsPublicEndpoint": [
|
@@ -5707,7 +5707,7 @@
|
|
5707
5707
|
},
|
5708
5708
|
{
|
5709
5709
|
"disabled": false,
|
5710
|
-
"document": "
|
5710
|
+
"document": "【本字段已废弃】视频编码参数。可选,如果不填,保持原始流的参数。",
|
5711
5711
|
"example": "无",
|
5712
5712
|
"member": "VideoEncodeParams",
|
5713
5713
|
"name": "VideoEncodeParams",
|
@@ -5716,7 +5716,7 @@
|
|
5716
5716
|
},
|
5717
5717
|
{
|
5718
5718
|
"disabled": false,
|
5719
|
-
"document": "
|
5719
|
+
"document": "【本字段已废弃】音频编码参数。可选,如果不填,保持原始流的参数。",
|
5720
5720
|
"example": "无",
|
5721
5721
|
"member": "AudioEncodeParams",
|
5722
5722
|
"name": "AudioEncodeParams",
|
@@ -87,7 +87,7 @@
|
|
87
87
|
"BatchStopOpsTasks": {
|
88
88
|
"document": "仅对任务状态为”调度中“和”已暂停“有效,对所选任务的任务实例进行终止,并停止调度",
|
89
89
|
"input": "BatchStopOpsTasksRequest",
|
90
|
-
"name": "
|
90
|
+
"name": "任务运维-批量停止任务",
|
91
91
|
"output": "BatchStopOpsTasksResponse",
|
92
92
|
"status": "online"
|
93
93
|
},
|
@@ -1177,9 +1177,9 @@
|
|
1177
1177
|
"status": "online"
|
1178
1178
|
},
|
1179
1179
|
"FreezeOpsTasks": {
|
1180
|
-
"document": "
|
1180
|
+
"document": "任务运维-批量暂停任务",
|
1181
1181
|
"input": "FreezeOpsTasksRequest",
|
1182
|
-
"name": "
|
1182
|
+
"name": "任务运维-批量暂停任务",
|
1183
1183
|
"output": "FreezeOpsTasksResponse",
|
1184
1184
|
"status": "online"
|
1185
1185
|
},
|
@@ -4149,11 +4149,20 @@
|
|
4149
4149
|
{
|
4150
4150
|
"disabled": false,
|
4151
4151
|
"document": "项目Id",
|
4152
|
-
"example": "
|
4152
|
+
"example": "\"1485413914375667\"",
|
4153
4153
|
"member": "string",
|
4154
4154
|
"name": "ProjectId",
|
4155
4155
|
"required": true,
|
4156
4156
|
"type": "string"
|
4157
|
+
},
|
4158
|
+
{
|
4159
|
+
"disabled": false,
|
4160
|
+
"document": "是否终止已生成的实例",
|
4161
|
+
"example": "false",
|
4162
|
+
"member": "bool",
|
4163
|
+
"name": "KillInstance",
|
4164
|
+
"required": false,
|
4165
|
+
"type": "bool"
|
4157
4166
|
}
|
4158
4167
|
],
|
4159
4168
|
"type": "object"
|
@@ -4167,6 +4176,7 @@
|
|
4167
4176
|
"example": "无",
|
4168
4177
|
"member": "BatchOperationOpsDto",
|
4169
4178
|
"name": "Data",
|
4179
|
+
"output_required": true,
|
4170
4180
|
"type": "object",
|
4171
4181
|
"value_allowed_null": false
|
4172
4182
|
},
|
@@ -4199,6 +4209,15 @@
|
|
4199
4209
|
"name": "ProjectId",
|
4200
4210
|
"required": true,
|
4201
4211
|
"type": "string"
|
4212
|
+
},
|
4213
|
+
{
|
4214
|
+
"disabled": false,
|
4215
|
+
"document": "是否终止已生成的实例",
|
4216
|
+
"example": "false",
|
4217
|
+
"member": "bool",
|
4218
|
+
"name": "KillInstance",
|
4219
|
+
"required": false,
|
4220
|
+
"type": "bool"
|
4202
4221
|
}
|
4203
4222
|
],
|
4204
4223
|
"type": "object"
|
@@ -6634,6 +6653,15 @@
|
|
6634
6653
|
"name": "Incharge",
|
6635
6654
|
"required": false,
|
6636
6655
|
"type": "string"
|
6656
|
+
},
|
6657
|
+
{
|
6658
|
+
"disabled": false,
|
6659
|
+
"document": "schema名称",
|
6660
|
+
"example": "public",
|
6661
|
+
"member": "string",
|
6662
|
+
"name": "SchemaName",
|
6663
|
+
"required": false,
|
6664
|
+
"type": "string"
|
6637
6665
|
}
|
6638
6666
|
],
|
6639
6667
|
"type": "object"
|
@@ -8998,6 +9026,16 @@
|
|
8998
9026
|
"output_required": false,
|
8999
9027
|
"type": "string",
|
9000
9028
|
"value_allowed_null": true
|
9029
|
+
},
|
9030
|
+
{
|
9031
|
+
"disabled": false,
|
9032
|
+
"document": "区分数据源类型自定义源还是系统源\n注意:此字段可能返回 null,表示取不到有效值。",
|
9033
|
+
"example": "无",
|
9034
|
+
"member": "string",
|
9035
|
+
"name": "Category",
|
9036
|
+
"output_required": false,
|
9037
|
+
"type": "string",
|
9038
|
+
"value_allowed_null": true
|
9001
9039
|
}
|
9002
9040
|
],
|
9003
9041
|
"usage": "out"
|
@@ -14388,6 +14426,24 @@
|
|
14388
14426
|
"name": "KeyWord",
|
14389
14427
|
"required": false,
|
14390
14428
|
"type": "string"
|
14429
|
+
},
|
14430
|
+
{
|
14431
|
+
"disabled": false,
|
14432
|
+
"document": "实例生成方式",
|
14433
|
+
"example": "无",
|
14434
|
+
"member": "string",
|
14435
|
+
"name": "InitStrategy",
|
14436
|
+
"required": false,
|
14437
|
+
"type": "string"
|
14438
|
+
},
|
14439
|
+
{
|
14440
|
+
"disabled": false,
|
14441
|
+
"document": "额外请求的资源类型",
|
14442
|
+
"example": "无",
|
14443
|
+
"member": "string",
|
14444
|
+
"name": "RequestResourceTypes",
|
14445
|
+
"required": false,
|
14446
|
+
"type": "list"
|
14391
14447
|
}
|
14392
14448
|
],
|
14393
14449
|
"type": "object"
|
@@ -20998,7 +21054,7 @@
|
|
20998
21054
|
{
|
20999
21055
|
"disabled": false,
|
21000
21056
|
"document": "任务列表",
|
21001
|
-
"example": "
|
21057
|
+
"example": "{ [{\"TaskId\": \"123\", \"TaskName\": \"ew\" }]",
|
21002
21058
|
"member": "SimpleTaskInfo",
|
21003
21059
|
"name": "Tasks",
|
21004
21060
|
"required": true,
|
@@ -21007,11 +21063,20 @@
|
|
21007
21063
|
{
|
21008
21064
|
"disabled": false,
|
21009
21065
|
"document": "任务操作是否消息通知下游任务责任人",
|
21010
|
-
"example": "
|
21066
|
+
"example": "true",
|
21011
21067
|
"member": "bool",
|
21012
21068
|
"name": "OperateIsInform",
|
21013
21069
|
"required": true,
|
21014
21070
|
"type": "bool"
|
21071
|
+
},
|
21072
|
+
{
|
21073
|
+
"disabled": false,
|
21074
|
+
"document": "是否终止已生成的实例",
|
21075
|
+
"example": "false",
|
21076
|
+
"member": "bool",
|
21077
|
+
"name": "KillInstance",
|
21078
|
+
"required": false,
|
21079
|
+
"type": "bool"
|
21015
21080
|
}
|
21016
21081
|
],
|
21017
21082
|
"type": "object"
|
@@ -21025,6 +21090,7 @@
|
|
21025
21090
|
"example": "true",
|
21026
21091
|
"member": "bool",
|
21027
21092
|
"name": "Data",
|
21093
|
+
"output_required": true,
|
21028
21094
|
"type": "bool",
|
21029
21095
|
"value_allowed_null": false
|
21030
21096
|
},
|
@@ -21043,7 +21109,7 @@
|
|
21043
21109
|
{
|
21044
21110
|
"disabled": false,
|
21045
21111
|
"document": "工作流id列表",
|
21046
|
-
"example": "
|
21112
|
+
"example": "1520b2bc-f0f4-11ee-8d13-a1ae120f8272",
|
21047
21113
|
"member": "string",
|
21048
21114
|
"name": "WorkflowIds",
|
21049
21115
|
"required": true,
|
@@ -21052,11 +21118,20 @@
|
|
21052
21118
|
{
|
21053
21119
|
"disabled": false,
|
21054
21120
|
"document": "项目id",
|
21055
|
-
"example": "
|
21121
|
+
"example": "1531609696092265952",
|
21056
21122
|
"member": "string",
|
21057
21123
|
"name": "ProjectId",
|
21058
21124
|
"required": true,
|
21059
21125
|
"type": "string"
|
21126
|
+
},
|
21127
|
+
{
|
21128
|
+
"disabled": false,
|
21129
|
+
"document": "是否终止已生成的实例",
|
21130
|
+
"example": "false",
|
21131
|
+
"member": "bool",
|
21132
|
+
"name": "KillInstance",
|
21133
|
+
"required": false,
|
21134
|
+
"type": "bool"
|
21060
21135
|
}
|
21061
21136
|
],
|
21062
21137
|
"type": "object"
|
@@ -21070,6 +21145,7 @@
|
|
21070
21145
|
"example": "无",
|
21071
21146
|
"member": "OperationOpsDto",
|
21072
21147
|
"name": "Data",
|
21148
|
+
"output_required": true,
|
21073
21149
|
"type": "object",
|
21074
21150
|
"value_allowed_null": true
|
21075
21151
|
},
|
@@ -23450,6 +23526,28 @@
|
|
23450
23526
|
"required": false,
|
23451
23527
|
"type": "int",
|
23452
23528
|
"value_allowed_null": true
|
23529
|
+
},
|
23530
|
+
{
|
23531
|
+
"disabled": false,
|
23532
|
+
"document": "紧急去除的依赖父实例列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
23533
|
+
"example": "无",
|
23534
|
+
"member": "string",
|
23535
|
+
"name": "DeletedFatherList",
|
23536
|
+
"output_required": false,
|
23537
|
+
"required": false,
|
23538
|
+
"type": "list",
|
23539
|
+
"value_allowed_null": true
|
23540
|
+
},
|
23541
|
+
{
|
23542
|
+
"disabled": false,
|
23543
|
+
"document": "循环依赖关联的实例\n注意:此字段可能返回 null,表示取不到有效值。",
|
23544
|
+
"example": "无",
|
23545
|
+
"member": "InstanceOpsDto",
|
23546
|
+
"name": "CirculateInstanceList",
|
23547
|
+
"output_required": false,
|
23548
|
+
"required": false,
|
23549
|
+
"type": "list",
|
23550
|
+
"value_allowed_null": true
|
23453
23551
|
}
|
23454
23552
|
],
|
23455
23553
|
"usage": "both"
|
@@ -28578,7 +28676,7 @@
|
|
28578
28676
|
"example": "无",
|
28579
28677
|
"member": "OpsTaskCanvasDto",
|
28580
28678
|
"name": "TasksList",
|
28581
|
-
"
|
28679
|
+
"output_required": true,
|
28582
28680
|
"type": "list",
|
28583
28681
|
"value_allowed_null": false
|
28584
28682
|
},
|
@@ -28588,9 +28686,19 @@
|
|
28588
28686
|
"example": "无",
|
28589
28687
|
"member": "OpsTaskLinkInfoDto",
|
28590
28688
|
"name": "LinksList",
|
28591
|
-
"
|
28689
|
+
"output_required": true,
|
28592
28690
|
"type": "list",
|
28593
28691
|
"value_allowed_null": false
|
28692
|
+
},
|
28693
|
+
{
|
28694
|
+
"disabled": false,
|
28695
|
+
"document": "画布循环依赖任务信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
28696
|
+
"example": "无",
|
28697
|
+
"member": "OpsTaskCanvasDto",
|
28698
|
+
"name": "CirculateTaskList",
|
28699
|
+
"output_required": false,
|
28700
|
+
"type": "object",
|
28701
|
+
"value_allowed_null": true
|
28594
28702
|
}
|
28595
28703
|
],
|
28596
28704
|
"usage": "out"
|
@@ -28670,7 +28778,7 @@
|
|
28670
28778
|
"example": "\"111111\"",
|
28671
28779
|
"member": "string",
|
28672
28780
|
"name": "TaskTo",
|
28673
|
-
"
|
28781
|
+
"output_required": true,
|
28674
28782
|
"type": "string",
|
28675
28783
|
"value_allowed_null": false
|
28676
28784
|
},
|
@@ -28680,7 +28788,7 @@
|
|
28680
28788
|
"example": "\"222222\"",
|
28681
28789
|
"member": "string",
|
28682
28790
|
"name": "TaskFrom",
|
28683
|
-
"
|
28791
|
+
"output_required": true,
|
28684
28792
|
"type": "string",
|
28685
28793
|
"value_allowed_null": false
|
28686
28794
|
},
|
@@ -28690,7 +28798,7 @@
|
|
28690
28798
|
"example": "\"real_real\"",
|
28691
28799
|
"member": "string",
|
28692
28800
|
"name": "LinkType",
|
28693
|
-
"
|
28801
|
+
"output_required": true,
|
28694
28802
|
"type": "string",
|
28695
28803
|
"value_allowed_null": false
|
28696
28804
|
},
|
@@ -28700,9 +28808,19 @@
|
|
28700
28808
|
"example": "\"121212\"",
|
28701
28809
|
"member": "string",
|
28702
28810
|
"name": "LinkId",
|
28703
|
-
"
|
28811
|
+
"output_required": true,
|
28704
28812
|
"type": "string",
|
28705
28813
|
"value_allowed_null": false
|
28814
|
+
},
|
28815
|
+
{
|
28816
|
+
"disabled": false,
|
28817
|
+
"document": "为了区分新增的循环依赖新增的类型。默认是normal,循环依赖则是circulate\n注意:此字段可能返回 null,表示取不到有效值。",
|
28818
|
+
"example": "normal,circulate",
|
28819
|
+
"member": "string",
|
28820
|
+
"name": "LinkStyle",
|
28821
|
+
"output_required": false,
|
28822
|
+
"type": "string",
|
28823
|
+
"value_allowed_null": true
|
28706
28824
|
}
|
28707
28825
|
],
|
28708
28826
|
"usage": "out"
|