tccli 3.0.1362.1__py2.py3-none-any.whl → 3.0.1364.1__py2.py3-none-any.whl

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.
Files changed (31) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/bi/v20220105/api.json +97 -5
  3. tccli/services/bi/v20220105/examples.json +5 -5
  4. tccli/services/cam/cam_client.py +61 -8
  5. tccli/services/cam/v20190116/api.json +96 -0
  6. tccli/services/cam/v20190116/examples.json +8 -0
  7. tccli/services/cdb/v20170320/api.json +35 -35
  8. tccli/services/cdb/v20170320/examples.json +3 -3
  9. tccli/services/cfs/cfs_client.py +817 -128
  10. tccli/services/cfs/v20190719/api.json +2241 -833
  11. tccli/services/cfs/v20190719/examples.json +104 -0
  12. tccli/services/clb/v20180317/api.json +29 -9
  13. tccli/services/cls/v20201016/api.json +59 -59
  14. tccli/services/cls/v20201016/examples.json +3 -3
  15. tccli/services/ctem/v20231128/api.json +331 -97
  16. tccli/services/ctem/v20231128/examples.json +8 -8
  17. tccli/services/kms/v20190118/api.json +2 -2
  18. tccli/services/live/v20180801/api.json +1 -1
  19. tccli/services/lowcode/lowcode_client.py +212 -0
  20. tccli/services/lowcode/v20210108/api.json +239 -0
  21. tccli/services/lowcode/v20210108/examples.json +32 -0
  22. tccli/services/ssl/v20191205/api.json +35 -25
  23. tccli/services/teo/v20220901/api.json +21 -1
  24. tccli/services/wedata/v20210820/api.json +204 -15
  25. tccli/services/wedata/v20210820/examples.json +11 -3
  26. tccli/services/wedata/wedata_client.py +53 -0
  27. {tccli-3.0.1362.1.dist-info → tccli-3.0.1364.1.dist-info}/METADATA +2 -2
  28. {tccli-3.0.1362.1.dist-info → tccli-3.0.1364.1.dist-info}/RECORD +31 -31
  29. {tccli-3.0.1362.1.dist-info → tccli-3.0.1364.1.dist-info}/WHEEL +0 -0
  30. {tccli-3.0.1362.1.dist-info → tccli-3.0.1364.1.dist-info}/entry_points.txt +0 -0
  31. {tccli-3.0.1362.1.dist-info → tccli-3.0.1364.1.dist-info}/license_files/LICENSE +0 -0
@@ -1847,7 +1847,7 @@
1847
1847
  },
1848
1848
  {
1849
1849
  "disabled": false,
1850
- "document": "证书生效时间。",
1850
+ "document": "证书生效时间。时区为GMT+8:00",
1851
1851
  "example": "2018-09-18 20:00:00",
1852
1852
  "member": "string",
1853
1853
  "name": "CertBeginTime",
@@ -1857,7 +1857,7 @@
1857
1857
  },
1858
1858
  {
1859
1859
  "disabled": false,
1860
- "document": "证书过期时间。",
1860
+ "document": "证书过期时间。时区为GMT+8:00",
1861
1861
  "example": "2019-09-18 20:00:00",
1862
1862
  "member": "string",
1863
1863
  "name": "CertEndTime",
@@ -1877,7 +1877,7 @@
1877
1877
  },
1878
1878
  {
1879
1879
  "disabled": false,
1880
- "document": "创建时间。",
1880
+ "document": "创建时间。时区为GMT+8:00",
1881
1881
  "example": "2018-09-18 20:00:00",
1882
1882
  "member": "string",
1883
1883
  "name": "InsertTime",
@@ -2157,7 +2157,7 @@
2157
2157
  },
2158
2158
  {
2159
2159
  "disabled": false,
2160
- "document": "DV证书添加验证截止时间",
2160
+ "document": "DV证书添加验证截止时间,时区为GMT+8:00",
2161
2161
  "example": "2018-09-18 20:00:00",
2162
2162
  "member": "string",
2163
2163
  "name": "DVAuthDeadline",
@@ -2167,7 +2167,7 @@
2167
2167
  },
2168
2168
  {
2169
2169
  "disabled": false,
2170
- "document": "域名验证通过时间",
2170
+ "document": "域名验证通过时间,时区为GMT+8:00",
2171
2171
  "example": "2018-09-18 20:00:00",
2172
2172
  "member": "string",
2173
2173
  "name": "ValidationPassedTime",
@@ -2247,7 +2247,7 @@
2247
2247
  },
2248
2248
  {
2249
2249
  "disabled": false,
2250
- "document": "证书吊销完成时间",
2250
+ "document": "证书吊销完成时间,时区为GMT+8:00",
2251
2251
  "example": "2018-09-18 20:00:00",
2252
2252
  "member": "string",
2253
2253
  "name": "CertRevokedTime",
@@ -3716,7 +3716,7 @@
3716
3716
  {
3717
3717
  "disabled": false,
3718
3718
  "document": "总数",
3719
- "example": "",
3719
+ "example": "1",
3720
3720
  "member": "int64",
3721
3721
  "name": "TotalCount",
3722
3722
  "output_required": true,
@@ -3726,7 +3726,7 @@
3726
3726
  {
3727
3727
  "disabled": false,
3728
3728
  "document": "成功总数",
3729
- "example": "",
3729
+ "example": "1",
3730
3730
  "member": "int64",
3731
3731
  "name": "SuccessTotalCount",
3732
3732
  "output_required": true,
@@ -3736,7 +3736,7 @@
3736
3736
  {
3737
3737
  "disabled": false,
3738
3738
  "document": "失败总数",
3739
- "example": "",
3739
+ "example": "0",
3740
3740
  "member": "int64",
3741
3741
  "name": "FailedTotalCount",
3742
3742
  "output_required": true,
@@ -3746,7 +3746,7 @@
3746
3746
  {
3747
3747
  "disabled": false,
3748
3748
  "document": "部署中总数",
3749
- "example": "",
3749
+ "example": "0",
3750
3750
  "member": "int64",
3751
3751
  "name": "RunningTotalCount",
3752
3752
  "output_required": true,
@@ -3756,7 +3756,7 @@
3756
3756
  {
3757
3757
  "disabled": false,
3758
3758
  "document": "部署记录类型 0 为部署, 1 为回滚",
3759
- "example": "",
3759
+ "example": "0",
3760
3760
  "member": "int64",
3761
3761
  "name": "Type",
3762
3762
  "output_required": true,
@@ -3776,7 +3776,7 @@
3776
3776
  {
3777
3777
  "disabled": false,
3778
3778
  "document": "托管资源部署状态:0 等待部署, 1 部署成功, 2 部署失败 3 部署中, 4 回滚成功, 5 回滚失败",
3779
- "example": "",
3779
+ "example": "1",
3780
3780
  "member": "int64",
3781
3781
  "name": "Status",
3782
3782
  "output_required": true,
@@ -3786,7 +3786,7 @@
3786
3786
  {
3787
3787
  "disabled": false,
3788
3788
  "document": "托管资源创建时间",
3789
- "example": "",
3789
+ "example": "2025-07-16 08:05:41",
3790
3790
  "member": "string",
3791
3791
  "name": "CreateTime",
3792
3792
  "output_required": true,
@@ -3796,7 +3796,7 @@
3796
3796
  {
3797
3797
  "disabled": false,
3798
3798
  "document": "待部署总数",
3799
- "example": "",
3799
+ "example": "0",
3800
3800
  "member": "int64",
3801
3801
  "name": "PendingTotalCount",
3802
3802
  "output_required": false,
@@ -4048,6 +4048,16 @@
4048
4048
  "output_required": false,
4049
4049
  "type": "string",
4050
4050
  "value_allowed_null": false
4051
+ },
4052
+ {
4053
+ "disabled": false,
4054
+ "document": "实例状态,不同云产品状态不一样",
4055
+ "example": "HEALTHY",
4056
+ "member": "string",
4057
+ "name": "InstanceStatus",
4058
+ "output_required": false,
4059
+ "type": "string",
4060
+ "value_allowed_null": false
4051
4061
  }
4052
4062
  ],
4053
4063
  "usage": "out"
@@ -4350,7 +4360,7 @@
4350
4360
  {
4351
4361
  "disabled": false,
4352
4362
  "document": "部署资源类型",
4353
- "example": "",
4363
+ "example": "clb",
4354
4364
  "member": "string",
4355
4365
  "name": "ResourceType",
4356
4366
  "output_required": true,
@@ -4370,7 +4380,7 @@
4370
4380
  {
4371
4381
  "disabled": false,
4372
4382
  "document": "该部署资源总数",
4373
- "example": "",
4383
+ "example": "1",
4374
4384
  "member": "int64",
4375
4385
  "name": "TotalCount",
4376
4386
  "output_required": true,
@@ -5367,7 +5377,7 @@
5367
5377
  },
5368
5378
  {
5369
5379
  "disabled": false,
5370
- "document": "证书生效时间。\n注意:此字段可能返回 null,表示取不到有效值。",
5380
+ "document": "证书生效时间。时区为GMT+8:00\n注意:此字段可能返回 null,表示取不到有效值。",
5371
5381
  "example": "2024-11-27 08:00:00",
5372
5382
  "member": "string",
5373
5383
  "name": "CertBeginTime",
@@ -5377,7 +5387,7 @@
5377
5387
  },
5378
5388
  {
5379
5389
  "disabled": false,
5380
- "document": "证书失效时间。\n注意:此字段可能返回 null,表示取不到有效值。",
5390
+ "document": "证书失效时间。时区为GMT+8:00\n注意:此字段可能返回 null,表示取不到有效值。",
5381
5391
  "example": "2025-02-26 07:59:59",
5382
5392
  "member": "string",
5383
5393
  "name": "CertEndTime",
@@ -5397,7 +5407,7 @@
5397
5407
  },
5398
5408
  {
5399
5409
  "disabled": false,
5400
- "document": "申请时间。\n注意:此字段可能返回 null,表示取不到有效值。",
5410
+ "document": "申请时间。时区为GMT+8:00\n注意:此字段可能返回 null,表示取不到有效值。",
5401
5411
  "example": "2024-11-27 17:44:36",
5402
5412
  "member": "string",
5403
5413
  "name": "InsertTime",
@@ -5587,7 +5597,7 @@
5587
5597
  },
5588
5598
  {
5589
5599
  "disabled": false,
5590
- "document": "CA证书所有的到期时间。仅证书类型CertificateType为CA有效\n注意:此字段可能返回 null,表示取不到有效值。",
5600
+ "document": "CA证书所有的到期时间。仅证书类型CertificateType为CA有效,时区为GMT+8:00\n注意:此字段可能返回 null,表示取不到有效值。",
5591
5601
  "example": "[\"2024-11-27 17:44:36\"]",
5592
5602
  "member": "string",
5593
5603
  "name": "CAEndTimes",
@@ -5921,7 +5931,7 @@
5921
5931
  },
5922
5932
  {
5923
5933
  "disabled": false,
5924
- "document": "资源类型:clb,cdn,live,waf,antiddos,teo",
5934
+ "document": "资源类型:clb,cdn,live,vod,waf,antiddos,teo",
5925
5935
  "example": "clb",
5926
5936
  "member": "string",
5927
5937
  "name": "ResourceType",
@@ -6710,7 +6720,7 @@
6710
6720
  },
6711
6721
  {
6712
6722
  "disabled": false,
6713
- "document": "带部署总数",
6723
+ "document": "待部署总数",
6714
6724
  "example": "0",
6715
6725
  "member": "int64",
6716
6726
  "name": "PendingTotalCount",
@@ -7374,7 +7384,7 @@
7374
7384
  {
7375
7385
  "disabled": false,
7376
7386
  "document": "托管记录ID",
7377
- "example": "",
7387
+ "example": "1001",
7378
7388
  "member": "int64",
7379
7389
  "name": "DeployRecordId",
7380
7390
  "required": true,
@@ -7383,7 +7393,7 @@
7383
7393
  {
7384
7394
  "disabled": false,
7385
7395
  "document": "每页数量,默认为10,最大为200, 超过200则为200",
7386
- "example": "",
7396
+ "example": "10",
7387
7397
  "member": "int64",
7388
7398
  "name": "Limit",
7389
7399
  "required": false,
@@ -7392,7 +7402,7 @@
7392
7402
  {
7393
7403
  "disabled": false,
7394
7404
  "document": "偏移量,默认为0",
7395
- "example": "",
7405
+ "example": "0",
7396
7406
  "member": "int64",
7397
7407
  "name": "Offset",
7398
7408
  "required": false,
@@ -25251,7 +25251,7 @@
25251
25251
  },
25252
25252
  {
25253
25253
  "disabled": false,
25254
- "document": "状态。取值有:\n<li>processing:处理中;</li>\n<li>success:成功;</li>\n<li> failed:失败;</li>\n<li>timeout:超时;</li>\n<li>canceled:已取消。</li>",
25254
+ "document": "状态。取值有:\n<li>processing:处理中;</li>\n<li>success:成功;</li>\n<li>failed:失败;</li>\n<li>timeout:超时;</li>\n<li>canceled:已取消。</li>",
25255
25255
  "example": "状态",
25256
25256
  "member": "string",
25257
25257
  "name": "Status",
@@ -25278,6 +25278,26 @@
25278
25278
  "output_required": true,
25279
25279
  "type": "string",
25280
25280
  "value_allowed_null": false
25281
+ },
25282
+ {
25283
+ "disabled": false,
25284
+ "document": "刷新、预热失败类型。取值有:\n<li>taskFailed:任务失败;</li>\n<li>quotaExceeded:配额超限;</li>\n<li>downloadManifestFailed:下载描述文件失败;</li>\n<li>accessDenied:访问被拒绝。</li>\n<li>originPullFailed:回源失败。</li>",
25285
+ "example": "originPullFailed",
25286
+ "member": "string",
25287
+ "name": "FailType",
25288
+ "output_required": false,
25289
+ "type": "string",
25290
+ "value_allowed_null": false
25291
+ },
25292
+ {
25293
+ "disabled": false,
25294
+ "document": "刷新、预热失败描述。",
25295
+ "example": "回源失败,可尝试重新提交,或检查源站是否出现以下问题:服务不可用、响应超时、触发限速策略、安全策略限制、网络故障、或达到带宽/连接数上限。",
25296
+ "member": "string",
25297
+ "name": "FailMessage",
25298
+ "output_required": false,
25299
+ "type": "string",
25300
+ "value_allowed_null": false
25281
25301
  }
25282
25302
  ],
25283
25303
  "usage": "out"
@@ -1211,6 +1211,13 @@
1211
1211
  "output": "DescribeSuccessorOpsTaskInfosResponse",
1212
1212
  "status": "online"
1213
1213
  },
1214
+ "DescribeSuccessorTaskInfoList": {
1215
+ "document": "获取下游任务信息批量",
1216
+ "input": "DescribeSuccessorTaskInfoListRequest",
1217
+ "name": "获取下游任务信息批量",
1218
+ "output": "DescribeSuccessorTaskInfoListResponse",
1219
+ "status": "online"
1220
+ },
1214
1221
  "DescribeTableBasicInfo": {
1215
1222
  "document": "元数据模型-表基础信息查询接口",
1216
1223
  "input": "DescribeTableBasicInfoRequest",
@@ -20765,10 +20772,19 @@
20765
20772
  "DescribeProjectUsersRequest": {
20766
20773
  "document": "DescribeProjectUsers请求参数结构体",
20767
20774
  "members": [
20775
+ {
20776
+ "disabled": false,
20777
+ "document": "项目id",
20778
+ "example": "2872196915042496512",
20779
+ "member": "string",
20780
+ "name": "ProjectId",
20781
+ "required": true,
20782
+ "type": "string"
20783
+ },
20768
20784
  {
20769
20785
  "disabled": false,
20770
20786
  "document": "分页号",
20771
- "example": "0",
20787
+ "example": "1",
20772
20788
  "member": "uint64",
20773
20789
  "name": "PageNumber",
20774
20790
  "required": true,
@@ -20786,7 +20802,7 @@
20786
20802
  {
20787
20803
  "disabled": false,
20788
20804
  "document": "【过滤参数】自定义条件查询",
20789
- "example": "1",
20805
+ "example": "",
20790
20806
  "member": "FilterOptional",
20791
20807
  "name": "Filters",
20792
20808
  "required": false,
@@ -20795,7 +20811,7 @@
20795
20811
  {
20796
20812
  "disabled": false,
20797
20813
  "document": "【排序参数】排序字段",
20798
- "example": "1",
20814
+ "example": "",
20799
20815
  "member": "OrderFieldOptional",
20800
20816
  "name": "OrderFields",
20801
20817
  "required": false,
@@ -20804,7 +20820,7 @@
20804
20820
  {
20805
20821
  "disabled": false,
20806
20822
  "document": "是否项目管理员",
20807
- "example": "",
20823
+ "example": "true",
20808
20824
  "member": "bool",
20809
20825
  "name": "IsProjectAdmin",
20810
20826
  "required": false,
@@ -21662,19 +21678,10 @@
21662
21678
  "required": false,
21663
21679
  "type": "int"
21664
21680
  },
21665
- {
21666
- "disabled": false,
21667
- "document": "租户id",
21668
- "example": "1315051788",
21669
- "member": "string",
21670
- "name": "TenantId",
21671
- "required": false,
21672
- "type": "string"
21673
- },
21674
21681
  {
21675
21682
  "disabled": false,
21676
21683
  "document": "项目id",
21677
- "example": "2272343094841700352",
21684
+ "example": "2272143094841700352",
21678
21685
  "member": "string",
21679
21686
  "name": "ProjectId",
21680
21687
  "required": false,
@@ -21728,7 +21735,7 @@
21728
21735
  {
21729
21736
  "disabled": false,
21730
21737
  "document": "主账号",
21731
- "example": "100028448900",
21738
+ "example": "100028448200",
21732
21739
  "member": "string",
21733
21740
  "name": "OnwerUid",
21734
21741
  "required": false,
@@ -23848,6 +23855,52 @@
23848
23855
  ],
23849
23856
  "type": "object"
23850
23857
  },
23858
+ "DescribeSuccessorTaskInfoListRequest": {
23859
+ "document": "DescribeSuccessorTaskInfoList请求参数结构体",
23860
+ "members": [
23861
+ {
23862
+ "disabled": false,
23863
+ "document": "任务id集合",
23864
+ "example": "无",
23865
+ "member": "string",
23866
+ "name": "TaskIds",
23867
+ "required": false,
23868
+ "type": "list"
23869
+ },
23870
+ {
23871
+ "disabled": false,
23872
+ "document": "项目id",
23873
+ "example": "无",
23874
+ "member": "string",
23875
+ "name": "ProjectId",
23876
+ "required": false,
23877
+ "type": "string"
23878
+ }
23879
+ ],
23880
+ "type": "object"
23881
+ },
23882
+ "DescribeSuccessorTaskInfoListResponse": {
23883
+ "document": "DescribeSuccessorTaskInfoList返回参数结构体",
23884
+ "members": [
23885
+ {
23886
+ "disabled": false,
23887
+ "document": "出参",
23888
+ "example": "无",
23889
+ "member": "SuccessorTaskInfo",
23890
+ "name": "Data",
23891
+ "output_required": false,
23892
+ "type": "list",
23893
+ "value_allowed_null": false
23894
+ },
23895
+ {
23896
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
23897
+ "member": "string",
23898
+ "name": "RequestId",
23899
+ "type": "string"
23900
+ }
23901
+ ],
23902
+ "type": "object"
23903
+ },
23851
23904
  "DescribeTableBasicInfoRequest": {
23852
23905
  "document": "DescribeTableBasicInfo请求参数结构体",
23853
23906
  "members": [
@@ -51649,6 +51702,142 @@
51649
51702
  ],
51650
51703
  "usage": "both"
51651
51704
  },
51705
+ "SuccessorTaskInfo": {
51706
+ "document": "下游任务列表",
51707
+ "members": [
51708
+ {
51709
+ "disabled": false,
51710
+ "document": "任务id",
51711
+ "example": "无",
51712
+ "member": "string",
51713
+ "name": "TaskId",
51714
+ "output_required": true,
51715
+ "type": "string",
51716
+ "value_allowed_null": false
51717
+ },
51718
+ {
51719
+ "disabled": false,
51720
+ "document": "所属工作流id",
51721
+ "example": "无",
51722
+ "member": "string",
51723
+ "name": "WorkflowId",
51724
+ "output_required": true,
51725
+ "type": "string",
51726
+ "value_allowed_null": false
51727
+ },
51728
+ {
51729
+ "disabled": false,
51730
+ "document": "任务名",
51731
+ "example": "无",
51732
+ "member": "string",
51733
+ "name": "TaskName",
51734
+ "output_required": true,
51735
+ "type": "string",
51736
+ "value_allowed_null": false
51737
+ },
51738
+ {
51739
+ "disabled": false,
51740
+ "document": "层级,0表示当前任务",
51741
+ "example": "0",
51742
+ "member": "int64",
51743
+ "name": "Layer",
51744
+ "output_required": true,
51745
+ "type": "int",
51746
+ "value_allowed_null": false
51747
+ },
51748
+ {
51749
+ "disabled": false,
51750
+ "document": "任务状态",
51751
+ "example": "Y",
51752
+ "member": "string",
51753
+ "name": "Status",
51754
+ "output_required": true,
51755
+ "type": "string",
51756
+ "value_allowed_null": false
51757
+ },
51758
+ {
51759
+ "disabled": false,
51760
+ "document": "任务类型,-1表示跨流任务",
51761
+ "example": "1",
51762
+ "member": "int64",
51763
+ "name": "TaskTypeId",
51764
+ "output_required": true,
51765
+ "type": "int",
51766
+ "value_allowed_null": false
51767
+ },
51768
+ {
51769
+ "disabled": false,
51770
+ "document": "责任人",
51771
+ "example": "无",
51772
+ "member": "string",
51773
+ "name": "InCharge",
51774
+ "output_required": true,
51775
+ "type": "string",
51776
+ "value_allowed_null": false
51777
+ },
51778
+ {
51779
+ "disabled": false,
51780
+ "document": "项目id",
51781
+ "example": "无",
51782
+ "member": "string",
51783
+ "name": "ProjectId",
51784
+ "output_required": true,
51785
+ "type": "string",
51786
+ "value_allowed_null": false
51787
+ },
51788
+ {
51789
+ "disabled": false,
51790
+ "document": "项目名称",
51791
+ "example": "无",
51792
+ "member": "string",
51793
+ "name": "ProjectName",
51794
+ "output_required": true,
51795
+ "type": "string",
51796
+ "value_allowed_null": false
51797
+ },
51798
+ {
51799
+ "disabled": false,
51800
+ "document": "所属工作流名称",
51801
+ "example": "无",
51802
+ "member": "string",
51803
+ "name": "WorkflowName",
51804
+ "output_required": true,
51805
+ "type": "string",
51806
+ "value_allowed_null": false
51807
+ },
51808
+ {
51809
+ "disabled": false,
51810
+ "document": "周期单位\n注意:此字段可能返回 null,表示取不到有效值。",
51811
+ "example": "无",
51812
+ "member": "string",
51813
+ "name": "CycleUnit",
51814
+ "output_required": false,
51815
+ "type": "string",
51816
+ "value_allowed_null": true
51817
+ },
51818
+ {
51819
+ "disabled": false,
51820
+ "document": "调度计划\n注意:此字段可能返回 null,表示取不到有效值。",
51821
+ "example": "无",
51822
+ "member": "string",
51823
+ "name": "ScheduleDesc",
51824
+ "output_required": false,
51825
+ "type": "string",
51826
+ "value_allowed_null": true
51827
+ },
51828
+ {
51829
+ "disabled": false,
51830
+ "document": "任务类型描述\n注意:此字段可能返回 null,表示取不到有效值。",
51831
+ "example": "无",
51832
+ "member": "string",
51833
+ "name": "TaskTypeDesc",
51834
+ "output_required": false,
51835
+ "type": "string",
51836
+ "value_allowed_null": true
51837
+ }
51838
+ ],
51839
+ "usage": "out"
51840
+ },
51652
51841
  "SuspendIntegrationTaskRequest": {
51653
51842
  "document": "SuspendIntegrationTask请求参数结构体",
51654
51843
  "members": [
@@ -1195,7 +1195,7 @@
1195
1195
  "DescribeProjectUsers": [
1196
1196
  {
1197
1197
  "document": "查询项目下用户",
1198
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectUsers\n<公共请求参数>\n\n{\n \"PageNumber\": \"0\",\n \"PageSize\": \"10\"\n}",
1198
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProjectUsers\n<公共请求参数>\n\n{\n \"ProjectId\": \"692447575408074752\",\n \"PageNumber\": \"0\",\n \"PageSize\": \"10\"\n}",
1199
1199
  "output": "{\n \"Response\": {\n \"Data\": {\n \"PageNumber\": 0,\n \"PageSize\": 1,\n \"Rows\": [\n {\n \"AppId\": null,\n \"CreateTime\": \"2024-08-14T17:48:55+08:00\",\n \"Creator\": true,\n \"DisplayName\": \"peterpksong\",\n \"Email\": null,\n \"IsProjectAdmin\": true,\n \"OwnerUin\": null,\n \"PhoneNum\": null,\n \"Roles\": [\n {\n \"Description\": null,\n \"MethodPaths\": null,\n \"Name\": \"ProjectManager\",\n \"NameCn\": \"项目管理员\",\n \"Params\": null,\n \"Privileges\": null,\n \"RoleId\": \"308335260274237440\",\n \"RoleType\": null,\n \"SystemInit\": null\n }\n ],\n \"UserId\": \"100028694266\",\n \"UserName\": \"peterpksong\"\n }\n ],\n \"TotalCount\": 2,\n \"TotalPageNumber\": 2\n },\n \"RequestId\": \"477b3ec7-afe2-4d3d-a772-52100d60d668\"\n }\n}",
1200
1200
  "title": "成功示例2"
1201
1201
  }
@@ -1273,8 +1273,8 @@
1273
1273
  "DescribeReportTaskList": [
1274
1274
  {
1275
1275
  "document": "正常调用",
1276
- "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReportTaskList\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"EngineTaskId\": \"4dfedddfcc1611efa2b9525400942df5\"\n}",
1277
- "output": "{\n \"Response\": {\n \"Data\": {\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Rows\": [\n {\n \"AppID\": \"1315051789\",\n \"EngineExeEndTime\": \"2025-01-06 18:09:25\",\n \"EngineExeStartTime\": \"2025-01-06 18:09:24\",\n \"EngineExeStatus\": \"SUCCESS\",\n \"EngineExeUser\": null,\n \"EngineName\": \"DLC_Standard_Presto\",\n \"EngineSubType\": \"DLC_Standard_Presto\",\n \"EngineTaskId\": \"4dfedddfcc1611efa2b9525400942df5\",\n \"EngineType\": \"DLC\",\n \"InChargeId\": null,\n \"InstanceId\": \"ffda85b9-5258-477c-a965-380b3d4d3f64\",\n \"JobId\": \"a93d192c-96f0-487e-9a81-7e7b964d22ef\",\n \"OnwerUid\": null,\n \"ProductSource\": \"DATA_EXPLORATION\",\n \"ProjectId\": \"1460947878944567296\",\n \"TaskId\": null,\n \"TaskName\": null,\n \"TaskTypeId\": null\n }\n ],\n \"TotalCount\": 1,\n \"TotalPageNumber\": 1\n },\n \"RequestId\": \"cf410329-1b40-46cb-91ea-8d6d970c819b\"\n }\n}",
1276
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeReportTaskList\n<公共请求参数>\n\n{\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"EngineTaskId\": \"xxxxxxx\"\n}",
1277
+ "output": "{\n \"Response\": {\n \"Data\": {\n \"PageNum\": 1,\n \"PageSize\": 10,\n \"Rows\": [\n {\n \"EngineExeEndTime\": \"2025-01-06 18:09:25\",\n \"EngineExeStartTime\": \"2025-01-06 18:09:24\",\n \"EngineExeStatus\": \"SUCCESS\",\n \"EngineExeUser\": null,\n \"EngineName\": \"DLC_Standard_Presto\",\n \"EngineSubType\": \"DLC_Standard_Presto\",\n \"EngineTaskId\": \"xxxxxxx\",\n \"EngineType\": \"DLC\",\n \"InChargeId\": null,\n \"InstanceId\": \"xxxxxxx\",\n \"JobId\": \"xxxxxxx\",\n \"OnwerUid\": null,\n \"ProductSource\": \"DATA_EXPLORATION\",\n \"ProjectId\": \"1460947878944567296\",\n \"TaskId\": null,\n \"TaskName\": null,\n \"TaskTypeId\": null\n }\n ],\n \"TotalCount\": 1,\n \"TotalPageNumber\": 1\n },\n \"RequestId\": \"cf410329-1b40-46cb-91ea-8d6d970c819b\"\n }\n}",
1278
1278
  "title": "正常调用"
1279
1279
  }
1280
1280
  ],
@@ -1486,6 +1486,14 @@
1486
1486
  "title": "获取下游任务信息"
1487
1487
  }
1488
1488
  ],
1489
+ "DescribeSuccessorTaskInfoList": [
1490
+ {
1491
+ "document": "",
1492
+ "input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSuccessorTaskInfoList\n<公共请求参数>\n\n{\n \"TaskIds\": [\n \"abc\"\n ],\n \"ProjectId\": \"abc\"\n}",
1493
+ "output": "{\n \"Response\": {\n \"Data\": [\n {\n \"TaskId\": \"abc\",\n \"WorkflowId\": \"abc\",\n \"TaskName\": \"abc\",\n \"Layer\": 0,\n \"Status\": \"abc\",\n \"TaskTypeId\": 0,\n \"InCharge\": \"abc\",\n \"ProjectId\": \"abc\",\n \"ProjectName\": \"abc\",\n \"WorkflowName\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
1494
+ "title": "例子"
1495
+ }
1496
+ ],
1489
1497
  "DescribeTableBasicInfo": [
1490
1498
  {
1491
1499
  "document": "1",
@@ -10417,6 +10417,58 @@ def doDescribeAllByFolderNew(args, parsed_globals):
10417
10417
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
10418
10418
 
10419
10419
 
10420
+ def doDescribeSuccessorTaskInfoList(args, parsed_globals):
10421
+ g_param = parse_global_arg(parsed_globals)
10422
+
10423
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
10424
+ cred = credential.CVMRoleCredential()
10425
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
10426
+ cred = credential.STSAssumeRoleCredential(
10427
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
10428
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
10429
+ )
10430
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
10431
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
10432
+ else:
10433
+ cred = credential.Credential(
10434
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
10435
+ )
10436
+ http_profile = HttpProfile(
10437
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
10438
+ reqMethod="POST",
10439
+ endpoint=g_param[OptionsDefine.Endpoint],
10440
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
10441
+ )
10442
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
10443
+ if g_param[OptionsDefine.Language]:
10444
+ profile.language = g_param[OptionsDefine.Language]
10445
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
10446
+ client = mod.WedataClient(cred, g_param[OptionsDefine.Region], profile)
10447
+ client._sdkVersion += ("_CLI_" + __version__)
10448
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
10449
+ model = models.DescribeSuccessorTaskInfoListRequest()
10450
+ model.from_json_string(json.dumps(args))
10451
+ start_time = time.time()
10452
+ while True:
10453
+ rsp = client.DescribeSuccessorTaskInfoList(model)
10454
+ result = rsp.to_json_string()
10455
+ try:
10456
+ json_obj = json.loads(result)
10457
+ except TypeError as e:
10458
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
10459
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
10460
+ break
10461
+ cur_time = time.time()
10462
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
10463
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
10464
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
10465
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
10466
+ else:
10467
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
10468
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
10469
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
10470
+
10471
+
10420
10472
  def doUpdateWorkflowOwner(args, parsed_globals):
10421
10473
  g_param = parse_global_arg(parsed_globals)
10422
10474
 
@@ -15672,6 +15724,7 @@ ACTION_MAP = {
15672
15724
  "ModifyMonitorStatus": doModifyMonitorStatus,
15673
15725
  "ReportTable": doReportTable,
15674
15726
  "DescribeAllByFolderNew": doDescribeAllByFolderNew,
15727
+ "DescribeSuccessorTaskInfoList": doDescribeSuccessorTaskInfoList,
15675
15728
  "UpdateWorkflowOwner": doUpdateWorkflowOwner,
15676
15729
  "UpdateWorkflowInfo": doUpdateWorkflowInfo,
15677
15730
  "UnboundProjectExecutorResource": doUnboundProjectExecutorResource,