tccli 3.0.1215.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/configure.py +46 -1
- 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 -3
- 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 +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- 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 +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- 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/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- 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/cdn/v20180606/api.json +5 -3
- 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 +54 -4
- 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 +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- 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/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- 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 +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- 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/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- 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/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -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/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- 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 +73 -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 +279 -9
- 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 +10 -12
- 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 +2263 -758
- 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/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- 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/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -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 +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- 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 +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- 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 +293 -52
- 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 +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -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.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,13 +1,5 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
-
"CreateAudit": [
|
4
|
-
{
|
5
|
-
"document": "创建跟踪集",
|
6
|
-
"input": "https://cloudaudit.tencentcloudapi.com/?Action=CreateAudit\n&AuditName=auditTest_1\n&CmqQueueName=cmq-01\n&CmqRegion=sh\n&CosBucketName=cos-01\n&CosRegion=ap-shanghai\n&IsCreateNewBucket=1\n&IsCreateNewQueue=1\n&IsEnableCmqNotify=1\n&LogFilePrefix=akshsb1j\n&ReadWriteAttribute=2\n&<公共请求参数>",
|
7
|
-
"output": "{\n \"Response\": {\n \"IsSuccess\": 1,\n \"RequestId\": \"e9501707-784a-474c-b524-67ed9d3a6b50\"\n }\n}",
|
8
|
-
"title": "创建跟踪集"
|
9
|
-
}
|
10
|
-
],
|
11
3
|
"CreateAuditTrack": [
|
12
4
|
{
|
13
5
|
"document": "",
|
@@ -16,12 +8,12 @@
|
|
16
8
|
"title": "创建跟踪集"
|
17
9
|
}
|
18
10
|
],
|
19
|
-
"
|
11
|
+
"CreateEventsAuditTrack": [
|
20
12
|
{
|
21
|
-
"document": "
|
22
|
-
"input": "
|
23
|
-
"output": "{\n \"Response\": {\n \"
|
24
|
-
"title": "
|
13
|
+
"document": "",
|
14
|
+
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEventsAuditTrack\n<公共请求参数>\n\n{\n \"Name\": \"test_track\",\n \"Status\": 1,\n \"Storage\": {\n \"StorageType\": \"cos\",\n \"StorageRegion\": \"ap-guangzhou\",\n \"StorageName\": \"test\",\n \"StoragePrefix\": \"123\",\n \"StorageAccountId\": \"\",\n \"StorageAppId\": \"\"\n },\n \"Filters\": {\n \"ResourceFields\": [\n {\n \"ResourceType\": \"cam\",\n \"ActionType\": \"*\",\n \"EventNames\": [\n \"ConsoleLogin\"\n ]\n }\n ]\n },\n \"TrackForAllMembers\": 1\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"TrackId\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
16
|
+
"title": "创建操作审计跟踪集"
|
25
17
|
}
|
26
18
|
],
|
27
19
|
"DeleteAuditTrack": [
|
@@ -60,7 +52,7 @@
|
|
60
52
|
{
|
61
53
|
"document": "查询操作审计日志",
|
62
54
|
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEvents\n<公共请求参数>\n\n{\n \"StartTime\": 1610613170,\n \"EndTime\": 1610699570,\n \"MaxResults\": 1\n}",
|
63
|
-
"output": "{\n \"Response\": {\n \"ListOver\": true,\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"userIdentity\\\":{\\\"principalId\\\":\\\"1000000000\\\",\\\"accountId\\\":\\\"1000000000\\\",\\\"secretId\\\":\\\"xxx\\\",\\\"sessionContext\\\":\\\"{\\\\\\\"token\\\\\\\": \\\\\\\"xxx--Jqr7dXvw3EBEXWNcJljzbZeJeoIrQx9gafWtHV1Lg9zu7hSpY91LAF414n21D41bpodncbz8u12C-xxx\\\\\\\", \\\\\\\"ua\\\\\\\": \\\\\\\"xxx\\\\\\\", \\\\\\\"userIp\\\\\\\": \\\\\\\"111.111.11.111\\\\\\\", \\\\\\\"uin\\\\\\\": 1000000000, \\\\\\\"ownerUin\\\\\\\": 1000000000, \\\\\\\"appId\\\\\\\": 1256196555, \\\\\\\"expireTime\\\\\\\": \\\\\\\"2023-04-03 19:23:29\\\\\\\", \\\\\\\"mfa\\\\\\\": 1, \\\\\\\"mfaExpireTime\\\\\\\": \\\\\\\"0000-00-00 00:00:00\\\\\\\", \\\\\\\"interfaceName\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"hasPolicyFilter\\\\\\\": 0, \\\\\\\"policyFilter\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"extraInfo\\\\\\\": \\\\\\\"{\\\\\\\\\\\\\\\"dictId\\\\\\\\\\\\\\\":2208,\\\\\\\\\\\\\\\"mfaExpireTime\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"3000-12-12 00:00:00\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"sessionUin\\\\\\\\\\\\\\\":5000}\\\\\\\"}\\\",\\\"type\\\":\\\"Root\\\",\\\"userName\\\":\\\"root\\\"},\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventVersion\\\":2,\\\"errorCode\\\":\\\"0\\\",\\\"errorMessage\\\":\\\"\\\",\\\"requestID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"eventID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"apiVersion\\\":\\\"3.0\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"actionType\\\":\\\"Write\\\",\\\"httpMethod\\\":\\\"POST\\\",\\\"apiErrorCode\\\":0,\\\"apiErrorMessage\\\":\\\"\\\",\\\"userAgent\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"eventTime\\\":1680513809,\\\"sourceIPAddress\\\":\\\"111.111.111.111\\\",\\\"eventSource\\\":\\\"cloudaudit.ap-guangzhou.api.tencentyun.com\\\",\\\"resources\\\":\\\"[\\\\\\\"*\\\\\\\"]\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceSet\\\":[],\\\"requestParameters\\\":\\\"{\\\\\\\"ActionType\\\\\\\":\\\\\\\"Write\\\\\\\",\\\\\\\"EventNames\\\\\\\":[\\\\\\\"*\\\\\\\"],\\\\\\\"Name\\\\\\\":\\\\\\\"qweqwe\\\\\\\",\\\\\\\"ResourceType\\\\\\\":\\\\\\\"*\\\\\\\",\\\\\\\"Status\\\\\\\":1,\\\\\\\"Storage\\\\\\\":{\\\\\\\"StorageName\\\\\\\":\\\\\\\"d0f00ec9-5643-4a11-9022-187621d38714\\\\\\\",\\\\\\\"StoragePrefix\\\\\\\":\\\\\\\"cloudaudit\\\\\\\",\\\\\\\"StorageRegion\\\\\\\":\\\\\\\"ap-guangzhou\\\\\\\",\\\\\\\"StorageType\\\\\\\":\\\\\\\"cls\\\\\\\"},\\\\\\\"Version\\\\\\\":\\\\\\\"2019-03-19\\\\\\\"}\\\",\\\"responseElements\\\":\\\"{\\\\\\\"TrackId\\\\\\\":21915,\\\\\\\"RequestId\\\\\\\":\\\\\\\"008ef803-4549-41fe-a7e6-433122273683\\\\\\\"}\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"eventName\\\":\\\"CreateAuditTrack\\\",\\\"sensitiveAction\\\":\\\"1\\\",\\\"tags\\\":[\\\"\\\"]}\",\n \"EventName\": \"CreateAuditTrack\",\n \"EventTime\": \"1680513809\",\n \"SecretId\": \"xxxxxxx\",\n \"ErrorCode\": 0,\n \"RequestID\": \"008ef803-4549-41fe-a7e6-433122273683\",\n \"SourceIPAddress\": \"111.111.111.111\",\n \"EventSource\": \"cloudaudit.ap-guangzhou.api.tencentyun.com\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"AccountID\": 100004293724,\n \"Location\": \"中国 广东省 深圳市 中国电信\",\n \"ResourceTypeCn\": \"
|
55
|
+
"output": "{\n \"Response\": {\n \"ListOver\": true,\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"userIdentity\\\":{\\\"principalId\\\":\\\"1000000000\\\",\\\"accountId\\\":\\\"1000000000\\\",\\\"secretId\\\":\\\"xxx\\\",\\\"sessionContext\\\":\\\"{\\\\\\\"token\\\\\\\": \\\\\\\"xxx--Jqr7dXvw3EBEXWNcJljzbZeJeoIrQx9gafWtHV1Lg9zu7hSpY91LAF414n21D41bpodncbz8u12C-xxx\\\\\\\", \\\\\\\"ua\\\\\\\": \\\\\\\"xxx\\\\\\\", \\\\\\\"userIp\\\\\\\": \\\\\\\"111.111.11.111\\\\\\\", \\\\\\\"uin\\\\\\\": 1000000000, \\\\\\\"ownerUin\\\\\\\": 1000000000, \\\\\\\"appId\\\\\\\": 1256196555, \\\\\\\"expireTime\\\\\\\": \\\\\\\"2023-04-03 19:23:29\\\\\\\", \\\\\\\"mfa\\\\\\\": 1, \\\\\\\"mfaExpireTime\\\\\\\": \\\\\\\"0000-00-00 00:00:00\\\\\\\", \\\\\\\"interfaceName\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"hasPolicyFilter\\\\\\\": 0, \\\\\\\"policyFilter\\\\\\\": \\\\\\\"\\\\\\\", \\\\\\\"extraInfo\\\\\\\": \\\\\\\"{\\\\\\\\\\\\\\\"dictId\\\\\\\\\\\\\\\":2208,\\\\\\\\\\\\\\\"mfaExpireTime\\\\\\\\\\\\\\\":\\\\\\\\\\\\\\\"3000-12-12 00:00:00\\\\\\\\\\\\\\\",\\\\\\\\\\\\\\\"sessionUin\\\\\\\\\\\\\\\":5000}\\\\\\\"}\\\",\\\"type\\\":\\\"Root\\\",\\\"userName\\\":\\\"root\\\"},\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventVersion\\\":2,\\\"errorCode\\\":\\\"0\\\",\\\"errorMessage\\\":\\\"\\\",\\\"requestID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"eventID\\\":\\\"008ef803-4549-41fe-a7e6-433122273683\\\",\\\"apiVersion\\\":\\\"3.0\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"actionType\\\":\\\"Write\\\",\\\"httpMethod\\\":\\\"POST\\\",\\\"apiErrorCode\\\":0,\\\"apiErrorMessage\\\":\\\"\\\",\\\"userAgent\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"eventTime\\\":1680513809,\\\"sourceIPAddress\\\":\\\"111.111.111.111\\\",\\\"eventSource\\\":\\\"cloudaudit.ap-guangzhou.api.tencentyun.com\\\",\\\"resources\\\":\\\"[\\\\\\\"*\\\\\\\"]\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceSet\\\":[],\\\"requestParameters\\\":\\\"{\\\\\\\"ActionType\\\\\\\":\\\\\\\"Write\\\\\\\",\\\\\\\"EventNames\\\\\\\":[\\\\\\\"*\\\\\\\"],\\\\\\\"Name\\\\\\\":\\\\\\\"qweqwe\\\\\\\",\\\\\\\"ResourceType\\\\\\\":\\\\\\\"*\\\\\\\",\\\\\\\"Status\\\\\\\":1,\\\\\\\"Storage\\\\\\\":{\\\\\\\"StorageName\\\\\\\":\\\\\\\"d0f00ec9-5643-4a11-9022-187621d38714\\\\\\\",\\\\\\\"StoragePrefix\\\\\\\":\\\\\\\"cloudaudit\\\\\\\",\\\\\\\"StorageRegion\\\\\\\":\\\\\\\"ap-guangzhou\\\\\\\",\\\\\\\"StorageType\\\\\\\":\\\\\\\"cls\\\\\\\"},\\\\\\\"Version\\\\\\\":\\\\\\\"2019-03-19\\\\\\\"}\\\",\\\"responseElements\\\":\\\"{\\\\\\\"TrackId\\\\\\\":21915,\\\\\\\"RequestId\\\\\\\":\\\\\\\"008ef803-4549-41fe-a7e6-433122273683\\\\\\\"}\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"eventName\\\":\\\"CreateAuditTrack\\\",\\\"sensitiveAction\\\":\\\"1\\\",\\\"tags\\\":[\\\"\\\"]}\",\n \"EventName\": \"CreateAuditTrack\",\n \"EventTime\": \"1680513809\",\n \"SecretId\": \"xxxxxxx\",\n \"ErrorCode\": 0,\n \"RequestID\": \"008ef803-4549-41fe-a7e6-433122273683\",\n \"SourceIPAddress\": \"111.111.111.111\",\n \"EventSource\": \"cloudaudit.ap-guangzhou.api.tencentyun.com\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"AccountID\": 100004293724,\n \"Location\": \"中国 广东省 深圳市 中国电信\",\n \"ResourceTypeCn\": \"操作审计\",\n \"EventNameCn\": \"创建操作审计跟踪集\",\n \"ResourceRegion\": \"\"\n }\n ],\n \"TotalCount\": 1,\n \"NextToken\": 16805138109322956,\n \"RequestId\": \"42a0e189-2869-488f-aa34-8bffd0814322\"\n }\n}",
|
64
56
|
"title": "查询操作审计日志"
|
65
57
|
}
|
66
58
|
],
|
@@ -90,18 +82,18 @@
|
|
90
82
|
],
|
91
83
|
"ListCmqEnableRegion": [
|
92
84
|
{
|
93
|
-
"document": "
|
85
|
+
"document": "查询操作审计支持的cmq的可用区",
|
94
86
|
"input": "https://cloudaudit.tencentcloudapi.com/?Action=ListCmqEnableRegion\n&WebsiteType=zh\n&<公共请求参数>",
|
95
87
|
"output": "{\n \"Response\": {\n \"RequestId\": \"b69a7b60-e58f-4d27-a2b7-722fe01109c1\",\n \"EnableRegions\": [\n {\n \"CmqRegion\": \"sh\",\n \"CmqRegionName\": \"上海\"\n },\n {\n \"CmqRegion\": \"hk\",\n \"CmqRegionName\": \"香港\"\n }\n ]\n }\n}",
|
96
|
-
"title": "
|
88
|
+
"title": "查询操作审计支持的cmq的可用区"
|
97
89
|
}
|
98
90
|
],
|
99
91
|
"ListCosEnableRegion": [
|
100
92
|
{
|
101
|
-
"document": "
|
93
|
+
"document": "查询操作审计支持的cos可用区",
|
102
94
|
"input": "https://cloudaudit.tencentcloudapi.com/?Action=ListCosEnableRegion\n&WebsiteType=zh\n&<公共请求参数>",
|
103
95
|
"output": "{\n \"Response\": {\n \"RequestId\": \"2e81bc9d-5463-498f-9336-32f814940018\",\n \"EnableRegions\": [\n {\n \"CosRegion\": \"ap-shanghai\",\n \"CosRegionName\": \"上海(华东)\"\n },\n {\n \"CosRegion\": \"ap-hongkong\",\n \"CosRegionName\": \"香港\"\n }\n ]\n }\n}",
|
104
|
-
"title": "
|
96
|
+
"title": "查询操作审计支持的cos可用区"
|
105
97
|
}
|
106
98
|
],
|
107
99
|
"ListKeyAliasByRegion": [
|
@@ -116,7 +108,7 @@
|
|
116
108
|
{
|
117
109
|
"document": "用于对操作日志进行检索,便于用户进行查询相关的操作信息。",
|
118
110
|
"input": "https://cloudaudit.tencentcloudapi.com/?Action=LookUpEvents\n&EndTime=1553056687\n&LookupAttributes.0.AttributeKey=AccessKeyId\n&LookupAttributes.0.AttributeValue=XXXX\n&StartTime=1553056487\n&<公共请求参数>",
|
119
|
-
"output": "{\n \"Response\": {\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"actionType\\\":\\\"Read\\\",\\\"apiErrorCode\\\":\\\"\\\",\\\"apiErrorMessage\\\":\\\"\\\",\\\"apiVersion\\\":\\\"2.0\\\",\\\"errorCode\\\":0,\\\"errorMessage\\\":\\\"permission verify\\\",\\\"eventID\\\":\\\"e92a92fc259c4a9333d2a7ce64d1ef201\\\",\\\"eventName\\\":\\\"LookupEvents\\\",\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventSource\\\":\\\"cloudaudit.api.tencentyun.com/v2/index.php\\\",\\\"eventTime\\\":\\\"2019-03-20 12:36:27\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"eventVersion\\\":2,\\\"httpMethod\\\":\\\"POST\\\",\\\"region\\\":\\\"\\\",\\\"requestID\\\":\\\"15936031437374_1553056587.6815_v2\\\",\\\"requestParameters\\\":\\\"{\\\"Action\\\":\\\"LookupEvents\\\",\\\"EndTime\\\":\\\"1553097599\\\",\\\"MaxResults\\\":\\\"10\\\",\\\"Nonce\\\":\\\"36881\\\",\\\"Region\\\":\\\"gz\\\",\\\"RequestClient\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"RequestOperator\\\":\\\"1150691759\\\",\\\"RequestSource\\\":\\\"MC\\\",\\\"SecretId\\\":\\\"XXX\\\",\\\"StartTime\\\":\\\"1552406400\\\",\\\"Timestamp\\\":\\\"1553056583\\\",\\\"Token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"seqId\\\":\\\"cdb9c38c-7031-bb13-6a9c-cd7641734c8f\\\"}\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"resources\\\":\\\"\\\",\\\"sourceIPAddress\\\":\\\"59.37.125.124\\\",\\\"userAgent\\\":\\\"\\\",\\\"userIdentity\\\":{\\\"userName\\\":\\\"root\\\",\\\"type\\\":\\\"Root\\\",\\\"secretId\\\":\\\"XXX\\\",\\\"accountId\\\":1150691759,\\\"principalId\\\":1150691759,\\\"sessionContext\\\":{\\\"expireTime\\\":\\\"2019-03-20 13:04:46\\\",\\\"hasPolicyFilter\\\":0,\\\"extraInfo\\\":\\\"\\\",\\\"interfaceName\\\":\\\"\\\",\\\"ownerUin\\\":1150691759,\\\"ua\\\":\\\"27513f02ea3ab649f0cacb6476df54eb\\\",\\\"mfa\\\":0,\\\"userIp\\\":\\\"59.37.125.124\\\",\\\"mfaExpireTime\\\":\\\"2019-03-20 12:34:46\\\",\\\"uin\\\":1150691759,\\\"token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"appId\\\":1251840716,\\\"policyFilter\\\":\\\"\\\"}}}\",\n \"EventId\": \"e92a92fc259c4a9333d2a7ce64d1ef201\",\n \"EventName\": \"LookupEvents\",\n \"EventTime\": \"2019-03-20 12:36:27\",\n \"SecretId\": \"XXX\",\n \"ErrorCode\": 0,\n \"RequestID\": \"15936031437374_1553056587.6815_v2\",\n \"AccountID\": 1150691759,\n \"SourceIPAddress\": \"59.37.125.124\",\n \"EventSource\": \"cloudaudit.api.tencentyun.com/v2/index.php\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"ResourceTypeCn\": \"
|
111
|
+
"output": "{\n \"Response\": {\n \"Events\": [\n {\n \"CloudAuditEvent\": \"{\\\"actionType\\\":\\\"Read\\\",\\\"apiErrorCode\\\":\\\"\\\",\\\"apiErrorMessage\\\":\\\"\\\",\\\"apiVersion\\\":\\\"2.0\\\",\\\"errorCode\\\":0,\\\"errorMessage\\\":\\\"permission verify\\\",\\\"eventID\\\":\\\"e92a92fc259c4a9333d2a7ce64d1ef201\\\",\\\"eventName\\\":\\\"LookupEvents\\\",\\\"eventRegion\\\":\\\"ap-guangzhou\\\",\\\"eventSource\\\":\\\"cloudaudit.api.tencentyun.com/v2/index.php\\\",\\\"eventTime\\\":\\\"2019-03-20 12:36:27\\\",\\\"eventType\\\":\\\"ConsoleCall\\\",\\\"eventVersion\\\":2,\\\"httpMethod\\\":\\\"POST\\\",\\\"region\\\":\\\"\\\",\\\"requestID\\\":\\\"15936031437374_1553056587.6815_v2\\\",\\\"requestParameters\\\":\\\"{\\\"Action\\\":\\\"LookupEvents\\\",\\\"EndTime\\\":\\\"1553097599\\\",\\\"MaxResults\\\":\\\"10\\\",\\\"Nonce\\\":\\\"36881\\\",\\\"Region\\\":\\\"gz\\\",\\\"RequestClient\\\":\\\"SDK_NODEJS_0.2.1\\\",\\\"RequestOperator\\\":\\\"1150691759\\\",\\\"RequestSource\\\":\\\"MC\\\",\\\"SecretId\\\":\\\"XXX\\\",\\\"StartTime\\\":\\\"1552406400\\\",\\\"Timestamp\\\":\\\"1553056583\\\",\\\"Token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"seqId\\\":\\\"cdb9c38c-7031-bb13-6a9c-cd7641734c8f\\\"}\\\",\\\"resourceName\\\":\\\"\\\",\\\"resourceType\\\":\\\"cloudaudit\\\",\\\"resources\\\":\\\"\\\",\\\"sourceIPAddress\\\":\\\"59.37.125.124\\\",\\\"userAgent\\\":\\\"\\\",\\\"userIdentity\\\":{\\\"userName\\\":\\\"root\\\",\\\"type\\\":\\\"Root\\\",\\\"secretId\\\":\\\"XXX\\\",\\\"accountId\\\":1150691759,\\\"principalId\\\":1150691759,\\\"sessionContext\\\":{\\\"expireTime\\\":\\\"2019-03-20 13:04:46\\\",\\\"hasPolicyFilter\\\":0,\\\"extraInfo\\\":\\\"\\\",\\\"interfaceName\\\":\\\"\\\",\\\"ownerUin\\\":1150691759,\\\"ua\\\":\\\"27513f02ea3ab649f0cacb6476df54eb\\\",\\\"mfa\\\":0,\\\"userIp\\\":\\\"59.37.125.124\\\",\\\"mfaExpireTime\\\":\\\"2019-03-20 12:34:46\\\",\\\"uin\\\":1150691759,\\\"token\\\":\\\"147d2c5b0319541a13d9fe6ceb5af2aae9b67f6610001\\\",\\\"appId\\\":1251840716,\\\"policyFilter\\\":\\\"\\\"}}}\",\n \"EventId\": \"e92a92fc259c4a9333d2a7ce64d1ef201\",\n \"EventName\": \"LookupEvents\",\n \"EventTime\": \"2019-03-20 12:36:27\",\n \"SecretId\": \"XXX\",\n \"ErrorCode\": 0,\n \"RequestID\": \"15936031437374_1553056587.6815_v2\",\n \"AccountID\": 1150691759,\n \"SourceIPAddress\": \"59.37.125.124\",\n \"EventSource\": \"cloudaudit.api.tencentyun.com/v2/index.php\",\n \"EventRegion\": \"ap-guangzhou\",\n \"Resources\": {\n \"ResourceName\": \"\",\n \"ResourceType\": \"cloudaudit\"\n },\n \"Username\": \"root\",\n \"ResourceTypeCn\": \"操作审计\",\n \"EventNameCn\": \"检索日志\"\n }\n ],\n \"NextToken\": \"DnF1ZXJ5VGhlbkZldGNoDwAAAAAAACBuFjNoRHJ5YTd4U1B5YWY4c1ZmMmxBQWcAAAAAAAAgnBZZZkZoYy04LVJJeVpJNnZJS2hIVTdRAAAAAAAAI1QWYk5mQmZXTzhTWXFNZjFMVlhHY1RjdwAAAAAAAB9sFmhZbV8xbm1FUXE2NGVDQndWSlNoMncAAAAAAAAd9BZOelN1aGMycFNydUVEQ0dQbzdCcEZBAAAAAAAALroWMTh4c00xalhRbk9wR0NsYWZvV20tQQAAAAAAACCdFllmRmhjLTgtUkl5Wkk2dklLaEhVN1EAAAAAAAAuuRYxOHhzTTFqWFFuT3BHQ2xhZm9XbS1BAAAAAAAAIJ4WWWZGaGMtOC1SSXlaSTZ2SUtoSFU3UQAAAAAAAB81FnN5aTBfTWJKU25HdXZuMWxsRkdJZ3cAAAAAAAApMhZ1UjdybjlCY1NRYUZVYWRub2x4YW9RAAAAAAAAHzQWc3lpMF9NYkpTbkd1dm4xbGxGR0lndwAAAAAAAB31Fk56U3VoYzJwU3J1RURDR1BvN0JwRkEAAAAAAAAfbRZoWW1fMW5tRVFxNjRlQ0J3VkpTaDJ3AAAAAAAAH24WaFltXzFubUVRcTY0ZUNCd1ZKU2gydw==\",\n \"ListOver\": true,\n \"TotalCount\": 1,\n \"RequestId\": \"91e2998d-edc0-4ba0-a76d-cebbbfd99391\"\n }\n}",
|
120
112
|
"title": "日志检索"
|
121
113
|
}
|
122
114
|
],
|
@@ -128,6 +120,14 @@
|
|
128
120
|
"title": "修改操作审计跟踪"
|
129
121
|
}
|
130
122
|
],
|
123
|
+
"ModifyEventsAuditTrack": [
|
124
|
+
{
|
125
|
+
"document": "",
|
126
|
+
"input": "POST / HTTP/1.1\nHost: cloudaudit.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEventsAuditTrack\n<公共请求参数>\n\n{\n \"TrackId\": 1,\n \"Name\": \"abc\",\n \"Status\": 1,\n \"Storage\": {\n \"StorageType\": \"abc\",\n \"StorageRegion\": \"abc\",\n \"StorageName\": \"abc\",\n \"StoragePrefix\": \"abc\",\n \"StorageAccountId\": \"abc\",\n \"StorageAppId\": \"abc\"\n },\n \"TrackForAllMembers\": 1,\n \"Filters\": {\n \"ResourceFields\": [\n {\n \"ResourceType\": \"abc\",\n \"ActionType\": \"abc\",\n \"EventNames\": [\n \"abc\"\n ]\n }\n ]\n }\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
128
|
+
"title": "修改操作审计跟踪集"
|
129
|
+
}
|
130
|
+
],
|
131
131
|
"StartLogging": [
|
132
132
|
{
|
133
133
|
"document": "开启跟踪集",
|
@@ -86,7 +86,7 @@
|
|
86
86
|
{
|
87
87
|
"disabled": false,
|
88
88
|
"document": "工作空间描述, 长度限制 0~255",
|
89
|
-
"example": "this is a
|
89
|
+
"example": "this is a workspace",
|
90
90
|
"member": "string",
|
91
91
|
"name": "Description",
|
92
92
|
"required": false,
|
@@ -209,7 +209,7 @@
|
|
209
209
|
{
|
210
210
|
"disabled": false,
|
211
211
|
"document": "工作空间名称",
|
212
|
-
"example": "
|
212
|
+
"example": "workspace-name",
|
213
213
|
"member": "string",
|
214
214
|
"name": "Name",
|
215
215
|
"output_required": true,
|
@@ -308,13 +308,13 @@
|
|
308
308
|
"members": [
|
309
309
|
{
|
310
310
|
"disabled": false,
|
311
|
-
"document": "
|
311
|
+
"document": "配置值",
|
312
312
|
"example": "\"true\"",
|
313
313
|
"member": "string",
|
314
314
|
"name": "Data",
|
315
315
|
"output_required": true,
|
316
316
|
"type": "string",
|
317
|
-
"value_allowed_null":
|
317
|
+
"value_allowed_null": false
|
318
318
|
},
|
319
319
|
{
|
320
320
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -357,7 +357,7 @@
|
|
357
357
|
{
|
358
358
|
"disabled": false,
|
359
359
|
"document": "工作空间名称过滤条件",
|
360
|
-
"example": "
|
360
|
+
"example": "workspace-name",
|
361
361
|
"member": "string",
|
362
362
|
"name": "Name",
|
363
363
|
"required": false,
|
@@ -372,9 +372,10 @@
|
|
372
372
|
{
|
373
373
|
"disabled": false,
|
374
374
|
"document": "工作空间列表",
|
375
|
-
"example": "[]",
|
375
|
+
"example": "[{\"Id\": 9,\"Name\": \"open_api_test-1\",\"SpaceKey\": \"ryvzki\",...}]",
|
376
376
|
"member": "WorkspaceStatusInfo",
|
377
377
|
"name": "Data",
|
378
|
+
"output_required": true,
|
378
379
|
"type": "list",
|
379
380
|
"value_allowed_null": false
|
380
381
|
},
|
@@ -559,7 +560,7 @@
|
|
559
560
|
{
|
560
561
|
"disabled": false,
|
561
562
|
"document": "工作空间描述",
|
562
|
-
"example": "this is a
|
563
|
+
"example": "this is a workspace",
|
563
564
|
"member": "string",
|
564
565
|
"name": "Description",
|
565
566
|
"required": false,
|
@@ -706,7 +707,7 @@
|
|
706
707
|
"example": "1",
|
707
708
|
"member": "int64",
|
708
709
|
"name": "Id",
|
709
|
-
"
|
710
|
+
"output_required": true,
|
710
711
|
"type": "int",
|
711
712
|
"value_allowed_null": false
|
712
713
|
},
|
@@ -716,7 +717,7 @@
|
|
716
717
|
"example": "workspace-name",
|
717
718
|
"member": "string",
|
718
719
|
"name": "Name",
|
719
|
-
"
|
720
|
+
"output_required": true,
|
720
721
|
"type": "string",
|
721
722
|
"value_allowed_null": false
|
722
723
|
},
|
@@ -726,7 +727,7 @@
|
|
726
727
|
"example": "ubbyfp",
|
727
728
|
"member": "string",
|
728
729
|
"name": "SpaceKey",
|
729
|
-
"
|
730
|
+
"output_required": true,
|
730
731
|
"type": "string",
|
731
732
|
"value_allowed_null": false
|
732
733
|
},
|
@@ -736,7 +737,7 @@
|
|
736
737
|
"example": "Running",
|
737
738
|
"member": "string",
|
738
739
|
"name": "Status",
|
739
|
-
"
|
740
|
+
"output_required": true,
|
740
741
|
"type": "string",
|
741
742
|
"value_allowed_null": false
|
742
743
|
},
|
@@ -746,7 +747,7 @@
|
|
746
747
|
"example": "2",
|
747
748
|
"member": "int64",
|
748
749
|
"name": "Cpu",
|
749
|
-
"
|
750
|
+
"output_required": true,
|
750
751
|
"type": "int",
|
751
752
|
"value_allowed_null": false
|
752
753
|
},
|
@@ -756,89 +757,89 @@
|
|
756
757
|
"example": "4",
|
757
758
|
"member": "int64",
|
758
759
|
"name": "Memory",
|
759
|
-
"
|
760
|
+
"output_required": true,
|
760
761
|
"type": "int",
|
761
762
|
"value_allowed_null": false
|
762
763
|
},
|
763
764
|
{
|
764
765
|
"disabled": false,
|
765
|
-
"document": "
|
766
|
+
"document": "工作空间图标",
|
766
767
|
"example": "https://cs-res-1258344699.file.myqcloud.com/workspace/assets/icons/all-in-one.svg",
|
767
768
|
"member": "string",
|
768
769
|
"name": "Icon",
|
769
|
-
"
|
770
|
+
"output_required": true,
|
770
771
|
"type": "string",
|
771
|
-
"value_allowed_null":
|
772
|
+
"value_allowed_null": false
|
772
773
|
},
|
773
774
|
{
|
774
775
|
"disabled": false,
|
775
|
-
"document": "工作空间状态,
|
776
|
+
"document": "工作空间状态, 异常原因",
|
776
777
|
"example": "OK",
|
777
778
|
"member": "string",
|
778
779
|
"name": "StatusReason",
|
779
|
-
"
|
780
|
+
"output_required": true,
|
780
781
|
"type": "string",
|
781
|
-
"value_allowed_null":
|
782
|
+
"value_allowed_null": false
|
782
783
|
},
|
783
784
|
{
|
784
785
|
"disabled": false,
|
785
|
-
"document": "
|
786
|
+
"document": "工作空间描述",
|
786
787
|
"example": "this is a workspace",
|
787
788
|
"member": "string",
|
788
789
|
"name": "Description",
|
789
|
-
"
|
790
|
+
"output_required": true,
|
790
791
|
"type": "string",
|
791
|
-
"value_allowed_null":
|
792
|
+
"value_allowed_null": false
|
792
793
|
},
|
793
794
|
{
|
794
795
|
"disabled": false,
|
795
|
-
"document": "
|
796
|
+
"document": "工作空间类型",
|
796
797
|
"example": "NORMAL",
|
797
798
|
"member": "string",
|
798
799
|
"name": "WorkspaceType",
|
799
|
-
"
|
800
|
+
"output_required": true,
|
800
801
|
"type": "string",
|
801
|
-
"value_allowed_null":
|
802
|
+
"value_allowed_null": false
|
802
803
|
},
|
803
804
|
{
|
804
805
|
"disabled": false,
|
805
|
-
"document": "Git 仓库 HTTPS
|
806
|
+
"document": "Git 仓库 HTTPS 地址",
|
806
807
|
"example": "https://github.com/example/example.git",
|
807
808
|
"member": "string",
|
808
809
|
"name": "VersionControlUrl",
|
809
|
-
"
|
810
|
+
"output_required": true,
|
810
811
|
"type": "string",
|
811
|
-
"value_allowed_null":
|
812
|
+
"value_allowed_null": false
|
812
813
|
},
|
813
814
|
{
|
814
815
|
"disabled": false,
|
815
|
-
"document": "Git 仓库引用。指定分支使用 /refs/heads/{分支名}, 指定 Tag 用 /refs/tags/{Tag名}
|
816
|
+
"document": "Git 仓库引用。指定分支使用 /refs/heads/{分支名}, 指定 Tag 用 /refs/tags/{Tag名}",
|
816
817
|
"example": "/refs/heads/main",
|
817
818
|
"member": "string",
|
818
819
|
"name": "VersionControlRef",
|
819
|
-
"
|
820
|
+
"output_required": true,
|
820
821
|
"type": "string",
|
821
|
-
"value_allowed_null":
|
822
|
+
"value_allowed_null": false
|
822
823
|
},
|
823
824
|
{
|
824
825
|
"disabled": false,
|
825
|
-
"document": "
|
826
|
+
"document": "最后操作时间",
|
826
827
|
"example": "2023-05-11T08:37:43.109+00:00",
|
827
828
|
"member": "string",
|
828
829
|
"name": "LastOpsDate",
|
829
|
-
"
|
830
|
+
"output_required": true,
|
830
831
|
"type": "string",
|
831
|
-
"value_allowed_null":
|
832
|
+
"value_allowed_null": false
|
832
833
|
},
|
833
834
|
{
|
834
835
|
"disabled": false,
|
835
|
-
"document": "
|
836
|
+
"document": "创建时间",
|
836
837
|
"example": "2023-05-11T08:37:43.109+00:00",
|
837
838
|
"member": "string",
|
838
839
|
"name": "CreateDate",
|
839
|
-
"
|
840
|
+
"output_required": true,
|
840
841
|
"type": "string",
|
841
|
-
"value_allowed_null":
|
842
|
+
"value_allowed_null": false
|
842
843
|
}
|
843
844
|
],
|
844
845
|
"usage": "out"
|
@@ -11,8 +11,8 @@
|
|
11
11
|
"CreateWorkspaceToken": [
|
12
12
|
{
|
13
13
|
"document": "为工作空间创建临时访问凭证,重复调用会创建新的 Token,旧的 Token 将会自动失效",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: cloudstudio.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWorkspaceTemporaryToken\n<公共请求参数>\n\n{\n \"SpaceKey\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"Token\": \"83c99d6a03aa94f5e7bbfb4eded0de0b1153f44d05126d34b5f36e8343eca973\",\n \"ExpiredTime\": \"2023-02-13T12:33:48 GMT+08:00\",\n \"RequestId\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: cloudstudio.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateWorkspaceTemporaryToken\n<公共请求参数>\n\n{\n \"SpaceKey\": \"bpwsmb\",\n \"TokenExpiredLimitSec\": 3600,\n \"Policies\": [\n \"workspace-run-only\"\n ]\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Token\": \"83c99d6a03aa94f5e7bbfb4eded0de0b1153f44d05126d34b5f36e8343eca973\",\n \"ExpiredTime\": \"2023-02-13T12:33:48 GMT+08:00\",\n \"RequestId\": \"6e1e1482-cfe6-4462-a508-4fc7053a0c78\"\n }\n}",
|
16
16
|
"title": "为工作空间创建临时访问凭证"
|
17
17
|
}
|
18
18
|
],
|
@@ -36,14 +36,14 @@
|
|
36
36
|
{
|
37
37
|
"document": "获取当前用户工作空间列表",
|
38
38
|
"input": "POST / HTTP/1.1\nHost: cloudstudio.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWorkspaceStatusList\n<公共请求参数>\n\n{}",
|
39
|
-
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Id\": 9,\n \"Name\": \"open_api_test-1\",\n \"SpaceKey\": \"ryvzki\",\n \"Status\": \"CREATING\",\n \"LastOpsDate\": \"2022-06-10T06:55:45Z\",\n \"Description\": \"\",\n \"WorkspaceType\": \"NORMAL\",\n \"CreateDate\": \"2022-06-10T06:55:45Z\",\n \"VersionControlUrl\": \"\",\n \"VersionControlRef\": \"\",\n \"Cpu\":
|
39
|
+
"output": "{\n \"Response\": {\n \"Data\": [\n {\n \"Id\": 9,\n \"Name\": \"open_api_test-1\",\n \"SpaceKey\": \"ryvzki\",\n \"Status\": \"CREATING\",\n \"LastOpsDate\": \"2022-06-10T06:55:45Z\",\n \"Description\": \"this is a description\",\n \"WorkspaceType\": \"NORMAL\",\n \"CreateDate\": \"2022-06-10T06:55:45Z\",\n \"Icon\": \"https://cs-res-1258344699.file.myqcloud.com/workspace/assets/icons/all-in-one.svg\",\n \"StatusReason\": \"OK\",\n \"VersionControlUrl\": \"git@github.com:koajs/koa.git\",\n \"VersionControlRef\": \"refs/heads/main\",\n \"Cpu\": 2,\n \"Memory\": 4\n }\n ],\n \"RequestId\": \"ff57bfab-60d0-47ce-883c-f5230245636a\"\n }\n}",
|
40
40
|
"title": "获取当前用户工作空间列表"
|
41
41
|
}
|
42
42
|
],
|
43
43
|
"ModifyWorkspace": [
|
44
44
|
{
|
45
45
|
"document": "修改工作空间",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: cloudstudio.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkspaceAttributes\n<公共请求参数>\n\n{\n \"SpaceKey\": \"ubbyfp\",\n \"Name\": \"
|
46
|
+
"input": "POST / HTTP/1.1\nHost: cloudstudio.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWorkspaceAttributes\n<公共请求参数>\n\n{\n \"SpaceKey\": \"ubbyfp\",\n \"Name\": \"workspace-name\",\n \"Description\": \"api-test-modify\",\n \"Specs\": \"Calculation\"\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"437093fd-a231-4ec9-83f3-ae38ea917f8e\"\n }\n}",
|
48
48
|
"title": "修改工作空间"
|
49
49
|
}
|