tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.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/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -35,7 +35,7 @@
|
|
35
35
|
"DeleteVolumeData": [
|
36
36
|
{
|
37
37
|
"document": "删除缓存卷数据。",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVolumeData\n<公共请求参数>\n\n{\n \"VolumeId\": \"vol-mpcb5xnl\",\n \"Path\": \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteVolumeData\n<公共请求参数>\n\n{\n \"VolumeId\": \"vol-mpcb5xnl\",\n \"Path\": \"path/to/file\"\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ef303ee0-8b7b-48e1-9663-272df381e93a\"\n }\n}",
|
40
40
|
"title": "删除缓存卷数据"
|
41
41
|
}
|
@@ -44,7 +44,7 @@
|
|
44
44
|
{
|
45
45
|
"document": "查询环境列表。",
|
46
46
|
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironments\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 1\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"Environments\": [\n {\n \"Available\": true,\n \"CreationTime\": \"2022-12-14T16:14:49+08:00\",\n \"Description\": \"test description\",\n \"EnvironmentId\": \"env-lljckw12\",\n \"LastWorkflowUuid\": \"94922fcd-107e-4220-9a0f-cc3cd84a9a27\",\n \"Message\": \"\",\n \"Name\": \"test\",\n \"Region\": \"ap-guangzhou\",\n \"ResourceIds\": {\n \"CFSId\": \"cfs-iwee8gk3\",\n \"CFSStorageType\": \"SD\",\n \"CVMId\": \"ins-jcbptifa\",\n \"EKSId\": \"cls-9j9zh13o\",\n \"SecurityGroupId\": \"sg-gzsfk3r5\",\n \"SubnetId\": \"subnet-qdkfn4xe\",\n \"TDSQLCId\": \"cynosdbmysql-kzwghvxj\",\n \"VPCId\": \"vpc-8yhq1v63\"\n },\n \"Status\": \"RUNNING\",\n \"Type\": \"KUBERNETES\"\n }\n ],\n \"RequestId\": \"1bc7ec7d-5fa9-42af-ac6d-1ef56f3bf625\",\n \"TotalCount\": 10\n }\n}",
|
47
|
+
"output": "{\n \"Response\": {\n \"Environments\": [\n {\n \"Available\": true,\n \"CreationTime\": \"2022-12-14T16:14:49+08:00\",\n \"Description\": \"test description\",\n \"EnvironmentId\": \"env-lljckw12\",\n \"LastWorkflowUuid\": \"94922fcd-107e-4220-9a0f-cc3cd84a9a27\",\n \"Message\": \"\",\n \"Name\": \"test name\",\n \"Region\": \"ap-guangzhou\",\n \"ResourceIds\": {\n \"CFSId\": \"cfs-iwee8gk3\",\n \"CFSStorageType\": \"SD\",\n \"CVMId\": \"ins-jcbptifa\",\n \"EKSId\": \"cls-9j9zh13o\",\n \"SecurityGroupId\": \"sg-gzsfk3r5\",\n \"SubnetId\": \"subnet-qdkfn4xe\",\n \"TDSQLCId\": \"cynosdbmysql-kzwghvxj\",\n \"VPCId\": \"vpc-8yhq1v63\"\n },\n \"Status\": \"RUNNING\",\n \"Type\": \"KUBERNETES\",\n \"IsDefault\": false,\n \"IsManaged\": false\n }\n ],\n \"RequestId\": \"1bc7ec7d-5fa9-42af-ac6d-1ef56f3bf625\",\n \"TotalCount\": 10\n }\n}",
|
48
48
|
"title": "查询环境列表"
|
49
49
|
}
|
50
50
|
],
|
@@ -67,7 +67,7 @@
|
|
67
67
|
"DescribeTables": [
|
68
68
|
{
|
69
69
|
"document": "查询表格。",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTables\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"Filters\": [\n {\n \"Name\": \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTables\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"Filters\": [\n {\n \"Name\": \"TableId\",\n \"Values\": [\n \"tab-cold-purple-barnacle-251091\"\n ]\n }\n ]\n}",
|
71
71
|
"output": "{\n \"Response\": {\n \"RequestId\": \"8baa213d-e5c5-4e38-a3a4-562e71b5210b\",\n \"Tables\": [\n {\n \"Columns\": [\n {\n \"DataType\": \"String\",\n \"Header\": \"runId\"\n },\n {\n \"DataType\": \"File\",\n \"Header\": \"fileName\"\n }\n ],\n \"CreateTime\": \"2023-03-16 16:44:24\",\n \"Creator\": \"100029430413\",\n \"Description\": \"cloudapi_test\",\n \"Name\": \"cloudapi_test_1\",\n \"ProjectId\": \"prj-aggressive-lime-porcupine-752427\",\n \"TableId\": \"tab-cold-purple-barnacle-251091\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
72
72
|
"title": "查询表格"
|
73
73
|
}
|
@@ -92,13 +92,13 @@
|
|
92
92
|
{
|
93
93
|
"document": "查询作业详情。",
|
94
94
|
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRunCalls\n<公共请求参数>\n\n{\n \"RunUuid\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\",\n \"Path\": \"/\"\n}",
|
95
|
-
"output": "{\n \"Response\": {\n \"Calls\": [\n {\n \"CallCached\": false,\n \"CallName\": \"sub_workflow\",\n \"Command\": \"\",\n \"EndTime\": \"2022-10-31T14:11:18+08:00\",\n \"ErrorMessage\": \"{}\",\n \"Input\": \"{\\\"base64_in\\\": \\\"/cfs-10-8-16-3/omics/file_cache/gene-1252949230/samples.csv\\\"}\",\n \"JobId\": \"\",\n \"Output\": \"{\\\"sub_workflow.sub_output\\\": \\\"/cfs-10-8-16-3/cluster/omics-a6z22tn9/execution/main_workflow/84232c68-a016-4668-b2e3-168a175d6f29/call-sub_workflow/sub_workflow/ed4199e3-3513-444e-9090-3413fd6d3e44/call-base64/base64/87ab7713-6f0f-4452-8da9-fbaa40f7e567/call-encode_base64/execution/base64/samples.csv.base64\\\"}\",\n \"ParentId\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"PostProcess\": false,\n \"Preprocess\": true,\n \"RunId\": \"ed4199e3-3513-444e-9090-3413fd6d3e44\",\n \"RunType\": \"Workflow\",\n \"Runtime\": \"{}\",\n \"ScatterIndex\": \"\",\n \"StartTime\": \"2022-10-31T14:10:15+08:00\",\n \"Status\": \"COMPLETE\",\n \"Stderr\": \"\",\n \"Stdout\": \"\",\n \"SubmitTime\":
|
95
|
+
"output": "{\n \"Response\": {\n \"Calls\": [\n {\n \"CallCached\": false,\n \"CallName\": \"sub_workflow\",\n \"Command\": \"\",\n \"EndTime\": \"2022-10-31T14:11:18+08:00\",\n \"ErrorMessage\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"Input\": \"{\\\"base64_in\\\": \\\"/cfs-10-8-16-3/omics/file_cache/gene-1252949230/samples.csv\\\"}\",\n \"JobId\": \"\",\n \"Output\": \"{\\\"sub_workflow.sub_output\\\": \\\"/cfs-10-8-16-3/cluster/omics-a6z22tn9/execution/main_workflow/84232c68-a016-4668-b2e3-168a175d6f29/call-sub_workflow/sub_workflow/ed4199e3-3513-444e-9090-3413fd6d3e44/call-base64/base64/87ab7713-6f0f-4452-8da9-fbaa40f7e567/call-encode_base64/execution/base64/samples.csv.base64\\\"}\",\n \"ParentId\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"PostProcess\": false,\n \"Preprocess\": true,\n \"RunId\": \"ed4199e3-3513-444e-9090-3413fd6d3e44\",\n \"RunType\": \"Workflow\",\n \"Runtime\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"ScatterIndex\": \"\",\n \"StartTime\": \"2022-10-31T14:10:15+08:00\",\n \"Status\": \"COMPLETE\",\n \"Stderr\": \"\",\n \"Stdout\": \"\",\n \"SubmitTime\": \"2020-09-22T00:00:00+00:00\",\n \"Meta\": \"\"\n }\n ],\n \"RequestId\": \"e954d872-2955-4592-901e-38cb6678b88c\"\n }\n}",
|
96
96
|
"title": "查询作业详情"
|
97
97
|
},
|
98
98
|
{
|
99
99
|
"document": "查询子作业详情。需要指定Path为上一级GetRunCalls中RunType为Workflow或者Scatter项目的RunId。",
|
100
100
|
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRunCalls\n<公共请求参数>\n\n{\n \"RunUuid\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\",\n \"Path\": \"/ed4199e3-3513-444e-9090-3413fd6d3e44\"\n}",
|
101
|
-
"output": "{\n \"Response\": {\n \"Calls\": [\n {\n \"CallCached\": false,\n \"CallName\": \"base64\",\n \"Command\": \"\",\n \"EndTime\": \"2022-10-31T14:11:15+08:00\",\n \"ErrorMessage\": \"{}\",\n \"Input\": \"{\\\"input_file\\\": \\\"/cfs-10-8-16-3/omics/file_cache/gene-1252949230/samples.csv\\\"}\",\n \"JobId\": \"\",\n \"Output\": \"{\\\"base64.output_file\\\": \\\"/cfs-10-8-16-3/cluster/omics-a6z22tn9/execution/main_workflow/84232c68-a016-4668-b2e3-168a175d6f29/call-sub_workflow/sub_workflow/ed4199e3-3513-444e-9090-3413fd6d3e44/call-base64/base64/87ab7713-6f0f-4452-8da9-fbaa40f7e567/call-encode_base64/execution/base64/samples.csv.base64\\\"}\",\n \"ParentId\": \"ed4199e3-3513-444e-9090-3413fd6d3e44\",\n \"PostProcess\": false,\n \"Preprocess\": true,\n \"RunId\": \"87ab7713-6f0f-4452-8da9-fbaa40f7e567\",\n \"RunType\": \"Workflow\",\n \"Runtime\": \"{}\",\n \"ScatterIndex\": \"\",\n \"StartTime\": \"2022-10-31T14:10:17+08:00\",\n \"Status\": \"COMPLETE\",\n \"Stderr\": \"\",\n \"Stdout\": \"\",\n \"SubmitTime\":
|
101
|
+
"output": "{\n \"Response\": {\n \"Calls\": [\n {\n \"CallCached\": false,\n \"CallName\": \"base64\",\n \"Command\": \"\",\n \"EndTime\": \"2022-10-31T14:11:15+08:00\",\n \"ErrorMessage\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"Input\": \"{\\\"input_file\\\": \\\"/cfs-10-8-16-3/omics/file_cache/gene-1252949230/samples.csv\\\"}\",\n \"JobId\": \"\",\n \"Output\": \"{\\\"base64.output_file\\\": \\\"/cfs-10-8-16-3/cluster/omics-a6z22tn9/execution/main_workflow/84232c68-a016-4668-b2e3-168a175d6f29/call-sub_workflow/sub_workflow/ed4199e3-3513-444e-9090-3413fd6d3e44/call-base64/base64/87ab7713-6f0f-4452-8da9-fbaa40f7e567/call-encode_base64/execution/base64/samples.csv.base64\\\"}\",\n \"ParentId\": \"ed4199e3-3513-444e-9090-3413fd6d3e44\",\n \"PostProcess\": false,\n \"Preprocess\": true,\n \"RunId\": \"87ab7713-6f0f-4452-8da9-fbaa40f7e567\",\n \"RunType\": \"Workflow\",\n \"Runtime\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"ScatterIndex\": \"\",\n \"StartTime\": \"2022-10-31T14:10:17+08:00\",\n \"Status\": \"COMPLETE\",\n \"Stderr\": \"\",\n \"Stdout\": \"\",\n \"SubmitTime\": \"2020-09-22T00:00:00+00:00\",\n \"Meta\": \"\"\n }\n ],\n \"RequestId\": \"35431cd8-6913-4c28-808f-290268cb9813\"\n }\n}",
|
102
102
|
"title": "查询子作业详情"
|
103
103
|
}
|
104
104
|
],
|
@@ -114,7 +114,7 @@
|
|
114
114
|
{
|
115
115
|
"document": "查询任务详情。",
|
116
116
|
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetRunStatus\n<公共请求参数>\n\n{\n \"RunUuid\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\"\n}",
|
117
|
-
"output": "{\n \"Response\": {\n \"Metadata\": {\n \"CallCached\": false,\n \"CallName\": \"main_workflow\",\n \"Command\": \"\",\n \"EndTime\": \"2022-10-31T14:11:23+08:00\",\n \"ErrorMessage\": \"{}\",\n \"Input\": \"{\\\"main_workflow.base64_in\\\": \\\"cos://gene-1252949230/samples.csv\\\"}\",\n \"JobId\": \"\",\n \"Output\": \"{\\\"main_workflow.main_output\\\": \\\"cos://gene-1252949230/outputs/import/out/base64/samples.csv.base64\\\"}\",\n \"ParentId\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"PostProcess\": false,\n \"Preprocess\": true,\n \"RunId\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"RunType\": \"Workflow\",\n \"Runtime\": \"{}\",\n \"ScatterIndex\": \"\",\n \"StartTime\": \"2022-10-31T14:10:13+08:00\",\n \"Status\": \"SUCCESS\",\n \"Stderr\": \"\",\n \"Stdout\": \"\",\n \"SubmitTime\": \"2022-10-31T14:10:12+08:00\",\n \"Meta\": \"\"\n },\n \"RequestId\": \"b970585c-c5bb-48e2-ac90-82c59dcadd48\"\n }\n}",
|
117
|
+
"output": "{\n \"Response\": {\n \"Metadata\": {\n \"CallCached\": false,\n \"CallName\": \"main_workflow\",\n \"Command\": \"\",\n \"EndTime\": \"2022-10-31T14:11:23+08:00\",\n \"ErrorMessage\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"Input\": \"{\\\"main_workflow.base64_in\\\": \\\"cos://gene-1252949230/samples.csv\\\"}\",\n \"JobId\": \"\",\n \"Output\": \"{\\\"main_workflow.main_output\\\": \\\"cos://gene-1252949230/outputs/import/out/base64/samples.csv.base64\\\"}\",\n \"ParentId\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"PostProcess\": false,\n \"Preprocess\": true,\n \"RunId\": \"84232c68-a016-4668-b2e3-168a175d6f29\",\n \"RunType\": \"Workflow\",\n \"Runtime\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"ScatterIndex\": \"\",\n \"StartTime\": \"2022-10-31T14:10:13+08:00\",\n \"Status\": \"SUCCESS\",\n \"Stderr\": \"\",\n \"Stdout\": \"\",\n \"SubmitTime\": \"2022-10-31T14:10:12+08:00\",\n \"Meta\": \"\"\n },\n \"RequestId\": \"b970585c-c5bb-48e2-ac90-82c59dcadd48\"\n }\n}",
|
118
118
|
"title": "查询任务详情"
|
119
119
|
}
|
120
120
|
],
|
@@ -157,13 +157,13 @@
|
|
157
157
|
"RunApplication": [
|
158
158
|
{
|
159
159
|
"document": "单例运行应用,生成的任务批次中有一个任务。",
|
160
|
-
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-sweet-cerulean-frog-569111\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\",\n \"Name\": \"test\",\n \"Description\": \"test\",\n \"EnvironmentId\": \"env-05d0g0w2\",\n \"InputBase64\": \"e30K\",\n \"CacheClearDelay\": 0,\n \"Option\": {\n \"FailureMode\": \"NoNewCalls\",\n \"UseCallCache\": true,\n \"UseErrorOnHold\": true\n }\n}",
|
160
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-sweet-cerulean-frog-569111\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\",\n \"Name\": \"test application\",\n \"Description\": \"test run application\",\n \"EnvironmentId\": \"env-05d0g0w2\",\n \"InputBase64\": \"e30K\",\n \"CacheClearDelay\": 0,\n \"Option\": {\n \"FailureMode\": \"NoNewCalls\",\n \"UseCallCache\": true,\n \"UseErrorOnHold\": true\n }\n}",
|
161
161
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2f867f15-a2a6-4d42-b6e0-6e06010782ac\",\n \"RunGroupId\": \"run-ashamed-turquoise-rooster-131773\"\n }\n}",
|
162
162
|
"title": "单例运行应用"
|
163
163
|
},
|
164
164
|
{
|
165
165
|
"document": "使用表格功能批量运行应用,生成的任务批次中有多个任务。",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-sweet-cerulean-frog-569111\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\",\n \"Name\": \"test\",\n \"Description\": \"test\",\n \"EnvironmentId\": \"env-05d0g0w2\",\n \"InputBase64\": \"e30K\",\n \"TableId\": \"tab-rapid-si̇lver-gerbil-971422\",\n \"TableRowUuids\": [\n \"df909e9b-1edf-4369-a9d4-71a733770034\",\n \"3c5f7840-3689-44f2-b6ae-9e223b996f83\"\n ],\n \"CacheClearDelay\": 0,\n \"Option\": {\n \"FailureMode\": \"NoNewCalls\",\n \"UseCallCache\": true,\n \"UseErrorOnHold\": true\n }\n}",
|
166
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-sweet-cerulean-frog-569111\",\n \"ProjectId\": \"prj-peaceful-pink-bird-631828\",\n \"Name\": \"test application\",\n \"Description\": \"test run application\",\n \"EnvironmentId\": \"env-05d0g0w2\",\n \"InputBase64\": \"e30K\",\n \"TableId\": \"tab-rapid-si̇lver-gerbil-971422\",\n \"TableRowUuids\": [\n \"df909e9b-1edf-4369-a9d4-71a733770034\",\n \"3c5f7840-3689-44f2-b6ae-9e223b996f83\"\n ],\n \"CacheClearDelay\": 0,\n \"Option\": {\n \"FailureMode\": \"NoNewCalls\",\n \"UseCallCache\": true,\n \"UseErrorOnHold\": true\n }\n}",
|
167
167
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2f867f15-a2a6-4d42-b6e0-6e06010782ac\",\n \"RunGroupId\": \"run-ashamed-turquoise-rooster-131773\"\n }\n}",
|
168
168
|
"title": "批量运行应用"
|
169
169
|
}
|
@@ -171,7 +171,7 @@
|
|
171
171
|
"RunWorkflow": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunWorkflow\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-zealous-black-seagull-241194\",\n \"Name\": \"taxprofiler\",\n \"EnvironmentId\": \"env-9gapsr23\",\n \"GitSource\": {\n \"GitHttpPath\": \"https://e.coding.net/omics/test/taxprofiler.git\",\n \"Branch\": \"master\"\n },\n \"Type\": \"NEXTFLOW\",\n \"NFOption\": {\n \"Config\": \"\",\n \"Profile\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: omics.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RunWorkflow\n<公共请求参数>\n\n{\n \"ProjectId\": \"prj-zealous-black-seagull-241194\",\n \"Name\": \"taxprofiler\",\n \"EnvironmentId\": \"env-9gapsr23\",\n \"GitSource\": {\n \"GitHttpPath\": \"https://e.coding.net/omics/test/taxprofiler.git\",\n \"Branch\": \"master\"\n },\n \"Type\": \"NEXTFLOW\",\n \"NFOption\": {\n \"Config\": \"{\\\"key\\\": \\\"value\\\"}\",\n \"Profile\": \"tencentcloud\"\n },\n \"InputCosUri\": \"cos://bucket-10000/nextflow/taxprofiler/input/input.json\"\n}",
|
175
175
|
"output": "{\n \"Response\": {\n \"RunGroupId\": \"run-greedy-cerise-swan-618086\",\n \"RequestId\": \"5c4fc8c5-d8b1-4041-8198-b4154c0ed15f\"\n }\n}",
|
176
176
|
"title": "运行工作流"
|
177
177
|
}
|
@@ -1133,6 +1133,15 @@
|
|
1133
1133
|
"name": "CustomPolicyDocument",
|
1134
1134
|
"required": false,
|
1135
1135
|
"type": "string"
|
1136
|
+
},
|
1137
|
+
{
|
1138
|
+
"disabled": false,
|
1139
|
+
"document": "自定义策略内容列表(跟RolePolicyNames一一对应)",
|
1140
|
+
"example": "[ \"policyContent1\", \"policyContent2\" ]",
|
1141
|
+
"member": "string",
|
1142
|
+
"name": "CustomPolicyDocuments",
|
1143
|
+
"required": false,
|
1144
|
+
"type": "list"
|
1136
1145
|
}
|
1137
1146
|
],
|
1138
1147
|
"type": "object"
|
@@ -6126,7 +6135,7 @@
|
|
6126
6135
|
},
|
6127
6136
|
{
|
6128
6137
|
"disabled": false,
|
6129
|
-
"document": "排序类型:Desc 倒序 Asc
|
6138
|
+
"document": "排序类型:Desc 倒序 Asc 正序,需要您和SortField一起设置",
|
6130
6139
|
"example": "Desc",
|
6131
6140
|
"member": "string",
|
6132
6141
|
"name": "SortType",
|
@@ -7327,8 +7336,8 @@
|
|
7327
7336
|
},
|
7328
7337
|
{
|
7329
7338
|
"disabled": false,
|
7330
|
-
"document": "
|
7331
|
-
"example": "
|
7339
|
+
"document": "过滤文本。不区分大小写。目前,支持 RoleConfigurationName和Description. 示例:Filter = \"test\",表示查询名称或描述里包含 test 的权限配置。",
|
7340
|
+
"example": "test",
|
7332
7341
|
"member": "string",
|
7333
7342
|
"name": "Filter",
|
7334
7343
|
"required": false,
|
@@ -7984,7 +7993,7 @@
|
|
7984
7993
|
},
|
7985
7994
|
{
|
7986
7995
|
"disabled": false,
|
7987
|
-
"document": "排序类型:Desc 倒序 Asc
|
7996
|
+
"document": "排序类型:Desc 倒序 Asc 正序,需要您和SortField一起设置",
|
7988
7997
|
"example": "Desc",
|
7989
7998
|
"member": "string",
|
7990
7999
|
"name": "SortType",
|
@@ -204,7 +204,7 @@
|
|
204
204
|
{
|
205
205
|
"document": "创建SCIM密钥",
|
206
206
|
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateSCIMCredential\n<公共请求参数>\n\n{\n \"ZoneId\": \"z-vft38p2hq8tq\"\n}",
|
207
|
-
"output": "{\n \"Response\": {\n \"CreateTime\": \"2024-05-31 15:04:53\",\n \"CredentialId\": \"scimcred-un1tgbnt0s9j\",\n \"CredentialSecret\": \"
|
207
|
+
"output": "{\n \"Response\": {\n \"CreateTime\": \"2024-05-31 15:04:53\",\n \"CredentialId\": \"scimcred-un1tgbnt0s9j\",\n \"CredentialSecret\": \"YlBKbEhkYXI2cy9xOEFjSyj**************PJlcOtCKFiNoHOc5EZox3ZKEVqo2CUA=\",\n \"CredentialStatus\": \"Enabled\",\n \"CredentialType\": \"BearerToken\",\n \"ExpireTime\": \"2025-05-31 15:04:53\",\n \"RequestId\": \"b835edd6-8ac0-4e79-9b78-917d3faff9ed\",\n \"ZoneId\": \"z-vft38p2hq8tq\"\n }\n}",
|
208
208
|
"title": "创建SCIM密钥"
|
209
209
|
}
|
210
210
|
],
|
@@ -747,7 +747,7 @@
|
|
747
747
|
"ListRoleConfigurations": [
|
748
748
|
{
|
749
749
|
"document": "查询权限配置列表",
|
750
|
-
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRoleConfiguration\n<公共请求参数>\n\n{\n \"ZoneId\": \"z-s9h39sdn2\",\n \"NextToken\": \"sisndpmfisdnlk\",\n \"MaxResults\": 10,\n \"Filter\": \"
|
750
|
+
"input": "POST / HTTP/1.1\nHost: organization.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRoleConfiguration\n<公共请求参数>\n\n{\n \"ZoneId\": \"z-s9h39sdn2\",\n \"NextToken\": \"sisndpmfisdnlk\",\n \"MaxResults\": 10,\n \"Filter\": \"test\"\n}",
|
751
751
|
"output": "{\n \"Response\": {\n \"TotalCounts\": 20,\n \"MaxResults\": 10,\n \"IsTruncated\": true,\n \"NextToken\": \"3si2ns92ns82bos\",\n \"RoleConfigurations\": [\n {\n \"RoleConfigurationId\": \"rc-s2ns92ns***\",\n \"RoleConfigurationName\": \"test\",\n \"Description\": \"this is role configuration\",\n \"SessionDuration\": 900,\n \"RelayState\": \"https://console.cloud.tencent.com\",\n \"CreateTime\": \"2019-01-01 12:12:12\",\n \"UpdateTime\": \"2019-01-01 12:12:12\"\n }\n ],\n \"RequestId\": \"e297543a-80de-4039-83c8-9d324545\"\n }\n}",
|
752
752
|
"title": "查询权限配置列表"
|
753
753
|
}
|