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
@@ -11,23 +11,23 @@
|
|
11
11
|
"CreateApplicationAutoscaler": [
|
12
12
|
{
|
13
13
|
"document": "创建弹性伸缩策略组合",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplicationAutoscaler\n<公共请求参数>\n\n{\n \"
|
15
|
-
"output": "{\n \"Response\": {\n \"Result\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplicationAutoscaler\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Autoscaler\": {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"Metrics\": \"abc\",\n \"Threshold\": 0,\n \"Enabled\": true,\n \"DoubleThreshold\": 0\n }\n ],\n \"CronHorizontalAutoscaler\": [\n {\n \"Name\": \"abc\",\n \"Period\": \"abc\",\n \"Schedules\": [\n {\n \"StartAt\": \"abc\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Priority\": 0\n }\n ],\n \"AutoscalerId\": \"abc\",\n \"AutoscalerName\": \"abc\",\n \"Description\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"EnableDate\": \"abc\",\n \"Enabled\": true\n }\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"Result\": \"scaler-xxxxxx\",\n \"RequestId\": \"ab-xx\"\n }\n}",
|
16
16
|
"title": "创建弹性伸缩策略组合"
|
17
17
|
}
|
18
18
|
],
|
19
19
|
"CreateApplicationService": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplicationService\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"
|
23
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
|
22
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateApplicationService\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Service\": {\n \"Type\": \"VPC\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n}",
|
23
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx-xxx-xxx\"\n }\n}",
|
24
24
|
"title": "新增访问方式"
|
25
25
|
}
|
26
26
|
],
|
27
27
|
"CreateConfigData": [
|
28
28
|
{
|
29
29
|
"document": "创建配置",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
30
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"SourceChannel\": 0,\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n}",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
32
32
|
"title": "创建配置"
|
33
33
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"CreateEnvironment": [
|
44
44
|
{
|
45
45
|
"document": "创建环境",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentName\": \"
|
46
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentName\": \"name-xxx\",\n \"Description\": \"描述\",\n \"K8sVersion\": \"1.69.1\",\n \"SubnetIds\": [\n \"subnet-xxx\"\n ],\n \"EnableTswTraceService\": true,\n \"SourceChannel\": 0,\n \"Vpc\": \"vpc-xxx\"\n}",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"env-xxxx\"\n }\n}",
|
48
48
|
"title": "创建环境"
|
49
49
|
}
|
@@ -51,7 +51,7 @@
|
|
51
51
|
"CreateLogConfig": [
|
52
52
|
{
|
53
53
|
"document": "创建日志收集配置",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogConfig\n<公共请求参数>\n\n{\n \"
|
54
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"Name\": \"abc\",\n \"LogsetId\": \"abc-xxx\",\n \"TopicId\": \"abc-xxxxx\",\n \"InputType\": \"container_stdout\",\n \"LogType\": \"json_log\",\n \"BeginningRegex\": \"abc\",\n \"LogPath\": \"/abc\",\n \"FilePattern\": \"abc\",\n \"ExtractRule\": {\n \"BeginningRegex\": \"abc\",\n \"Keys\": [\n \"abc\"\n ],\n \"FilterKeys\": [\n \"abc\"\n ],\n \"FilterRegex\": [\n \"abc\"\n ],\n \"LogRegex\": \"abc\",\n \"TimeKey\": \"abc\",\n \"TimeFormat\": \"abc\",\n \"UnMatchUpload\": \"abc\",\n \"UnMatchedKey\": \"abc\",\n \"Backtracking\": \"abc\",\n \"Delimiter\": \"abc\"\n }\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
56
56
|
"title": "创建日志收集配置"
|
57
57
|
}
|
@@ -59,7 +59,7 @@
|
|
59
59
|
"CreateResource": [
|
60
60
|
{
|
61
61
|
"document": "绑定云资源",
|
62
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateResource\n<公共请求参数>\n\n{\n \"ResourceType\": \"
|
62
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateResource\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ResourceType\": \"CFS\",\n \"ResourceId\": \"resource-xxxxxx\",\n \"SourceChannel\": 0,\n \"ResourceFrom\": \"test\",\n \"ResourceConfig\": \"abc\"\n}",
|
63
63
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
64
64
|
"title": "绑定云资源"
|
65
65
|
}
|
@@ -67,31 +67,31 @@
|
|
67
67
|
"DeleteApplication": [
|
68
68
|
{
|
69
69
|
"document": "服务版本删除",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
70
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"DeleteApplicationIfNoRunningVersion\": true\n}",
|
71
71
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
72
72
|
"title": "服务版本删除"
|
73
73
|
}
|
74
74
|
],
|
75
75
|
"DeleteApplicationAutoscaler": [
|
76
76
|
{
|
77
|
-
"document": "
|
78
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApplicationAutoscaler\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"
|
79
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
|
80
|
-
"title": "
|
77
|
+
"document": "删除应用弹性策略组合",
|
78
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApplicationAutoscaler\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"AutoscalerId\": \"scaler-xxxxxx\"\n}",
|
79
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"ab-xx\"\n }\n}",
|
80
|
+
"title": "删除应用弹性策略组合"
|
81
81
|
}
|
82
82
|
],
|
83
83
|
"DeleteApplicationService": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApplicationService\n<公共请求参数>\n\n{}",
|
87
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
|
86
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteApplicationService\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ServiceName\": \"abc-xxx\"\n}",
|
87
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx-xxx-xxxx\"\n }\n}",
|
88
88
|
"title": "删除一条访问方式"
|
89
89
|
}
|
90
90
|
],
|
91
91
|
"DeleteIngress": [
|
92
92
|
{
|
93
93
|
"document": "删除 Ingress 规则",
|
94
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIngress\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
94
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIngress\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ClusterNamespace\": \"default\",\n \"SourceChannel\": 0,\n \"IngressName\": \"ingress-name\"\n}",
|
95
95
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
96
96
|
"title": "删除 Ingress 规则"
|
97
97
|
}
|
@@ -99,40 +99,40 @@
|
|
99
99
|
"DeployApplication": [
|
100
100
|
{
|
101
101
|
"document": "应用部署",
|
102
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
103
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"
|
102
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-5vaz8x85\",\n \"ConfEdited\": false,\n \"CpuSpec\": 1,\n \"DeployMode\": \"IMAGE\",\n \"DeployStrategyConf\": {\n \"BatchInterval\": 0,\n \"BetaBatchNum\": 0,\n \"DeployStrategyType\": 0,\n \"Force\": false,\n \"MinAvailable\": 1,\n \"TotalBatchCount\": 1\n },\n \"DeployVersion\": \"hello-world\",\n \"EnableTracing\": 0,\n \"EnvConf\": [],\n \"EnvironmentId\": \"en-dpxydze5\",\n \"ImgRepo\": \"tem_demo/tem_demo\",\n \"InitPodNum\": 1,\n \"JvmOpts\": \"\",\n \"LogEnable\": 0,\n \"MemorySpec\": 2,\n \"PostStart\": \"\",\n \"PreStop\": \"\",\n \"RepoServer\": \"ccr.ccs.tencentyun.com\",\n \"RepoType\": 4,\n \"SecurityGroupIds\": [\n \"\"\n ],\n \"Service\": {\n \"EnableRegistryNextDeploy\": 0,\n \"FlushAll\": true,\n \"ServicePortMappingList\": [\n {\n \"ClusterIp\": \"172.16.207.15\",\n \"ExternalDomain\": \"\",\n \"ExternalIp\": \"\",\n \"LoadBalanceId\": \"\",\n \"PortMappingItemList\": [\n {\n \"Port\": 8201,\n \"Protocol\": \"TCP\",\n \"TargetPort\": 8201\n }\n ],\n \"Ports\": [\n 8201\n ],\n \"ServiceName\": \"pk-test-clb-2\",\n \"SubnetId\": \"\",\n \"Type\": \"CLUSTER\",\n \"VpcId\": \"\",\n \"Yaml\": \"apiVersion: v1\\nkind: Service\\nmetadata:\\n creationTimestamp: '2024-10-25T10:52:08Z'\\n finalizers: []\\n labels:\\n tem-application-id: app-5vaz8x85\\n tem-internal: 'false'\\n tem-service: pk-test-clb-2\\n managedFields:\\n - apiVersion: v1\\n fieldsType: FieldsV1\\n fieldsV1: {}\\n manager: okhttp\\n operation: Update\\n time: '2024-10-25T10:52:08Z'\\n name: pk-test-clb-2\\n namespace: default\\n ownerReferences: []\\n resourceVersion: '24527383012'\\n selfLink: /api/v1/namespaces/default/services/pk-test-clb-2\\n uid: 205ee301-8743-46ac-bc6f-d757eeab27bb\\nspec:\\n type: ClusterIP\\n clusterIP: 172.16.207.15\\n clusterIPs:\\n - 172.16.207.15\\n externalIPs: []\\n ipFamilies: []\\n loadBalancerSourceRanges: []\\n ports:\\n - name: pk-test-clb-2-port-tcp-8201-8201\\n port: 8201\\n protocol: TCP\\n targetPort:\\n kind: 0\\n intVal: 8201\\n selector:\\n tem-service: app0925\\n sessionAffinity: None\\n topologyKeys: []\\nstatus:\\n conditions: []\\n loadBalancer:\\n ingress: []\\n\"\n }\n ]\n },\n \"SettingConfs\": [],\n \"StorageConfs\": [],\n \"StorageMountConfs\": [],\n \"TcrInstanceId\": \"tcr-cwnk7hmb\",\n \"UseRegistryDefaultConfig\": false\n}",
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"revision-xxxxxx\"\n }\n}",
|
104
104
|
"title": "应用部署"
|
105
105
|
}
|
106
106
|
],
|
107
107
|
"DescribeApplicationAutoscalerList": [
|
108
108
|
{
|
109
109
|
"document": "获取应用弹性策略组合",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationAutoscalerList\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"
|
111
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"MinReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"Metrics\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationAutoscalerList\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
111
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"Metrics\": \"abc\",\n \"Threshold\": 0,\n \"Enabled\": true,\n \"DoubleThreshold\": 0\n }\n ],\n \"CronHorizontalAutoscaler\": [\n {\n \"Name\": \"abc\",\n \"Period\": \"abc\",\n \"Schedules\": [\n {\n \"StartAt\": \"abc\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Priority\": 0\n }\n ],\n \"AutoscalerId\": \"abc\",\n \"AutoscalerName\": \"abc\",\n \"Description\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"EnableDate\": \"abc\",\n \"Enabled\": true\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
112
112
|
"title": "获取应用弹性策略组合"
|
113
113
|
}
|
114
114
|
],
|
115
115
|
"DescribeApplicationInfo": [
|
116
116
|
{
|
117
117
|
"document": "服务基本信息查看",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationInfo\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"
|
119
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"CurrentInstances\": 1,\n \"ImgName\": \"xx\",\n \"Service\": {\n \"ApplicationName\": \"xx\",\n \"ExternalIp\": \"xx\",\n \"Name\": \"xx\",\n \"ApplicationId\": \"xx\",\n \"AllIpDone\": true,\n \"PortMappings\": [\n {\n \"Protocol\": \"xx\",\n \"ServiceName\": \"xx\",\n \"TargetPort\": 0,\n \"Port\": 0\n }\n ],\n \"Yaml\": \"xx\",\n \"LoadBalanceId\": \"xx\",\n \"ServicePortMappingList\": [\n {\n \"ExternalIp\": \"xx\",\n \"VpcId\": \"xx\",\n \"PortMappingItemList\": [\n {\n \"Protocol\": \"xx\",\n \"TargetPort\": 0,\n \"Port\": 0\n }\n ],\n \"Yaml\": \"xx\",\n \"LoadBalanceId\": \"xx\",\n \"ServiceName\": \"xx\",\n \"ClusterIp\": \"xx\",\n \"SubnetId\": \"xx\",\n \"Type\": \"xx\",\n \"Ports\": [\n 0\n ]\n }\n ],\n \"VersionName\": \"xx\",\n \"ClusterIp\": [\n \"xx\"\n ],\n \"SubnetId\": \"xx\",\n \"Type\": \"xx\",\n \"Ports\": [\n 0\n ],\n \"EnableRegistryNextDeploy\": 0,\n \"FlushAll\": true\n },\n \"JvmOpts\": \"xx\",\n \"SpeedUp\": true,\n \"ImageTag\": \"xx\",\n \"PublicDomain\": \"xx\",\n \"StorageConfs\": [\n {\n \"StorageVolName\": \"xx\",\n \"StorageVolIp\": \"xx\",\n \"StorageVolPath\": \"xx\"\n }\n ],\n \"EnableTracingReport\": 1,\n \"ExpectedInstances\": 1,\n \"ImgRepo\": \"xx\",\n \"StartupProbe\": {\n \"Protocol\": \"xx\",\n \"TimeoutSeconds\": 0,\n \"Exec\": \"xx\",\n \"InitialDelaySeconds\": 0,\n \"PeriodSeconds\": 0,\n \"Path\": \"xx\",\n \"Type\": \"xx\",\n \"Port\": 0\n },\n \"OsFlavour\": \"xx\",\n \"BatchDeployStatus\": \"xx\",\n \"Status\": \"xx\",\n \"EnvironmentName\": \"xx\",\n \"ImageCommand\": \"xx\",\n \"ModifyDate\": \"xx\",\n \"Description\": \"xx\",\n \"EnablePublicAccess\": true,\n \"StoppedManually\": true,\n \"EnvConf\": [\n {\n \"Config\": \"xx\",\n \"Secret\": \"xx\",\n \"Type\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"LastDeploySuccessDate\": \"xx\",\n \"JdkVersion\": \"xx\",\n \"ApmInstanceId\": \"xx\",\n \"Vpc\": \"xx\",\n \"EnablePrometheusConf\": {\n \"Path\": \"xx\",\n \"Port\": 0\n },\n \"EnableTracing\": 1,\n \"CodingLanguage\": \"xx\",\n \"SubnetId\": \"xx\",\n \"ApplicationId\": \"xx\",\n \"ApplicationName\": \"xx\",\n \"Readiness\": {\n \"Protocol\": \"xx\",\n \"TimeoutSeconds\": 0,\n \"Exec\": \"xx\",\n \"InitialDelaySeconds\": 0,\n \"PeriodSeconds\": 0,\n \"Path\": \"xx\",\n \"Type\": \"xx\",\n \"Port\": 0\n },\n \"LogOutputConf\": {\n \"ClsLogTopicId\": \"xx\",\n \"ClsLogsetName\": \"xx\",\n \"ClsLogsetId\": \"xx\",\n \"ClsLogTopicName\": \"xx\",\n \"OutputType\": \"xx\"\n },\n \"UseRegistryDefaultConfig\": true,\n \"ApplicationDescription\": \"xx\",\n \"PublishMode\": \"xx\",\n \"CpuSpec\": 0.0,\n \"EsEnable\": 0,\n \"CreateDate\": \"xx\",\n \"Liveness\": {\n \"Protocol\": \"xx\",\n \"TimeoutSeconds\": 0,\n \"Exec\": \"xx\",\n \"InitialDelaySeconds\": 0,\n \"PeriodSeconds\": 0,\n \"Path\": \"xx\",\n \"Type\": \"xx\",\n \"Port\": 0\n },\n \"EnableMetrics\": 0,\n \"DeployMode\": \"xx\",\n \"SecurityGroupIds\": [\n \"xx\"\n ],\n \"TcrInstanceId\": \"xx\",\n \"CronHorizontalAutoscaler\": [\n {\n \"Priority\": 0,\n \"Schedules\": [\n {\n \"StartAt\": \"xx\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Period\": \"xx\",\n \"Name\": \"xx\"\n }\n ],\n \"DeployVersion\": \"xx\",\n \"InitPodNum\": 0,\n \"RepoType\": 1,\n \"ImageArgs\": [\n \"xx\"\n ],\n \"MemorySpec\": 0.0,\n \"WorkloadInfo\": {\n \"ApplicationName\": \"xx\",\n \"ClusterId\": \"xx\"\n },\n \"ImageType\": 0,\n \"PreStop\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"LogConfs\": [\n \"xx\"\n ],\n \"PkgName\": \"xx\",\n \"StorageMountConfs\": [\n {\n \"VolumeName\": \"xx\",\n \"MountPath\": \"xx\"\n }\n ],\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"Metrics\": \"xx\",\n \"Enabled\": true,\n \"Threshold\": 0,\n \"MaxReplicas\": 0\n }\n ],\n \"UnderDeploying\": true,\n \"LogEnable\": 0,\n \"EsInfo\": {\n \"MinAliveInstances\": 0,\n \"EsStrategy\": 0,\n \"VersionId\": \"xx\",\n \"Threshold\": 1,\n \"MaxAliveInstances\": 0\n },\n \"Zones\": [\n \"xx\"\n ],\n \"ImgVersion\": \"xx\",\n \"VersionId\": \"xx\",\n \"LastDeployDate\": \"xx\",\n \"SettingConfs\": [\n {\n \"ConfigDataName\": \"xx\",\n \"MountedPath\": \"xx\",\n \"SecretDataName\": \"xx\",\n \"Data\": [\n {\n \"Config\": \"xx\",\n \"Secret\": \"xx\",\n \"Type\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ]\n }\n ],\n \"VersionName\": \"xx\",\n \"MinAliveInstances\": \"xx\",\n \"EsStrategy\": 0,\n \"NodeInfos\": [\n {\n \"SubnetId\": \"xx\",\n \"Cidr\": \"xx\",\n \"AvailableIpCount\": \"xx\",\n \"Name\": \"xx\",\n \"Zone\": \"xx\"\n }\n ],\n \"RepoServer\": \"xx\",\n \"PostStart\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationInfo\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"VersionId\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"DeployMode\": \"abc\",\n \"JdkVersion\": \"abc\",\n \"Description\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"PublishMode\": \"abc\",\n \"JvmOpts\": \"abc\",\n \"InitPodNum\": 0,\n \"CpuSpec\": 0,\n \"MemorySpec\": 0,\n \"ImgRepo\": \"abc\",\n \"ImgName\": \"abc\",\n \"ImgVersion\": \"abc\",\n \"EsInfo\": {\n \"MinAliveInstances\": 0,\n \"MaxAliveInstances\": 0,\n \"EsStrategy\": 0,\n \"VersionId\": \"abc\",\n \"Threshold\": 1\n },\n \"EnvConf\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ],\n \"StorageConfs\": [\n {\n \"StorageVolName\": \"abc\",\n \"StorageVolPath\": \"abc\",\n \"StorageVolIp\": \"abc\"\n }\n ],\n \"Status\": \"abc\",\n \"Vpc\": \"abc\",\n \"SubnetId\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"StorageMountConfs\": [\n {\n \"VolumeName\": \"abc\",\n \"MountPath\": \"abc\"\n }\n ],\n \"VersionName\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ApplicationName\": \"abc\",\n \"ApplicationDescription\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"PublicDomain\": \"abc\",\n \"EnablePublicAccess\": true,\n \"CurrentInstances\": 0,\n \"ExpectedInstances\": 0,\n \"CodingLanguage\": \"abc\",\n \"PkgName\": \"abc\",\n \"EsEnable\": 0,\n \"EsStrategy\": 0,\n \"ImageTag\": \"abc\",\n \"LogEnable\": 0,\n \"MinAliveInstances\": \"abc\",\n \"SecurityGroupIds\": [\n \"abc\"\n ],\n \"ImageCommand\": \"abc\",\n \"ImageArgs\": [\n \"abc\"\n ],\n \"UseRegistryDefaultConfig\": true,\n \"Service\": {\n \"Name\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"Yaml\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ClusterIp\": [\n \"abc\"\n ],\n \"ExternalIp\": \"abc\",\n \"Type\": \"abc\",\n \"SubnetId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"PortMappings\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\",\n \"ServiceName\": \"abc\"\n }\n ],\n \"ServicePortMappingList\": [\n {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n ],\n \"FlushAll\": true,\n \"EnableRegistryNextDeploy\": 0,\n \"ApplicationId\": \"abc\",\n \"AllIpDone\": true,\n \"ExternalDomain\": \"abc\"\n },\n \"SettingConfs\": [\n {\n \"ConfigDataName\": \"abc\",\n \"MountedPath\": \"abc\",\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ],\n \"SecretDataName\": \"abc\"\n }\n ],\n \"LogConfs\": [\n \"abc\"\n ],\n \"PostStart\": \"abc\",\n \"PreStop\": \"abc\",\n \"Liveness\": {\n \"Type\": \"abc\",\n \"Protocol\": \"abc\",\n \"Path\": \"abc\",\n \"Exec\": \"abc\",\n \"Port\": 0,\n \"InitialDelaySeconds\": 0,\n \"TimeoutSeconds\": 0,\n \"PeriodSeconds\": 0\n },\n \"Readiness\": {\n \"Type\": \"abc\",\n \"Protocol\": \"abc\",\n \"Path\": \"abc\",\n \"Exec\": \"abc\",\n \"Port\": 0,\n \"InitialDelaySeconds\": 0,\n \"TimeoutSeconds\": 0,\n \"PeriodSeconds\": 0\n },\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"Metrics\": \"abc\",\n \"Threshold\": 0,\n \"Enabled\": true,\n \"DoubleThreshold\": 0\n }\n ],\n \"CronHorizontalAutoscaler\": [\n {\n \"Name\": \"abc\",\n \"Period\": \"abc\",\n \"Schedules\": [\n {\n \"StartAt\": \"abc\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Priority\": 0\n }\n ],\n \"Zones\": [\n \"abc\"\n ],\n \"LastDeployDate\": \"abc\",\n \"LastDeploySuccessDate\": \"abc\",\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"ImageType\": 0,\n \"EnableTracing\": 1,\n \"EnableTracingReport\": 1,\n \"RepoType\": 1,\n \"BatchDeployStatus\": \"abc\",\n \"ApmInstanceId\": \"abc\",\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"SpeedUp\": true,\n \"StartupProbe\": {\n \"Type\": \"abc\",\n \"Protocol\": \"abc\",\n \"Path\": \"abc\",\n \"Exec\": \"abc\",\n \"Port\": 0,\n \"InitialDelaySeconds\": 0,\n \"TimeoutSeconds\": 0,\n \"PeriodSeconds\": 0\n },\n \"OsFlavour\": \"abc\",\n \"RepoServer\": \"abc\",\n \"UnderDeploying\": true,\n \"EnablePrometheusConf\": {\n \"Port\": 0,\n \"Path\": \"abc\"\n },\n \"StoppedManually\": true,\n \"TcrInstanceId\": \"abc\",\n \"EnableMetrics\": 0,\n \"AppId\": \"abc\",\n \"SubAccountUin\": \"abc\",\n \"Uin\": \"abc\",\n \"Region\": \"abc\",\n \"GroupId\": \"abc\",\n \"EnableRegistry\": 0,\n \"AutoscalerList\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"Metrics\": \"abc\",\n \"Threshold\": 0,\n \"Enabled\": true,\n \"DoubleThreshold\": 0\n }\n ],\n \"CronHorizontalAutoscaler\": [\n {\n \"Name\": \"abc\",\n \"Period\": \"abc\",\n \"Schedules\": [\n {\n \"StartAt\": \"abc\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Priority\": 0\n }\n ],\n \"AutoscalerId\": \"abc\",\n \"AutoscalerName\": \"abc\",\n \"Description\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"EnableDate\": \"abc\",\n \"Enabled\": true\n }\n ],\n \"Modifier\": \"abc\",\n \"Creator\": \"abc\",\n \"DeployStrategyConf\": {\n \"TotalBatchCount\": 0,\n \"BetaBatchNum\": 0,\n \"DeployStrategyType\": 0,\n \"BatchInterval\": 0,\n \"MinAvailable\": 0,\n \"Force\": true\n },\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"ConfEdited\": true,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"PreStopEncoded\": \"abc\",\n \"PostStartEncoded\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
120
120
|
"title": "服务基本信息查看"
|
121
121
|
}
|
122
122
|
],
|
123
123
|
"DescribeApplicationPods": [
|
124
124
|
{
|
125
125
|
"document": "获取应用实例列表",
|
126
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationPods\n<公共请求参数>\n\n{\n \"Status\": \"
|
127
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
126
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationPods\n<公共请求参数>\n\n{\n \"Status\": \"Running\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Offset\": 0,\n \"SourceChannel\": 0,\n \"Limit\": 20,\n \"PodName\": \"pod-name-xxx\",\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"https://xxx-xxx-xxxx\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
|
128
128
|
"title": "获取应用实例列表"
|
129
129
|
}
|
130
130
|
],
|
131
131
|
"DescribeApplicationServiceList": [
|
132
132
|
{
|
133
133
|
"document": "",
|
134
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationServiceList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
135
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
134
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationServiceList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
135
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"Yaml\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ClusterIp\": [\n \"abc\"\n ],\n \"ExternalIp\": \"xx-xx-xx-xx\",\n \"Type\": \"abc\",\n \"SubnetId\": \"abc\",\n \"LoadBalanceId\": \"VPC\",\n \"PortMappings\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\",\n \"ServiceName\": \"abc\"\n }\n ],\n \"ServicePortMappingList\": [\n {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n ],\n \"FlushAll\": true,\n \"EnableRegistryNextDeploy\": 0,\n \"ApplicationId\": \"abc\",\n \"AllIpDone\": true,\n \"ExternalDomain\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
136
136
|
"title": "查询应用访问方式列表"
|
137
137
|
}
|
138
138
|
],
|
@@ -140,55 +140,55 @@
|
|
140
140
|
{
|
141
141
|
"document": "获取运行服务列表",
|
142
142
|
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplications\n<公共请求参数>\n\n{}",
|
143
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
143
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"ApplicationId\": \"app-5vaz8d85\",\n \"ApplicationName\": \"pk-test-internet\",\n \"Description\": \"\",\n \"EnvironmentId\": \"\",\n \"CreateDate\": \"2024-10-16 14:17:08\",\n \"ModifyDate\": \"2024-10-23 20:17:34\",\n \"Modifier\": \"100019051593\",\n \"Creator\": \"100019051593\",\n \"RepoType\": 3,\n \"InstanceId\": \"\",\n \"RepoName\": \"\",\n \"EnvironmentName\": \"\",\n \"CodingLanguage\": \"JAVA\",\n \"DeployMode\": \"\",\n \"ActiveVersions\": [\n {\n \"VersionName\": \"20241023161452\",\n \"VersionId\": \"revision-5n3oveqj\",\n \"Status\": \"\",\n \"BatchDeployStatus\": \"\",\n \"EnableEs\": -1,\n \"LogOutputConf\": null,\n \"ExpectedInstances\": null,\n \"CurrentInstances\": 0,\n \"DeployMode\": \"JAR\",\n \"BuildTaskId\": \"\",\n \"EnvironmentId\": \"en-259d2b6j\",\n \"EnvironmentName\": \"pk-test-12\",\n \"ApplicationId\": \"app-5vaz8d85\",\n \"ApplicationName\": \"pk-test-internet\",\n \"Zones\": [],\n \"NodeInfos\": [],\n \"PodList\": null,\n \"WorkloadInfo\": null,\n \"CreateDate\": \"2024-10-23 20:17:34\",\n \"UnderDeploying\": null,\n \"RegionId\": \"1\"\n }\n ],\n \"EnableTracing\": 0,\n \"Tags\": [],\n \"HasAuthority\": true\n }\n ],\n \"Total\": 0,\n \"Size\": 0,\n \"Pages\": 0,\n \"Current\": 0\n },\n \"RequestId\": \"67796ca7-0b76-4281-a280-c9811cd8ce62\"\n }\n}",
|
144
144
|
"title": "获取运行服务列表"
|
145
145
|
}
|
146
146
|
],
|
147
147
|
"DescribeApplicationsStatus": [
|
148
148
|
{
|
149
149
|
"document": "单环境下所有应用状态查看",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationsStatus\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"
|
151
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Status\": \"
|
150
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeApplicationsStatus\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
151
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"VersionName\": \"abc\",\n \"Status\": \"abc\",\n \"EnableEs\": 0,\n \"CurrentInstances\": 0,\n \"VersionId\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ExpectedInstances\": 0,\n \"DeployMode\": \"abc\",\n \"BuildTaskId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"abc\",\n \"Zones\": [\n \"abc\"\n ],\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"CreateDate\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
152
152
|
"title": "单环境下所有应用状态查看"
|
153
153
|
}
|
154
154
|
],
|
155
155
|
"DescribeConfigData": [
|
156
156
|
{
|
157
157
|
"document": "查询配置详情",
|
158
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
159
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
158
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc-xxxx\",\n \"SourceChannel\": 0\n}",
|
159
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"CreateTime\": \"abc\",\n \"RelatedApplications\": [\n {\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"Description\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"CreateDate\": \"2020-09-22 00:00:00\",\n \"ModifyDate\": \"2020-09-22 00:00:00\",\n \"Modifier\": \"abc\",\n \"Creator\": \"abc\",\n \"RepoType\": 0,\n \"InstanceId\": \"abc\",\n \"RepoName\": \"abc\",\n \"CodingLanguage\": \"abc\",\n \"DeployMode\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ActiveVersions\": [\n {\n \"VersionName\": \"abc\",\n \"Status\": \"abc\",\n \"EnableEs\": 0,\n \"CurrentInstances\": 0,\n \"VersionId\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ExpectedInstances\": 0,\n \"DeployMode\": \"abc\",\n \"BuildTaskId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"abc\",\n \"Zones\": [\n \"abc\"\n ],\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"CreateDate\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"EnableTracing\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"HasAuthority\": true\n }\n ],\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
|
160
160
|
"title": "查询配置详情"
|
161
161
|
}
|
162
162
|
],
|
163
163
|
"DescribeConfigDataList": [
|
164
164
|
{
|
165
165
|
"document": "查询配置列表",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigDataList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
167
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"
|
166
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConfigDataList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ContinueToken\": \"token-xxxxxx\",\n \"Limit\": 0,\n \"SourceChannel\": 0\n}",
|
167
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"Name\": \"abc\",\n \"CreateTime\": \"abc\",\n \"RelatedApplications\": [\n {\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"Description\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"CreateDate\": \"2020-09-22 00:00:00\",\n \"ModifyDate\": \"2020-09-22 00:00:00\",\n \"Modifier\": \"abc\",\n \"Creator\": \"abc\",\n \"RepoType\": 0,\n \"InstanceId\": \"abc\",\n \"RepoName\": \"abc\",\n \"CodingLanguage\": \"abc\",\n \"DeployMode\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ActiveVersions\": [\n {\n \"VersionName\": \"abc\",\n \"Status\": \"abc\",\n \"EnableEs\": 0,\n \"CurrentInstances\": 0,\n \"VersionId\": \"abc\",\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"ExpectedInstances\": 0,\n \"DeployMode\": \"abc\",\n \"BuildTaskId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"abc\",\n \"Zones\": [\n \"abc\"\n ],\n \"NodeInfos\": [\n {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n }\n ],\n \"PodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"WorkloadInfo\": {\n \"ClusterId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ReadyReplicas\": 0,\n \"Replicas\": 0,\n \"UpdatedReplicas\": 0,\n \"UpdatedReadyReplicas\": 0,\n \"UpdateRevision\": \"abc\",\n \"CurrentRevision\": \"abc\"\n },\n \"CreateDate\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"EnableTracing\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"HasAuthority\": true\n }\n ],\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n }\n ],\n \"ContinueToken\": \"abc\",\n \"RemainingCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
|
168
168
|
"title": "查询配置列表"
|
169
169
|
}
|
170
170
|
],
|
171
171
|
"DescribeDeployApplicationDetail": [
|
172
172
|
{
|
173
173
|
"document": "获取分批发布详情",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployApplicationDetail\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
175
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDeployApplicationDetail\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"VersionId\": \"version-xxx\"\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"DeployStrategyConf\": {\n \"TotalBatchCount\": 0,\n \"BetaBatchNum\": 0,\n \"DeployStrategyType\": 0,\n \"BatchInterval\": 0,\n \"MinAvailable\": 0,\n \"Force\": true\n },\n \"StartTime\": \"abc\",\n \"EndTime\": \"abc\",\n \"Status\": \"abc\",\n \"BetaBatchDetail\": {\n \"OldPodList\": {\n \"PodId\": \"abc\",\n \"PodStatus\": [\n \"abc\"\n ],\n \"PodVersion\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Zone\": \"abc\",\n \"Webshell\": \"abc\",\n \"Status\": \"abc\"\n },\n \"NewPodList\": {\n \"PodId\": \"abc\",\n \"PodStatus\": [\n \"abc\"\n ],\n \"PodVersion\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Zone\": \"abc\",\n \"Webshell\": \"abc\",\n \"Status\": \"abc\"\n },\n \"BatchStatus\": \"abc\",\n \"PodNum\": 0,\n \"BatchIndex\": 0,\n \"OldPods\": [\n {\n \"PodId\": \"abc\",\n \"PodStatus\": [\n \"abc\"\n ],\n \"PodVersion\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Zone\": \"abc\",\n \"Webshell\": \"abc\",\n \"Status\": \"abc\"\n }\n ],\n \"NextBatchStartTime\": 0\n },\n \"OtherBatchDetail\": [\n {\n \"BatchStatus\": \"abc\",\n \"PodNum\": 0,\n \"BatchIndex\": 0,\n \"NextBatchStartTime\": 0\n }\n ],\n \"OldVersionPodList\": {\n \"Offset\": 0,\n \"Limit\": 0,\n \"TotalCount\": 0,\n \"RequestId\": \"abc\",\n \"PodList\": [\n {\n \"Webshell\": \"abc\",\n \"PodId\": \"abc\",\n \"Status\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PodIp\": \"abc\",\n \"Zone\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"RestartCount\": 0,\n \"Ready\": true,\n \"ContainerState\": \"abc\",\n \"NodeInfo\": {\n \"Name\": \"abc\",\n \"Zone\": \"abc\",\n \"SubnetId\": \"abc\",\n \"AvailableIpCount\": \"abc\",\n \"Cidr\": \"abc\"\n },\n \"StartTime\": \"abc\",\n \"Unhealthy\": true,\n \"UnhealthyWarningMsg\": \"abc\",\n \"VersionId\": \"abc\",\n \"ApplicationName\": \"abc\"\n }\n ]\n },\n \"CurrentBatchIndex\": 0,\n \"ErrorMessage\": \"abc\",\n \"CurrentBatchStatus\": \"abc\",\n \"NewDeployVersion\": \"abc\",\n \"OldDeployVersion\": \"abc\",\n \"NewVersionPackageInfo\": \"abc\",\n \"NextBatchStartTime\": 0\n },\n \"RequestId\": \"abc-xxx-xxx\"\n }\n}",
|
176
176
|
"title": "获取分批发布详情"
|
177
177
|
}
|
178
178
|
],
|
179
179
|
"DescribeEnvironment": [
|
180
180
|
{
|
181
181
|
"document": "获取环境状态",
|
182
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
183
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"EnvironmentId\": \"
|
182
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
183
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"EnvironmentId\": \"en-xxxxxx\",\n \"NamespaceName\": \"abc\",\n \"Region\": \"ap-shanghai\",\n \"VpcId\": \"vpc-xxxxxx\",\n \"SubnetIds\": [\n \"subnet-xxxxxx\"\n ],\n \"Description\": \"abc\",\n \"CreatedDate\": \"abc\",\n \"EnvironmentName\": \"abc\",\n \"ApmInstanceId\": \"abc\",\n \"Locked\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"EnvType\": \"abc\"\n },\n \"RequestId\": \"abc-xxx-xxx\"\n }\n}",
|
184
184
|
"title": "获取环境状态"
|
185
185
|
}
|
186
186
|
],
|
187
187
|
"DescribeEnvironmentStatus": [
|
188
188
|
{
|
189
189
|
"document": "获取环境状态",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironmentStatus\n<公共请求参数>\n\n{\n \"EnvironmentIds\": [\n \"
|
191
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"EnvironmentId\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironmentStatus\n<公共请求参数>\n\n{\n \"EnvironmentIds\": [\n \"en-xxxxxx\"\n ],\n \"SourceChannel\": 0\n}",
|
191
|
+
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"EnvironmentId\": \"en-xxxxxx\",\n \"EnvironmentName\": \"abc\",\n \"ClusterId\": \"cls-xxxxxx\",\n \"ClusterStatus\": \"running\",\n \"EnvironmentStartingStatus\": {\n \"ApplicationNumNeedToStart\": 0,\n \"StartedApplicationNum\": 0,\n \"StartFailedApplicationNum\": 0\n },\n \"EnvironmentStoppingStatus\": {\n \"ApplicationNumNeedToStop\": 0,\n \"StoppedApplicationNum\": 0,\n \"StopFailedApplicationNum\": 0\n }\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
192
192
|
"title": "获取环境状态"
|
193
193
|
}
|
194
194
|
],
|
@@ -196,54 +196,54 @@
|
|
196
196
|
{
|
197
197
|
"document": "获取环境列表",
|
198
198
|
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEnvironments\n<公共请求参数>\n\n{}",
|
199
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
199
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Channel\": \"0\",\n \"EnvironmentName\": \"abc\",\n \"Region\": \"ap-shanghai\",\n \"Description\": \"abc\",\n \"Status\": 0,\n \"Vpc\": \"vpc-xxxxxx\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"Modifier\": \"abc\",\n \"Creator\": \"abc\",\n \"ApplicationNum\": 0,\n \"RunInstancesNum\": 0,\n \"SubnetId\": \"abc\",\n \"ClusterStatus\": \"abc\",\n \"EnableTswTraceService\": true,\n \"Locked\": 0,\n \"AppId\": \"abc\",\n \"Uin\": \"abc\",\n \"SubAccountUin\": \"abc\",\n \"ClusterId\": \"abc\",\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"HasAuthority\": true,\n \"EnvType\": \"abc\",\n \"RegionId\": \"abc\"\n }\n ],\n \"Total\": 0,\n \"Size\": 0,\n \"Pages\": 0,\n \"Current\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
|
200
200
|
"title": "获取环境列表"
|
201
201
|
}
|
202
202
|
],
|
203
203
|
"DescribeIngress": [
|
204
204
|
{
|
205
205
|
"document": "查询 Ingress 规则",
|
206
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIngress\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
207
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
206
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIngress\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ClusterNamespace\": \"default\",\n \"SourceChannel\": 0,\n \"IngressName\": \"name-xxx\"\n}",
|
207
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"EnvironmentId\": \"en-xxxxxx\",\n \"AddressIPVersion\": \"abc\",\n \"IngressName\": \"abc-xxx\",\n \"Rules\": [\n {\n \"Host\": \"abc\",\n \"Http\": {\n \"Paths\": [\n {\n \"Path\": \"abc\",\n \"Backend\": {\n \"ServiceName\": \"abc\",\n \"ServicePort\": 0\n }\n }\n ]\n },\n \"Protocol\": \"abc\"\n }\n ],\n \"ClbId\": \"lb-xxx\",\n \"ClusterNamespace\": \"default\",\n \"Tls\": [\n {\n \"Hosts\": [\n \"abc\"\n ],\n \"SecretName\": \"abc\",\n \"CertificateId\": \"abc\"\n }\n ],\n \"ClusterId\": \"abc\",\n \"Vip\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Mixed\": true,\n \"RewriteType\": \"abc\",\n \"Domain\": \"abc\"\n },\n \"RequestId\": \"abc-xxx-xxx\"\n }\n}",
|
208
208
|
"title": "查询 Ingress 规则"
|
209
209
|
}
|
210
210
|
],
|
211
211
|
"DescribeIngresses": [
|
212
212
|
{
|
213
213
|
"document": "查询 Ingress 规则列表",
|
214
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIngresses\n<公共请求参数>\n\n{\n \"ClusterNamespace\": \"
|
215
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": [\n {\n \"ClusterId\": \"
|
214
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIngresses\n<公共请求参数>\n\n{\n \"ClusterNamespace\": \"default\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"IngressNames\": [\n \"ingress-name\"\n ],\n \"SourceChannel\": 0\n}",
|
215
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": [\n {\n \"ClusterId\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"IngressName\": \"abc\",\n \"ClusterNamespace\": \"default\",\n \"AddressIPVersion\": \"IPV4\",\n \"ClbId\": \"clb-xxxx\",\n \"Vip\": \"abc\",\n \"Rules\": [\n {\n \"Host\": \"\",\n \"Http\": {\n \"Paths\": [\n {\n \"Path\": \"/\",\n \"Backend\": {\n \"ServiceName\": \"kubernetes\",\n \"ServicePort\": 443\n }\n }\n ]\n }\n }\n ],\n \"Tls\": [\n {\n \"Hosts\": [\n \"xxx.com\"\n ],\n \"SecretName\": \"xxx\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"Mixed\": true,\n \"RewriteType\": \"abc\",\n \"Domain\": \"abc\"\n }\n ]\n }\n}",
|
216
216
|
"title": "查询 Ingress 规则列表"
|
217
217
|
}
|
218
218
|
],
|
219
219
|
"DescribeLogConfig": [
|
220
220
|
{
|
221
221
|
"document": "查询日志收集配置详情",
|
222
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
223
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
222
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
223
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"InputType\": \"abc\",\n \"LogsetId\": \"abc\",\n \"TopicId\": \"abc\",\n \"LogType\": \"abc\",\n \"BeginningRegex\": \"abc\",\n \"LogPath\": \"abc\",\n \"FilePattern\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"ApplicationId\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"ExtractRule\": {\n \"BeginningRegex\": \"abc\",\n \"Keys\": [\n \"abc\"\n ],\n \"FilterKeys\": [\n \"abc\"\n ],\n \"FilterRegex\": [\n \"abc\"\n ],\n \"LogRegex\": \"abc\",\n \"TimeKey\": \"abc\",\n \"TimeFormat\": \"abc\",\n \"UnMatchUpload\": \"abc\",\n \"UnMatchedKey\": \"abc\",\n \"Backtracking\": \"abc\",\n \"Delimiter\": \"abc\"\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
|
224
224
|
"title": "查询日志收集配置详情"
|
225
225
|
}
|
226
226
|
],
|
227
227
|
"DescribePagedLogConfigList": [
|
228
228
|
{
|
229
229
|
"document": "查询分页的日志收集配置列表",
|
230
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePagedLogConfigList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
231
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"ApplicationId\": \"
|
230
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePagedLogConfigList\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"ApplicationName\": \"abc\",\n \"Name\": \"abc\",\n \"Limit\": 0,\n \"ContinueToken\": \"some-token-value\"\n}",
|
231
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"0793bb3c-6de8-4816-9ab0-5f006cf7656c\",\n \"Result\": {\n \"ContinueToken\": \"\",\n \"Records\": [\n {\n \"ApplicationId\": \"app-5vaz8x85\",\n \"ApplicationName\": \"app0925\",\n \"BeginningRegex\": \"\",\n \"CreateDate\": \"2024-10-31T15:25:07.000+08:00\",\n \"ExtractRule\": {\n \"Backtracking\": \"\",\n \"BeginningRegex\": \"\",\n \"Delimiter\": \"\",\n \"FilterKeys\": [],\n \"FilterRegex\": [],\n \"Keys\": [],\n \"LogRegex\": \"\",\n \"TimeFormat\": \"\",\n \"TimeKey\": \"\",\n \"UnMatchUpload\": \"true\",\n \"UnMatchedKey\": \"LogParseFailure\"\n },\n \"FilePattern\": \"\",\n \"InputType\": \"container_stdout\",\n \"LogPath\": \"\",\n \"LogType\": \"\",\n \"LogsetId\": \"7a126551-62d1-4e12-b426-84bd5b2fdbca\",\n \"ModifyDate\": \"2024-10-31T15:25:08.000+08:00\",\n \"Name\": \"test\",\n \"TopicId\": \"6c69fdb7-5e4c-4e52-8437-32c2c729b85a\"\n }\n ]\n }\n }\n}",
|
232
232
|
"title": "查询分页的日志收集配置列表"
|
233
233
|
}
|
234
234
|
],
|
235
235
|
"DescribeRelatedIngresses": [
|
236
236
|
{
|
237
237
|
"document": "查询应用关联的 Ingress 规则列表",
|
238
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRelatedIngresses\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
239
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": [\n {\n \"ClusterId\": \"
|
238
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRelatedIngresses\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"ClusterNamespace\": \"default\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
239
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": [\n {\n \"ClusterId\": \"abc\",\n \"IngressName\": \"abc\",\n \"ClusterNamespace\": \"default\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"AddressIPVersion\": \"IPV4\",\n \"ClbId\": \"clb-xxxx\",\n \"Vip\": \"abc\",\n \"Mixed\": true,\n \"Rules\": [\n {\n \"Host\": \"\",\n \"Http\": {\n \"Paths\": [\n {\n \"Path\": \"/\",\n \"Backend\": {\n \"ServiceName\": \"kubernetes\",\n \"ServicePort\": 443\n }\n }\n ]\n }\n }\n ],\n \"Tls\": [\n {\n \"Hosts\": [\n \"xxx.com\"\n ],\n \"SecretName\": \"xxx\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"RewriteType\": \"abc\",\n \"Domain\": \"abc\"\n }\n ]\n }\n}",
|
240
240
|
"title": "查询应用关联的 Ingress 规则列表"
|
241
241
|
}
|
242
242
|
],
|
243
243
|
"DestroyConfigData": [
|
244
244
|
{
|
245
245
|
"document": "",
|
246
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
246
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc-xx\",\n \"SourceChannel\": 0\n}",
|
247
247
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
248
248
|
"title": "销毁配置"
|
249
249
|
}
|
@@ -251,7 +251,7 @@
|
|
251
251
|
"DestroyEnvironment": [
|
252
252
|
{
|
253
253
|
"document": "销毁环境",
|
254
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
254
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
255
255
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
256
256
|
"title": "销毁环境"
|
257
257
|
}
|
@@ -259,55 +259,55 @@
|
|
259
259
|
"DestroyLogConfig": [
|
260
260
|
{
|
261
261
|
"document": "销毁日志收集配置",
|
262
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
262
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DestroyLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
263
263
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
264
264
|
"title": "销毁日志收集配置"
|
265
265
|
}
|
266
266
|
],
|
267
267
|
"DisableApplicationAutoscaler": [
|
268
268
|
{
|
269
|
-
"document": "
|
270
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableApplicationAutoscaler\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"
|
271
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
272
|
-
"title": "
|
269
|
+
"document": "关闭应用弹性策略组合",
|
270
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DisableApplicationAutoscaler\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"AutoscalerId\": \"scaler-xxxxxx\"\n}",
|
271
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"ab-xxxxx\"\n }\n}",
|
272
|
+
"title": "关闭应用弹性策略组合"
|
273
273
|
}
|
274
274
|
],
|
275
275
|
"EnableApplicationAutoscaler": [
|
276
276
|
{
|
277
|
-
"document": "
|
278
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableApplicationAutoscaler\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"
|
279
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
280
|
-
"title": "
|
277
|
+
"document": "启用应用弹性策略组合",
|
278
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: EnableApplicationAutoscaler\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxx\",\n \"AutoscalerId\": \"scaler-xxxxxx\"\n}",
|
279
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
280
|
+
"title": "启用应用弹性策略组合"
|
281
281
|
}
|
282
282
|
],
|
283
283
|
"GenerateApplicationPackageDownloadUrl": [
|
284
284
|
{
|
285
285
|
"document": "生成应用程序包预签名下载链接",
|
286
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateApplicationPackageDownloadUrl\n<公共请求参数>\n\n{\n \"PkgName\": \"
|
287
|
-
"output": "{\
|
286
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateApplicationPackageDownloadUrl\n<公共请求参数>\n\n{\n \"PkgName\": \"test.jar\",\n \"DeployVersion\": \"v1\",\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0\n}",
|
287
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"abc-xxxx\"\n }\n}",
|
288
288
|
"title": "生成应用程序包预签名下载链接"
|
289
289
|
}
|
290
290
|
],
|
291
291
|
"ModifyApplicationAutoscaler": [
|
292
292
|
{
|
293
293
|
"document": "修改弹性伸缩策略组合",
|
294
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationAutoscaler\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"AutoscalerId\": \"
|
295
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
294
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationAutoscaler\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"AutoscalerId\": \"scaler-xxxxxx\",\n \"Autoscaler\": {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"MaxReplicas\": 0,\n \"Metrics\": \"abc\",\n \"Threshold\": 0,\n \"Enabled\": true,\n \"DoubleThreshold\": 0\n }\n ],\n \"CronHorizontalAutoscaler\": [\n {\n \"Name\": \"abc\",\n \"Period\": \"abc\",\n \"Schedules\": [\n {\n \"StartAt\": \"abc\",\n \"TargetReplicas\": 0\n }\n ],\n \"Enabled\": true,\n \"Priority\": 0\n }\n ],\n \"AutoscalerId\": \"abc\",\n \"AutoscalerName\": \"abc\",\n \"Description\": \"abc\",\n \"CreateDate\": \"abc\",\n \"ModifyDate\": \"abc\",\n \"EnableDate\": \"abc\",\n \"Enabled\": true\n }\n}",
|
295
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
296
296
|
"title": "修改弹性伸缩策略组合"
|
297
297
|
}
|
298
298
|
],
|
299
299
|
"ModifyApplicationInfo": [
|
300
300
|
{
|
301
301
|
"document": "修改应用基本信息",
|
302
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationInfo\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"
|
303
|
-
"output": "{\n \"Response\": {\n \"Result\":
|
302
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationInfo\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"app-xxxxxx\",\n \"Description\": \"test\",\n \"EnableTracing\": 1\n}",
|
303
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"true\"\n }\n}",
|
304
304
|
"title": "修改应用基本信息"
|
305
305
|
}
|
306
306
|
],
|
307
307
|
"ModifyApplicationReplicas": [
|
308
308
|
{
|
309
309
|
"document": "修改版本规格",
|
310
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationReplicas\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
310
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationReplicas\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Replicas\": 0\n}",
|
311
311
|
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
312
312
|
"title": "修改版本规格"
|
313
313
|
}
|
@@ -315,15 +315,15 @@
|
|
315
315
|
"ModifyApplicationService": [
|
316
316
|
{
|
317
317
|
"document": "",
|
318
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationService\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"
|
319
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
318
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyApplicationService\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Service\": {\n \"Name\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"Yaml\": \"abc\",\n \"ApplicationName\": \"abc\",\n \"VersionName\": \"abc\",\n \"ClusterIp\": [\n \"abc\"\n ],\n \"ExternalIp\": \"abc\",\n \"Type\": \"abc\",\n \"SubnetId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"PortMappings\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\",\n \"ServiceName\": \"abc\"\n }\n ],\n \"ServicePortMappingList\": [\n {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n ],\n \"FlushAll\": true,\n \"EnableRegistryNextDeploy\": 0,\n \"ApplicationId\": \"abc\",\n \"AllIpDone\": true,\n \"ExternalDomain\": \"abc\"\n },\n \"Data\": {\n \"Type\": \"abc\",\n \"ServiceName\": \"abc\",\n \"ClusterIp\": \"abc\",\n \"ExternalIp\": \"abc\",\n \"SubnetId\": \"abc\",\n \"VpcId\": \"abc\",\n \"LoadBalanceId\": \"abc\",\n \"Yaml\": \"abc\",\n \"Ports\": [\n 0\n ],\n \"PortMappingItemList\": [\n {\n \"Port\": 0,\n \"TargetPort\": 0,\n \"Protocol\": \"abc\"\n }\n ],\n \"ExternalDomain\": \"abc\"\n }\n}",
|
319
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xxx\"\n }\n}",
|
320
320
|
"title": "修改服务访问方式列表"
|
321
321
|
}
|
322
322
|
],
|
323
323
|
"ModifyConfigData": [
|
324
324
|
{
|
325
325
|
"document": "编辑配置",
|
326
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
326
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyConfigData\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"SourceChannel\": 0,\n \"Data\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Type\": \"abc\",\n \"Config\": \"abc\",\n \"Secret\": \"abc\"\n }\n ]\n}",
|
327
327
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
328
328
|
"title": "编辑配置"
|
329
329
|
}
|
@@ -331,8 +331,8 @@
|
|
331
331
|
"ModifyEnvironment": [
|
332
332
|
{
|
333
333
|
"document": "编辑环境",
|
334
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentName\": \"
|
335
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
334
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyEnvironment\n<公共请求参数>\n\n{\n \"EnvironmentName\": \"name-xxx\",\n \"Description\": \"描述\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"SubnetIds\": [\n \"subnet-xxxxxx\"\n ],\n \"SourceChannel\": 0,\n \"Vpc\": \"vpc-xxxxxx\"\n}",
|
335
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
|
336
336
|
"title": "编辑环境"
|
337
337
|
}
|
338
338
|
],
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"ModifyLogConfig": [
|
348
348
|
{
|
349
349
|
"document": "编辑日志收集配置",
|
350
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"
|
350
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogConfig\n<公共请求参数>\n\n{\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"Data\": {\n \"LogsetId\": \"7a126551-62d1-4e12-b426-84bd5b2fdbca\",\n \"TopicId\": \"6c69fdb7-5e4c-4e52-8437-32c2c729b85a\",\n \"InputType\": \"container_stdout\",\n \"LogType\": \"json_log\",\n \"ExtractRule\": {\n \"FilterKeys\": [],\n \"FilterRegex\": [],\n \"UnMatchUpload\": \"true\",\n \"UnMatchedKey\": \"LogParseFailure\"\n }\n },\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
351
351
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
352
352
|
"title": "编辑日志收集配置"
|
353
353
|
}
|
@@ -355,15 +355,15 @@
|
|
355
355
|
"RestartApplication": [
|
356
356
|
{
|
357
357
|
"document": "服务重启",
|
358
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
359
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
358
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
359
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc-xxx-xxx\"\n }\n}",
|
360
360
|
"title": "服务重启"
|
361
361
|
}
|
362
362
|
],
|
363
363
|
"RestartApplicationPod": [
|
364
364
|
{
|
365
365
|
"document": "重启应用实例",
|
366
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartApplicationPod\n<公共请求参数>\n\n{\n \"Status\": \"
|
366
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartApplicationPod\n<公共请求参数>\n\n{\n \"Status\": \"Running\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"Offset\": 0,\n \"SourceChannel\": 0,\n \"Limit\": 0,\n \"PodName\": \"pod-name-xxx\",\n \"ApplicationId\": \"app-xxxxxx\"\n}",
|
367
367
|
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": true\n }\n}",
|
368
368
|
"title": "重启应用实例"
|
369
369
|
}
|
@@ -371,24 +371,24 @@
|
|
371
371
|
"ResumeDeployApplication": [
|
372
372
|
{
|
373
373
|
"document": "",
|
374
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeDeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
375
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
|
374
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResumeDeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
375
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx-xxx-xxx\"\n }\n}",
|
376
376
|
"title": "开始下一批次发布"
|
377
377
|
}
|
378
378
|
],
|
379
379
|
"RevertDeployApplication": [
|
380
380
|
{
|
381
381
|
"document": "",
|
382
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RevertDeployApplication\n<公共请求参数>\n\n{}",
|
383
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"
|
382
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RevertDeployApplication\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
383
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc-xxx-xxxx\"\n }\n}",
|
384
384
|
"title": "回滚分批发布"
|
385
385
|
}
|
386
386
|
],
|
387
387
|
"RollingUpdateApplicationByVersion": [
|
388
388
|
{
|
389
389
|
"document": "应用部署",
|
390
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollingUpdateApplicationByVersion\n<公共请求参数>\n\n{\n \"ApplicationId\": \"
|
391
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"
|
390
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RollingUpdateApplicationByVersion\n<公共请求参数>\n\n{\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\",\n \"DeployVersion\": \"v1\",\n \"PackageName\": \"test.jar\",\n \"From\": \"test\",\n \"DeployStrategyType\": \"0\",\n \"TotalBatchCount\": 0,\n \"BatchInterval\": 0,\n \"BetaBatchNum\": 0,\n \"MinAvailable\": 0,\n \"Force\": true\n}",
|
391
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"revision-xxx\"\n }\n}",
|
392
392
|
"title": "应用部署"
|
393
393
|
},
|
394
394
|
{
|
@@ -401,8 +401,8 @@
|
|
401
401
|
"StopApplication": [
|
402
402
|
{
|
403
403
|
"document": "服务版本停止",
|
404
|
-
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopApplication\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"
|
405
|
-
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
404
|
+
"input": "POST / HTTP/1.1\nHost: tem.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopApplication\n<公共请求参数>\n\n{\n \"SourceChannel\": 0,\n \"ApplicationId\": \"app-xxxxxx\",\n \"EnvironmentId\": \"en-xxxxxx\"\n}",
|
405
|
+
"output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"abc-xxxx-xxxx\"\n }\n}",
|
406
406
|
"title": "服务版本停止"
|
407
407
|
}
|
408
408
|
]
|