tccli 3.0.1159.1__py2.py3-none-any.whl → 3.0.1161.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/aiart/v20221229/api.json +12 -15
- tccli/services/apm/v20210622/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +3 -1
- tccli/services/cdwdoris/cdwdoris_client.py +1056 -49
- tccli/services/cdwdoris/v20211228/api.json +3192 -1014
- tccli/services/cdwdoris/v20211228/examples.json +152 -0
- tccli/services/cfg/cfg_client.py +224 -12
- tccli/services/cfg/v20210820/api.json +897 -32
- tccli/services/cfg/v20210820/examples.json +32 -0
- tccli/services/cfw/v20190904/api.json +12 -2
- tccli/services/cls/v20201016/api.json +11 -1
- tccli/services/cme/v20191029/api.json +9 -9
- tccli/services/cme/v20191029/examples.json +1 -1
- tccli/services/csip/csip_client.py +53 -0
- tccli/services/csip/v20221121/api.json +136 -2
- tccli/services/csip/v20221121/examples.json +8 -0
- tccli/services/cwp/v20180228/api.json +66 -46
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +31 -2
- tccli/services/dnspod/v20210323/api.json +1 -1
- tccli/services/domain/v20180808/api.json +1 -1
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +6 -6
- tccli/services/essbasic/v20210526/api.json +21 -12
- tccli/services/essbasic/v20210526/examples.json +7 -1
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +25 -25
- tccli/services/iotexplorer/v20190423/examples.json +10 -4
- tccli/services/lcic/lcic_client.py +57 -4
- tccli/services/lcic/v20220817/api.json +52 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +563 -9
- tccli/services/ocr/v20181119/api.json +10 -0
- tccli/services/trro/v20220325/api.json +181 -6
- tccli/services/trro/v20220325/examples.json +3 -3
- tccli/services/trtc/trtc_client.py +53 -0
- tccli/services/trtc/v20190722/api.json +83 -10
- tccli/services/trtc/v20190722/examples.json +27 -13
- tccli/services/tsf/v20180326/api.json +8 -7
- tccli/services/tsf/v20180326/examples.json +1 -1
- tccli/services/vclm/v20240523/api.json +137 -1
- tccli/services/vclm/v20240523/examples.json +46 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/vtc/v20240223/api.json +1 -1
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1159.1.dist-info → tccli-3.0.1161.1.dist-info}/license_files/LICENSE +0 -0
@@ -11295,7 +11295,7 @@
|
|
11295
11295
|
"example": "1",
|
11296
11296
|
"member": "uint64",
|
11297
11297
|
"name": "Id",
|
11298
|
-
"
|
11298
|
+
"output_required": true,
|
11299
11299
|
"type": "int",
|
11300
11300
|
"value_allowed_null": false
|
11301
11301
|
},
|
@@ -11305,7 +11305,7 @@
|
|
11305
11305
|
"example": "dadada",
|
11306
11306
|
"member": "string",
|
11307
11307
|
"name": "Uuid",
|
11308
|
-
"
|
11308
|
+
"output_required": true,
|
11309
11309
|
"type": "string",
|
11310
11310
|
"value_allowed_null": false
|
11311
11311
|
},
|
@@ -11315,7 +11315,7 @@
|
|
11315
11315
|
"example": "dadasda",
|
11316
11316
|
"member": "string",
|
11317
11317
|
"name": "Quuid",
|
11318
|
-
"
|
11318
|
+
"output_required": true,
|
11319
11319
|
"type": "string",
|
11320
11320
|
"value_allowed_null": false
|
11321
11321
|
},
|
@@ -11325,7 +11325,7 @@
|
|
11325
11325
|
"example": "127.0.0.1",
|
11326
11326
|
"member": "string",
|
11327
11327
|
"name": "Hostip",
|
11328
|
-
"
|
11328
|
+
"output_required": true,
|
11329
11329
|
"type": "string",
|
11330
11330
|
"value_allowed_null": false
|
11331
11331
|
},
|
@@ -11335,7 +11335,7 @@
|
|
11335
11335
|
"example": "root",
|
11336
11336
|
"member": "string",
|
11337
11337
|
"name": "User",
|
11338
|
-
"
|
11338
|
+
"output_required": true,
|
11339
11339
|
"type": "string",
|
11340
11340
|
"value_allowed_null": false
|
11341
11341
|
},
|
@@ -11345,7 +11345,7 @@
|
|
11345
11345
|
"example": "1",
|
11346
11346
|
"member": "uint64",
|
11347
11347
|
"name": "Platform",
|
11348
|
-
"
|
11348
|
+
"output_required": true,
|
11349
11349
|
"type": "int",
|
11350
11350
|
"value_allowed_null": false
|
11351
11351
|
},
|
@@ -11355,7 +11355,7 @@
|
|
11355
11355
|
"example": "rm",
|
11356
11356
|
"member": "string",
|
11357
11357
|
"name": "BashCmd",
|
11358
|
-
"
|
11358
|
+
"output_required": true,
|
11359
11359
|
"type": "string",
|
11360
11360
|
"value_allowed_null": false
|
11361
11361
|
},
|
@@ -11365,7 +11365,7 @@
|
|
11365
11365
|
"example": "1",
|
11366
11366
|
"member": "uint64",
|
11367
11367
|
"name": "RuleId",
|
11368
|
-
"
|
11368
|
+
"output_required": true,
|
11369
11369
|
"type": "int",
|
11370
11370
|
"value_allowed_null": false
|
11371
11371
|
},
|
@@ -11375,7 +11375,7 @@
|
|
11375
11375
|
"example": "1",
|
11376
11376
|
"member": "string",
|
11377
11377
|
"name": "RuleName",
|
11378
|
-
"
|
11378
|
+
"output_required": true,
|
11379
11379
|
"type": "string",
|
11380
11380
|
"value_allowed_null": false
|
11381
11381
|
},
|
@@ -11385,7 +11385,7 @@
|
|
11385
11385
|
"example": "1",
|
11386
11386
|
"member": "uint64",
|
11387
11387
|
"name": "RuleLevel",
|
11388
|
-
"
|
11388
|
+
"output_required": true,
|
11389
11389
|
"type": "int",
|
11390
11390
|
"value_allowed_null": false
|
11391
11391
|
},
|
@@ -11395,7 +11395,7 @@
|
|
11395
11395
|
"example": "1",
|
11396
11396
|
"member": "uint64",
|
11397
11397
|
"name": "Status",
|
11398
|
-
"
|
11398
|
+
"output_required": true,
|
11399
11399
|
"type": "int",
|
11400
11400
|
"value_allowed_null": false
|
11401
11401
|
},
|
@@ -11405,7 +11405,7 @@
|
|
11405
11405
|
"example": "2021-03-30 19:17:28",
|
11406
11406
|
"member": "string",
|
11407
11407
|
"name": "CreateTime",
|
11408
|
-
"
|
11408
|
+
"output_required": true,
|
11409
11409
|
"type": "string",
|
11410
11410
|
"value_allowed_null": false
|
11411
11411
|
},
|
@@ -11415,7 +11415,7 @@
|
|
11415
11415
|
"example": "主机",
|
11416
11416
|
"member": "string",
|
11417
11417
|
"name": "MachineName",
|
11418
|
-
"
|
11418
|
+
"output_required": true,
|
11419
11419
|
"type": "string",
|
11420
11420
|
"value_allowed_null": false
|
11421
11421
|
},
|
@@ -11425,7 +11425,7 @@
|
|
11425
11425
|
"example": "1",
|
11426
11426
|
"member": "uint64",
|
11427
11427
|
"name": "DetectBy",
|
11428
|
-
"
|
11428
|
+
"output_required": true,
|
11429
11429
|
"type": "int",
|
11430
11430
|
"value_allowed_null": true
|
11431
11431
|
},
|
@@ -11435,7 +11435,7 @@
|
|
11435
11435
|
"example": "1",
|
11436
11436
|
"member": "string",
|
11437
11437
|
"name": "Pid",
|
11438
|
-
"
|
11438
|
+
"output_required": true,
|
11439
11439
|
"type": "string",
|
11440
11440
|
"value_allowed_null": true
|
11441
11441
|
},
|
@@ -11445,7 +11445,7 @@
|
|
11445
11445
|
"example": "1.exe",
|
11446
11446
|
"member": "string",
|
11447
11447
|
"name": "Exe",
|
11448
|
-
"
|
11448
|
+
"output_required": true,
|
11449
11449
|
"type": "string",
|
11450
11450
|
"value_allowed_null": true
|
11451
11451
|
},
|
@@ -11455,7 +11455,7 @@
|
|
11455
11455
|
"example": "2021-03-30 19:17:28",
|
11456
11456
|
"member": "string",
|
11457
11457
|
"name": "ModifyTime",
|
11458
|
-
"
|
11458
|
+
"output_required": true,
|
11459
11459
|
"type": "string",
|
11460
11460
|
"value_allowed_null": true
|
11461
11461
|
},
|
@@ -11465,7 +11465,7 @@
|
|
11465
11465
|
"example": "0",
|
11466
11466
|
"member": "uint64",
|
11467
11467
|
"name": "RuleCategory",
|
11468
|
-
"
|
11468
|
+
"output_required": true,
|
11469
11469
|
"type": "int",
|
11470
11470
|
"value_allowed_null": true
|
11471
11471
|
},
|
@@ -11475,7 +11475,17 @@
|
|
11475
11475
|
"example": "rm -rf /tmp/t*",
|
11476
11476
|
"member": "string",
|
11477
11477
|
"name": "RegexBashCmd",
|
11478
|
-
"
|
11478
|
+
"output_required": true,
|
11479
|
+
"type": "string",
|
11480
|
+
"value_allowed_null": true
|
11481
|
+
},
|
11482
|
+
{
|
11483
|
+
"disabled": false,
|
11484
|
+
"document": "主机HostName\n注意:此字段可能返回 null,表示取不到有效值。",
|
11485
|
+
"example": "ins-1324",
|
11486
|
+
"member": "string",
|
11487
|
+
"name": "HostName",
|
11488
|
+
"output_required": false,
|
11479
11489
|
"type": "string",
|
11480
11490
|
"value_allowed_null": true
|
11481
11491
|
}
|
@@ -11707,7 +11717,7 @@
|
|
11707
11717
|
"example": "1",
|
11708
11718
|
"member": "uint64",
|
11709
11719
|
"name": "Id",
|
11710
|
-
"
|
11720
|
+
"output_required": true,
|
11711
11721
|
"type": "int",
|
11712
11722
|
"value_allowed_null": false
|
11713
11723
|
},
|
@@ -11717,7 +11727,7 @@
|
|
11717
11727
|
"example": "dadada",
|
11718
11728
|
"member": "string",
|
11719
11729
|
"name": "Uuid",
|
11720
|
-
"
|
11730
|
+
"output_required": true,
|
11721
11731
|
"type": "string",
|
11722
11732
|
"value_allowed_null": false
|
11723
11733
|
},
|
@@ -11727,7 +11737,7 @@
|
|
11727
11737
|
"example": "dadasda",
|
11728
11738
|
"member": "string",
|
11729
11739
|
"name": "Quuid",
|
11730
|
-
"
|
11740
|
+
"output_required": true,
|
11731
11741
|
"type": "string",
|
11732
11742
|
"value_allowed_null": false
|
11733
11743
|
},
|
@@ -11737,7 +11747,7 @@
|
|
11737
11747
|
"example": "127.0.0.1",
|
11738
11748
|
"member": "string",
|
11739
11749
|
"name": "HostIp",
|
11740
|
-
"
|
11750
|
+
"output_required": true,
|
11741
11751
|
"type": "string",
|
11742
11752
|
"value_allowed_null": false
|
11743
11753
|
},
|
@@ -11747,7 +11757,7 @@
|
|
11747
11757
|
"example": "1",
|
11748
11758
|
"member": "uint64",
|
11749
11759
|
"name": "Platform",
|
11750
|
-
"
|
11760
|
+
"output_required": true,
|
11751
11761
|
"type": "int",
|
11752
11762
|
"value_allowed_null": false
|
11753
11763
|
},
|
@@ -11757,7 +11767,7 @@
|
|
11757
11767
|
"example": "rm",
|
11758
11768
|
"member": "string",
|
11759
11769
|
"name": "BashCmd",
|
11760
|
-
"
|
11770
|
+
"output_required": true,
|
11761
11771
|
"type": "string",
|
11762
11772
|
"value_allowed_null": false
|
11763
11773
|
},
|
@@ -11767,7 +11777,7 @@
|
|
11767
11777
|
"example": "1",
|
11768
11778
|
"member": "uint64",
|
11769
11779
|
"name": "RuleId",
|
11770
|
-
"
|
11780
|
+
"output_required": true,
|
11771
11781
|
"type": "int",
|
11772
11782
|
"value_allowed_null": false
|
11773
11783
|
},
|
@@ -11777,7 +11787,7 @@
|
|
11777
11787
|
"example": "1",
|
11778
11788
|
"member": "string",
|
11779
11789
|
"name": "RuleName",
|
11780
|
-
"
|
11790
|
+
"output_required": true,
|
11781
11791
|
"type": "string",
|
11782
11792
|
"value_allowed_null": false
|
11783
11793
|
},
|
@@ -11787,7 +11797,7 @@
|
|
11787
11797
|
"example": "1",
|
11788
11798
|
"member": "uint64",
|
11789
11799
|
"name": "RuleLevel",
|
11790
|
-
"
|
11800
|
+
"output_required": true,
|
11791
11801
|
"type": "int",
|
11792
11802
|
"value_allowed_null": false
|
11793
11803
|
},
|
@@ -11797,7 +11807,7 @@
|
|
11797
11807
|
"example": "1",
|
11798
11808
|
"member": "uint64",
|
11799
11809
|
"name": "Status",
|
11800
|
-
"
|
11810
|
+
"output_required": true,
|
11801
11811
|
"type": "int",
|
11802
11812
|
"value_allowed_null": false
|
11803
11813
|
},
|
@@ -11807,7 +11817,7 @@
|
|
11807
11817
|
"example": "2021-03-30 19:17:28",
|
11808
11818
|
"member": "string",
|
11809
11819
|
"name": "CreateTime",
|
11810
|
-
"
|
11820
|
+
"output_required": true,
|
11811
11821
|
"type": "string",
|
11812
11822
|
"value_allowed_null": false
|
11813
11823
|
},
|
@@ -11817,7 +11827,7 @@
|
|
11817
11827
|
"example": "主机",
|
11818
11828
|
"member": "string",
|
11819
11829
|
"name": "MachineName",
|
11820
|
-
"
|
11830
|
+
"output_required": true,
|
11821
11831
|
"type": "string",
|
11822
11832
|
"value_allowed_null": false
|
11823
11833
|
},
|
@@ -11827,7 +11837,7 @@
|
|
11827
11837
|
"example": "1.exe",
|
11828
11838
|
"member": "string",
|
11829
11839
|
"name": "Exe",
|
11830
|
-
"
|
11840
|
+
"output_required": true,
|
11831
11841
|
"type": "string",
|
11832
11842
|
"value_allowed_null": true
|
11833
11843
|
},
|
@@ -11837,7 +11847,7 @@
|
|
11837
11847
|
"example": "2021-03-30 19:17:28",
|
11838
11848
|
"member": "string",
|
11839
11849
|
"name": "ModifyTime",
|
11840
|
-
"
|
11850
|
+
"output_required": true,
|
11841
11851
|
"type": "string",
|
11842
11852
|
"value_allowed_null": true
|
11843
11853
|
},
|
@@ -11847,7 +11857,7 @@
|
|
11847
11857
|
"example": "0",
|
11848
11858
|
"member": "uint64",
|
11849
11859
|
"name": "RuleCategory",
|
11850
|
-
"
|
11860
|
+
"output_required": true,
|
11851
11861
|
"type": "int",
|
11852
11862
|
"value_allowed_null": true
|
11853
11863
|
},
|
@@ -11857,7 +11867,7 @@
|
|
11857
11867
|
"example": "rm -rf /tmp/t*",
|
11858
11868
|
"member": "string",
|
11859
11869
|
"name": "RegexBashCmd",
|
11860
|
-
"
|
11870
|
+
"output_required": true,
|
11861
11871
|
"type": "string",
|
11862
11872
|
"value_allowed_null": true
|
11863
11873
|
},
|
@@ -11867,7 +11877,7 @@
|
|
11867
11877
|
"example": "\"[{\"pid\":1234,\"exe\":\"/usr/bin/bash\",\"account\":\"root:root\",\"cmdl\"",
|
11868
11878
|
"member": "string",
|
11869
11879
|
"name": "PsTree",
|
11870
|
-
"
|
11880
|
+
"output_required": true,
|
11871
11881
|
"type": "string",
|
11872
11882
|
"value_allowed_null": true
|
11873
11883
|
},
|
@@ -11877,7 +11887,7 @@
|
|
11877
11887
|
"example": "建议方案",
|
11878
11888
|
"member": "string",
|
11879
11889
|
"name": "SuggestScheme",
|
11880
|
-
"
|
11890
|
+
"output_required": true,
|
11881
11891
|
"type": "string",
|
11882
11892
|
"value_allowed_null": true
|
11883
11893
|
},
|
@@ -11887,7 +11897,7 @@
|
|
11887
11897
|
"example": "描述",
|
11888
11898
|
"member": "string",
|
11889
11899
|
"name": "HarmDescribe",
|
11890
|
-
"
|
11900
|
+
"output_required": true,
|
11891
11901
|
"type": "string",
|
11892
11902
|
"value_allowed_null": true
|
11893
11903
|
},
|
@@ -11897,7 +11907,7 @@
|
|
11897
11907
|
"example": "[\"标签1\",\"标签2\"]",
|
11898
11908
|
"member": "string",
|
11899
11909
|
"name": "Tags",
|
11900
|
-
"
|
11910
|
+
"output_required": true,
|
11901
11911
|
"type": "list",
|
11902
11912
|
"value_allowed_null": true
|
11903
11913
|
},
|
@@ -11907,7 +11917,7 @@
|
|
11907
11917
|
"example": "[\"http://www.tencent.com\"]",
|
11908
11918
|
"member": "string",
|
11909
11919
|
"name": "References",
|
11910
|
-
"
|
11920
|
+
"output_required": true,
|
11911
11921
|
"type": "list",
|
11912
11922
|
"value_allowed_null": true
|
11913
11923
|
},
|
@@ -11917,7 +11927,7 @@
|
|
11917
11927
|
"example": "124.2.4.55",
|
11918
11928
|
"member": "string",
|
11919
11929
|
"name": "MachineWanIp",
|
11920
|
-
"
|
11930
|
+
"output_required": true,
|
11921
11931
|
"type": "string",
|
11922
11932
|
"value_allowed_null": true
|
11923
11933
|
},
|
@@ -11927,7 +11937,7 @@
|
|
11927
11937
|
"example": "ONLINE",
|
11928
11938
|
"member": "string",
|
11929
11939
|
"name": "MachineStatus",
|
11930
|
-
"
|
11940
|
+
"output_required": true,
|
11931
11941
|
"type": "string",
|
11932
11942
|
"value_allowed_null": true
|
11933
11943
|
},
|
@@ -11937,7 +11947,7 @@
|
|
11937
11947
|
"example": "test",
|
11938
11948
|
"member": "string",
|
11939
11949
|
"name": "User",
|
11940
|
-
"
|
11950
|
+
"output_required": true,
|
11941
11951
|
"type": "string",
|
11942
11952
|
"value_allowed_null": true
|
11943
11953
|
},
|
@@ -11947,7 +11957,17 @@
|
|
11947
11957
|
"example": "1234",
|
11948
11958
|
"member": "string",
|
11949
11959
|
"name": "Pid",
|
11950
|
-
"
|
11960
|
+
"output_required": true,
|
11961
|
+
"type": "string",
|
11962
|
+
"value_allowed_null": true
|
11963
|
+
},
|
11964
|
+
{
|
11965
|
+
"disabled": false,
|
11966
|
+
"document": "数据来源\n注意:此字段可能返回 null,表示取不到有效值。",
|
11967
|
+
"example": "无",
|
11968
|
+
"member": "string",
|
11969
|
+
"name": "DetectBy",
|
11970
|
+
"output_required": false,
|
11951
11971
|
"type": "string",
|
11952
11972
|
"value_allowed_null": true
|
11953
11973
|
}
|
@@ -38386,7 +38406,7 @@
|
|
38386
38406
|
"example": "xx",
|
38387
38407
|
"member": "string",
|
38388
38408
|
"name": "DownloadUrl",
|
38389
|
-
"
|
38409
|
+
"output_required": true,
|
38390
38410
|
"type": "string",
|
38391
38411
|
"value_allowed_null": false
|
38392
38412
|
},
|
@@ -40737,7 +40757,7 @@
|
|
40737
40757
|
"example": "xxx",
|
40738
40758
|
"member": "string",
|
40739
40759
|
"name": "DownloadUrl",
|
40740
|
-
"
|
40760
|
+
"output_required": true,
|
40741
40761
|
"type": "string",
|
40742
40762
|
"value_allowed_null": false
|
40743
40763
|
},
|
@@ -3040,7 +3040,7 @@
|
|
3040
3040
|
{
|
3041
3041
|
"document": "",
|
3042
3042
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetRecentMachineInfo\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\"\n}",
|
3043
|
-
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"xx\",\n \"RequestId\": \"
|
3043
|
+
"output": "{\n \"Response\": {\n \"DownloadUrl\": \"http://xx/xxx\",\n \"RequestId\": \"abcs12434\"\n }\n}",
|
3044
3044
|
"title": "导出主机概况趋势"
|
3045
3045
|
}
|
3046
3046
|
],
|
@@ -631,7 +631,7 @@
|
|
631
631
|
"status": "online"
|
632
632
|
},
|
633
633
|
"DescribeTaskResult": {
|
634
|
-
"document": "
|
634
|
+
"document": "查询任务结果,仅支持30天以内的任务查询结果,且返回数据大小超过近50M会进行截断。",
|
635
635
|
"input": "DescribeTaskResultRequest",
|
636
636
|
"name": "查询任务结果(用于: SparkSQL、PrestoSQL、Spark作业任务)",
|
637
637
|
"output": "DescribeTaskResultResponse",
|
@@ -9289,6 +9289,15 @@
|
|
9289
9289
|
"name": "Offset",
|
9290
9290
|
"required": false,
|
9291
9291
|
"type": "int"
|
9292
|
+
},
|
9293
|
+
{
|
9294
|
+
"disabled": false,
|
9295
|
+
"document": "过滤类型,支持如下的过滤类型,传参Name应为以下其中一个, engine-generation - String(引擎时代: supersql:supersql引擎,native:标准引擎):notebook-keyword - String(数据引擎名称或sessionid或sessionname的模糊搜索)",
|
9296
|
+
"example": "无",
|
9297
|
+
"member": "Filter",
|
9298
|
+
"name": "Filters",
|
9299
|
+
"required": false,
|
9300
|
+
"type": "list"
|
9292
9301
|
}
|
9293
9302
|
],
|
9294
9303
|
"type": "object"
|
@@ -10515,7 +10524,7 @@
|
|
10515
10524
|
"members": [
|
10516
10525
|
{
|
10517
10526
|
"disabled": false,
|
10518
|
-
"document": "任务唯一ID",
|
10527
|
+
"document": "任务唯一ID,仅支持30天内的任务",
|
10519
10528
|
"example": "fdd9c5fa21ca11eca6fb5254006c64af",
|
10520
10529
|
"member": "string",
|
10521
10530
|
"name": "TaskId",
|
@@ -10897,6 +10906,24 @@
|
|
10897
10906
|
"name": "DataEngineConfigCommand",
|
10898
10907
|
"required": true,
|
10899
10908
|
"type": "string"
|
10909
|
+
},
|
10910
|
+
{
|
10911
|
+
"disabled": false,
|
10912
|
+
"document": "是否使用托管存储作为结果存储",
|
10913
|
+
"example": "false",
|
10914
|
+
"member": "bool",
|
10915
|
+
"name": "UseLakeFs",
|
10916
|
+
"required": false,
|
10917
|
+
"type": "bool"
|
10918
|
+
},
|
10919
|
+
{
|
10920
|
+
"disabled": false,
|
10921
|
+
"document": "用户自定义结果存储路径",
|
10922
|
+
"example": "cosn://test-bucket/dir",
|
10923
|
+
"member": "string",
|
10924
|
+
"name": "CustomResultPath",
|
10925
|
+
"required": false,
|
10926
|
+
"type": "string"
|
10900
10927
|
}
|
10901
10928
|
],
|
10902
10929
|
"type": "object"
|
@@ -10910,6 +10937,7 @@
|
|
10910
10937
|
"example": "[xxx]",
|
10911
10938
|
"member": "DataEngineBasicInfo",
|
10912
10939
|
"name": "DataEngineBasicInfos",
|
10940
|
+
"output_required": true,
|
10913
10941
|
"type": "list",
|
10914
10942
|
"value_allowed_null": false
|
10915
10943
|
},
|
@@ -10919,6 +10947,7 @@
|
|
10919
10947
|
"example": "1",
|
10920
10948
|
"member": "int64",
|
10921
10949
|
"name": "TotalCount",
|
10950
|
+
"output_required": true,
|
10922
10951
|
"type": "int",
|
10923
10952
|
"value_allowed_null": false
|
10924
10953
|
},
|
@@ -99,7 +99,7 @@
|
|
99
99
|
"status": "online"
|
100
100
|
},
|
101
101
|
"CreateFlowApprovers": {
|
102
|
-
"document": "
|
102
|
+
"document": "**适用场景 :**\n\n当通过模板或文件发起合同时, 签署人不制定, 等合同发起后再指定 可以用下面2种方案\n\n<b><font color=\"red\">1. 或签合同</font>: 若未指定企业签署人信息(只指定企业的名字),合同变成或签合同(个人签署方不支持或签合同)</b>。需调用此接口补充或添加签署人。或签签署人在控制台上的展示样式如下(会带有<b>或签</b>标识):\n![image](https://qcloudimg.tencent-cloud.cn/raw/b2715f0236faee807cfc0521f93cf01b.png)\n<b><font color=\"red\">2. 动态签署人合同</font>: 若未指定具体签署人的信息,则合同变成动态签署人合同</b>。需调用此接口补充或添加签署人。可以参考文档 [动态签署人合同](https://qian.tencent.com/developers/company/dynamic_signer/) 。动态签署人在控制台上的展示样式如下:\n![image](https://qcloudimg.tencent-cloud.cn/raw/2729477978e020c3bbb4d2e767bb78eb.png)\n\n实际签署人需要通过[获取跳转至腾讯电子签小程序的签署链接](https://qian.tencent.com/developers/companyApis/startFlows/CreateSchemeUrl/)生成的链接进入小程序,领取合同并签署。同一签署环节可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。\n\n\n**限制条件**:\n\n1.本企业(发起方企业)企业微信签署人仅支持通过企业微信UserId或姓名+手机号进行补充。\n\n2.本企业(发起方企业)非企业微信签署人仅支持通过姓名+手机号进行补充。\n\n3.他方企业仅支持通过姓名+手机号进行补充。\n\n4.个人签署人支持通过姓名+手机号进行补充(若<b>个人用户已完成实名</b>,动态签署人合同也可以可通过姓名+证件号码进行补充)\n\n\n**整体流程如下图:**\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/29a0fba0ceebf9227849459947384862.png)",
|
103
103
|
"input": "CreateFlowApproversRequest",
|
104
104
|
"name": "补充签署流程签署人信息",
|
105
105
|
"output": "CreateFlowApproversResponse",
|
@@ -248,7 +248,7 @@
|
|
248
248
|
"CreatePartnerAutoSignAuthUrl": {
|
249
249
|
"document": "创建他方自动签授权链接(他方授权/我方授权),通过该链接可进入小程序进行合作方企业的自动签授权,若授权企业未开通企业自动签,通过该链接会先引导开通本企业自动签。\n该接口效果同控制台: 企业设置-> 扩展服务 -> 企业自动签署 -> 合作企业方授权\n\n\n\n注: \n1. <font color='red'>所在企业的超管、法人才有权限调用此接口</font>(Operator.UserId 需要传递超管或者法人的UserId)\n2. 已经在授权中或者授权成功的企业,无法重复授权\n3. 授权企业和被授权企业必须都是已认证企业",
|
250
250
|
"input": "CreatePartnerAutoSignAuthUrlRequest",
|
251
|
-
"name": "
|
251
|
+
"name": "创建他方企业自动签授权链接(他方授权,我方授权)",
|
252
252
|
"output": "CreatePartnerAutoSignAuthUrlResponse",
|
253
253
|
"status": "online"
|
254
254
|
},
|
@@ -2884,7 +2884,7 @@
|
|
2884
2884
|
},
|
2885
2885
|
{
|
2886
2886
|
"disabled": false,
|
2887
|
-
"document": "
|
2887
|
+
"document": "补充签署环节签署候选人信息。\n\n注:` 如果发起方指定的补充签署人是企业微信签署人(ApproverSource=WEWORKAPP),则需要提供企业微信UserId进行补充; 如果不指定,则使用姓名和手机号进行补充。`",
|
2888
2888
|
"example": "无",
|
2889
2889
|
"member": "FillApproverInfo",
|
2890
2890
|
"name": "Approvers",
|
@@ -2902,7 +2902,7 @@
|
|
2902
2902
|
},
|
2903
2903
|
{
|
2904
2904
|
"disabled": false,
|
2905
|
-
"document": "签署人信息补充方式\n\n<ul><li>**0**:
|
2905
|
+
"document": "签署人信息补充方式\n\n<ul><li>**0**: <font color=\"red\">或签合同</font>添加签署候选人,或签支持一个节点传多个签署人,不传值默认或签。\n注: `或签只支持企业签署方`</li>\n<li>**1**: <font color=\"red\">动态签署人合同</font>的添加签署候选人,支持企业或个人签署方。</li></ul>",
|
2906
2906
|
"example": "无",
|
2907
2907
|
"member": "int64",
|
2908
2908
|
"name": "FillApproverType",
|
@@ -611,17 +611,17 @@
|
|
611
611
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=Mi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=1&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
|
612
612
|
"title": "创建个人用户H5签署链接,使用视频认证方式"
|
613
613
|
},
|
614
|
-
{
|
615
|
-
"document": "1. 给个人用户创建签署链接\n2. 用户姓名不是合同的参与人",
|
616
|
-
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"张三\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
|
617
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound\",\n \"Message\": \"无法找到参与人\"\n },\n \"RequestId\": \"s1693832578941223891\"\n }\n}",
|
618
|
-
"title": "错误示例-创建个人用户签署链接,传错签署人姓名"
|
619
|
-
},
|
620
614
|
{
|
621
615
|
"document": "1. 给个人用户创建签署链接\n2. 签署完成后跳转到指定页面地址(设置跳转地址JumpUrl)",
|
622
616
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\"\n }\n ],\n \"JumpUrl\": \"https://www.example.com\",\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
|
623
617
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfos\": [\n {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.test.qian.tencent.cn/home?ApproverIdCardNumber=MioqKi**Kio2&ApproverMobile=MTk***NjA%3D&ApproverName=%25**A&ApproverType=1&Code=yDwJCUUck****V2R5K&CodeType=QUICK&FlowId=yDwF**1f3cqjkGm&ShowHeader=1&shortKey=yDwq5**M5GlG1c&token=bR8**HA\",\n \"SignUrl\": \"https://essurl.cn/bR8**HA\"\n }\n ],\n \"RequestId\": \"s1693832180480950012\"\n }\n}",
|
624
618
|
"title": "创建个人用户H5签署链接(签署完成后跳转到指定地址)"
|
619
|
+
},
|
620
|
+
{
|
621
|
+
"document": "1. 给个人用户创建签署链接\n2. 用户姓名不是合同的参与人",
|
622
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDRCLUUgygq2xun5UuO4zjEwg0vjoimj\"\n },\n \"FlowApproverInfos\": [\n {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"张三\"\n }\n ],\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\"\n}",
|
623
|
+
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"ResourceNotFound\",\n \"Message\": \"无法找到参与人\"\n },\n \"RequestId\": \"s1693832578941223891\"\n }\n}",
|
624
|
+
"title": "错误示例-创建个人用户签署链接,传错签署人姓名"
|
625
625
|
}
|
626
626
|
],
|
627
627
|
"CreateIntegrationDepartment": [
|