tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (252) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/argparser.py +1 -1
  3. tccli/command.py +2 -2
  4. tccli/credentials.py +25 -0
  5. tccli/main.py +6 -2
  6. tccli/plugins/sso/__init__.py +61 -0
  7. tccli/plugins/sso/configs.py +4 -0
  8. tccli/plugins/sso/configure.py +45 -0
  9. tccli/plugins/sso/login.py +144 -0
  10. tccli/plugins/sso/logout.py +21 -0
  11. tccli/plugins/sso/terminal.py +161 -0
  12. tccli/plugins/sso/texts.py +40 -0
  13. tccli/services/__init__.py +6 -0
  14. tccli/services/acp/v20220105/api.json +7 -7
  15. tccli/services/acp/v20220105/examples.json +2 -2
  16. tccli/services/aiart/v20221229/api.json +29 -29
  17. tccli/services/aiart/v20221229/examples.json +8 -8
  18. tccli/services/apigateway/v20180808/api.json +18 -17
  19. tccli/services/apigateway/v20180808/examples.json +12 -12
  20. tccli/services/apm/v20210622/api.json +98 -4
  21. tccli/services/asr/v20190614/api.json +18 -17
  22. tccli/services/asr/v20190614/examples.json +13 -13
  23. tccli/services/autoscaling/v20180419/api.json +371 -309
  24. tccli/services/autoscaling/v20180419/examples.json +17 -17
  25. tccli/services/batch/v20170312/api.json +7 -7
  26. tccli/services/bda/v20200324/api.json +39 -31
  27. tccli/services/bda/v20200324/examples.json +9 -9
  28. tccli/services/bh/__init__.py +4 -0
  29. tccli/services/bh/bh_client.py +3428 -0
  30. tccli/services/bh/v20230418/api.json +8180 -0
  31. tccli/services/bh/v20230418/examples.json +519 -0
  32. tccli/services/bi/v20220105/api.json +48 -0
  33. tccli/services/billing/v20180709/api.json +26 -24
  34. tccli/services/bsca/v20210811/api.json +1 -1
  35. tccli/services/btoe/v20210514/api.json +4 -4
  36. tccli/services/btoe/v20210514/examples.json +2 -2
  37. tccli/services/ca/v20230228/api.json +60 -0
  38. tccli/services/cam/v20190116/api.json +11 -11
  39. tccli/services/cat/v20180409/api.json +9 -0
  40. tccli/services/cbs/v20170312/api.json +200 -188
  41. tccli/services/cbs/v20170312/examples.json +4 -4
  42. tccli/services/ccc/v20200210/api.json +390 -323
  43. tccli/services/ccc/v20200210/examples.json +15 -15
  44. tccli/services/cdb/cdb_client.py +13 -13
  45. tccli/services/cdb/v20170320/api.json +295 -270
  46. tccli/services/cdb/v20170320/examples.json +38 -38
  47. tccli/services/cdc/v20201214/api.json +283 -270
  48. tccli/services/cdc/v20201214/examples.json +26 -26
  49. tccli/services/cds/v20180420/api.json +82 -76
  50. tccli/services/cds/v20180420/examples.json +1 -1
  51. tccli/services/cdwch/v20200915/api.json +1 -1
  52. tccli/services/cdwdoris/v20211228/api.json +42 -2
  53. tccli/services/cdz/v20221123/api.json +41 -5
  54. tccli/services/cfg/v20210820/api.json +31 -0
  55. tccli/services/cfs/v20190719/api.json +89 -1
  56. tccli/services/cfs/v20190719/examples.json +1 -1
  57. tccli/services/cfw/cfw_client.py +0 -53
  58. tccli/services/cfw/v20190904/api.json +1849 -1999
  59. tccli/services/cfw/v20190904/examples.json +157 -159
  60. tccli/services/ckafka/v20190819/api.json +104 -75
  61. tccli/services/clb/v20180317/api.json +48 -26
  62. tccli/services/clb/v20180317/examples.json +1 -1
  63. tccli/services/cloudapp/v20220530/api.json +5 -1
  64. tccli/services/cloudaudit/v20190319/api.json +58 -44
  65. tccli/services/cloudaudit/v20190319/examples.json +6 -6
  66. tccli/services/cloudstudio/v20230508/api.json +38 -37
  67. tccli/services/cloudstudio/v20230508/examples.json +4 -4
  68. tccli/services/cls/cls_client.py +216 -4
  69. tccli/services/cls/v20201016/api.json +536 -47
  70. tccli/services/cls/v20201016/examples.json +34 -2
  71. tccli/services/csip/v20221121/api.json +2562 -2382
  72. tccli/services/csip/v20221121/examples.json +108 -108
  73. tccli/services/cvm/v20170312/api.json +149 -112
  74. tccli/services/cvm/v20170312/examples.json +2 -2
  75. tccli/services/cwp/cwp_client.py +4 -110
  76. tccli/services/cwp/v20180228/api.json +6338 -6146
  77. tccli/services/cwp/v20180228/examples.json +342 -370
  78. tccli/services/cynosdb/v20190107/api.json +93 -81
  79. tccli/services/cynosdb/v20190107/examples.json +70 -70
  80. tccli/services/dasb/v20191018/api.json +796 -651
  81. tccli/services/dasb/v20191018/examples.json +101 -101
  82. tccli/services/dcdb/dcdb_client.py +114 -61
  83. tccli/services/dcdb/v20180411/api.json +141 -7
  84. tccli/services/dcdb/v20180411/examples.json +32 -0
  85. tccli/services/dlc/v20210125/api.json +21 -11
  86. tccli/services/dnspod/dnspod_client.py +417 -46
  87. tccli/services/dnspod/v20210323/api.json +751 -30
  88. tccli/services/dnspod/v20210323/examples.json +62 -0
  89. tccli/services/dts/v20211206/api.json +4 -4
  90. tccli/services/ecm/v20190719/api.json +2 -2
  91. tccli/services/emr/v20190103/api.json +339 -114
  92. tccli/services/emr/v20190103/examples.json +64 -82
  93. tccli/services/es/v20180416/api.json +29 -0
  94. tccli/services/es/v20180416/examples.json +1 -1
  95. tccli/services/ess/v20201111/api.json +49 -31
  96. tccli/services/ess/v20201111/examples.json +20 -8
  97. tccli/services/essbasic/v20210526/api.json +54 -49
  98. tccli/services/essbasic/v20210526/examples.json +36 -18
  99. tccli/services/facefusion/v20181201/api.json +47 -45
  100. tccli/services/facefusion/v20181201/examples.json +2 -2
  101. tccli/services/facefusion/v20220927/api.json +54 -48
  102. tccli/services/facefusion/v20220927/examples.json +5 -5
  103. tccli/services/faceid/v20180301/api.json +497 -496
  104. tccli/services/faceid/v20180301/examples.json +219 -101
  105. tccli/services/fmu/v20191213/api.json +59 -67
  106. tccli/services/fmu/v20191213/examples.json +22 -22
  107. tccli/services/ft/v20200304/api.json +53 -57
  108. tccli/services/ft/v20200304/examples.json +14 -14
  109. tccli/services/gme/v20180711/api.json +21 -11
  110. tccli/services/gme/v20180711/examples.json +1 -1
  111. tccli/services/hai/v20230812/api.json +116 -9
  112. tccli/services/hai/v20230812/examples.json +4 -4
  113. tccli/services/hunyuan/hunyuan_client.py +436 -12
  114. tccli/services/hunyuan/v20230901/api.json +1482 -118
  115. tccli/services/hunyuan/v20230901/examples.json +82 -18
  116. tccli/services/iai/v20180301/api.json +23 -19
  117. tccli/services/iai/v20180301/examples.json +2 -2
  118. tccli/services/iai/v20200303/api.json +530 -511
  119. tccli/services/iai/v20200303/examples.json +116 -86
  120. tccli/services/ig/__init__.py +4 -0
  121. tccli/services/ig/ig_client.py +195 -0
  122. tccli/services/ig/v20210518/api.json +83 -0
  123. tccli/services/ig/v20210518/examples.json +13 -0
  124. tccli/services/ioa/ioa_client.py +53 -0
  125. tccli/services/ioa/v20220601/api.json +662 -413
  126. tccli/services/ioa/v20220601/examples.json +24 -10
  127. tccli/services/iotexplorer/v20190423/api.json +33 -13
  128. tccli/services/iotexplorer/v20190423/examples.json +3 -3
  129. tccli/services/iotvideo/iotvideo_client.py +106 -0
  130. tccli/services/iotvideo/v20191126/api.json +256 -24
  131. tccli/services/iotvideo/v20191126/examples.json +19 -3
  132. tccli/services/iotvideo/v20201215/api.json +1 -1
  133. tccli/services/iotvideo/v20201215/examples.json +1 -1
  134. tccli/services/iotvideo/v20211125/api.json +1 -1
  135. tccli/services/iotvideo/v20211125/examples.json +2 -2
  136. tccli/services/iss/iss_client.py +69 -122
  137. tccli/services/iss/v20230517/api.json +10 -54
  138. tccli/services/iss/v20230517/examples.json +0 -14
  139. tccli/services/kms/v20190118/api.json +301 -268
  140. tccli/services/kms/v20190118/examples.json +45 -51
  141. tccli/services/lcic/lcic_client.py +159 -0
  142. tccli/services/lcic/v20220817/api.json +273 -1
  143. tccli/services/lcic/v20220817/examples.json +24 -0
  144. tccli/services/lighthouse/v20200324/api.json +56 -0
  145. tccli/services/live/live_client.py +159 -0
  146. tccli/services/live/v20180801/api.json +244 -0
  147. tccli/services/live/v20180801/examples.json +24 -0
  148. tccli/services/lke/v20231130/api.json +17 -17
  149. tccli/services/lke/v20231130/examples.json +19 -25
  150. tccli/services/mariadb/v20170312/api.json +7 -7
  151. tccli/services/market/v20191010/api.json +3 -3
  152. tccli/services/market/v20191010/examples.json +2 -2
  153. tccli/services/mmps/v20200710/api.json +47 -47
  154. tccli/services/mmps/v20200710/examples.json +3 -3
  155. tccli/services/mongodb/v20190725/api.json +4 -4
  156. tccli/services/monitor/v20180724/api.json +46 -19
  157. tccli/services/mps/v20190612/api.json +282 -5
  158. tccli/services/mps/v20190612/examples.json +25 -1
  159. tccli/services/mqtt/v20240516/api.json +2 -2
  160. tccli/services/mrs/v20200910/api.json +72 -34
  161. tccli/services/mrs/v20200910/examples.json +2 -2
  162. tccli/services/ms/v20180408/api.json +535 -506
  163. tccli/services/ms/v20180408/examples.json +25 -25
  164. tccli/services/oceanus/v20190422/api.json +130 -0
  165. tccli/services/ocr/ocr_client.py +232 -20
  166. tccli/services/ocr/v20181119/api.json +2265 -760
  167. tccli/services/ocr/v20181119/examples.json +200 -180
  168. tccli/services/omics/v20221128/api.json +614 -553
  169. tccli/services/omics/v20221128/examples.json +9 -9
  170. tccli/services/organization/v20210331/api.json +13 -4
  171. tccli/services/organization/v20210331/examples.json +2 -2
  172. tccli/services/partners/v20180321/api.json +244 -234
  173. tccli/services/partners/v20180321/examples.json +19 -19
  174. tccli/services/privatedns/privatedns_client.py +428 -4
  175. tccli/services/privatedns/v20201028/api.json +815 -11
  176. tccli/services/privatedns/v20201028/examples.json +64 -0
  177. tccli/services/pts/v20210728/api.json +18 -0
  178. tccli/services/pts/v20210728/examples.json +1 -1
  179. tccli/services/rce/rce_client.py +53 -0
  180. tccli/services/rce/v20201103/api.json +146 -0
  181. tccli/services/rce/v20201103/examples.json +8 -0
  182. tccli/services/redis/v20180412/api.json +42 -42
  183. tccli/services/redis/v20180412/examples.json +19 -19
  184. tccli/services/rum/v20210622/api.json +9 -0
  185. tccli/services/scf/v20180416/api.json +15 -15
  186. tccli/services/scf/v20180416/examples.json +1 -1
  187. tccli/services/smop/v20201203/api.json +46 -42
  188. tccli/services/smop/v20201203/examples.json +2 -2
  189. tccli/services/soe/v20180724/api.json +10 -10
  190. tccli/services/sqlserver/v20180328/api.json +21 -8
  191. tccli/services/sqlserver/v20180328/examples.json +5 -5
  192. tccli/services/ssl/v20191205/api.json +97 -4
  193. tccli/services/ssm/v20190923/api.json +292 -231
  194. tccli/services/ssm/v20190923/examples.json +42 -42
  195. tccli/services/tat/v20201028/api.json +97 -97
  196. tccli/services/tat/v20201028/examples.json +20 -26
  197. tccli/services/tchd/v20230306/api.json +5 -5
  198. tccli/services/tchd/v20230306/examples.json +3 -3
  199. tccli/services/tcr/v20190924/api.json +1 -1
  200. tccli/services/tcr/v20190924/examples.json +1 -1
  201. tccli/services/tcss/v20201101/api.json +1973 -1426
  202. tccli/services/tcss/v20201101/examples.json +346 -364
  203. tccli/services/tdmq/v20200217/api.json +539 -401
  204. tccli/services/tdmq/v20200217/examples.json +104 -104
  205. tccli/services/tds/v20220801/api.json +4 -4
  206. tccli/services/tem/v20210701/api.json +287 -271
  207. tccli/services/tem/v20210701/examples.json +59 -59
  208. tccli/services/teo/v20220901/api.json +37 -9
  209. tccli/services/teo/v20220901/examples.json +13 -7
  210. tccli/services/thpc/v20230321/api.json +5 -5
  211. tccli/services/tke/tke_client.py +217 -58
  212. tccli/services/tke/v20180525/api.json +36 -27
  213. tccli/services/tke/v20180525/examples.json +1 -1
  214. tccli/services/tke/v20220501/api.json +176 -0
  215. tccli/services/tke/v20220501/examples.json +24 -0
  216. tccli/services/tmt/v20180321/api.json +38 -8
  217. tccli/services/trp/v20210515/api.json +86 -74
  218. tccli/services/trp/v20210515/examples.json +65 -65
  219. tccli/services/trro/v20220325/api.json +72 -71
  220. tccli/services/trro/v20220325/examples.json +8 -8
  221. tccli/services/trtc/trtc_client.py +8 -61
  222. tccli/services/trtc/v20190722/api.json +72 -30
  223. tccli/services/trtc/v20190722/examples.json +3 -11
  224. tccli/services/tse/tse_client.py +110 -4
  225. tccli/services/tse/v20201207/api.json +122 -7
  226. tccli/services/tse/v20201207/examples.json +25 -9
  227. tccli/services/vclm/v20240523/api.json +225 -82
  228. tccli/services/vclm/v20240523/examples.json +13 -19
  229. tccli/services/vod/v20180717/api.json +431 -4
  230. tccli/services/vod/v20180717/examples.json +25 -5
  231. tccli/services/vod/v20240718/api.json +11 -11
  232. tccli/services/vod/v20240718/examples.json +4 -4
  233. tccli/services/vod/vod_client.py +53 -0
  234. tccli/services/vpc/v20170312/api.json +1090 -862
  235. tccli/services/vpc/v20170312/examples.json +74 -66
  236. tccli/services/vpc/vpc_client.py +61 -8
  237. tccli/services/waf/v20180125/api.json +2540 -2177
  238. tccli/services/waf/v20180125/examples.json +216 -284
  239. tccli/services/waf/waf_client.py +172 -119
  240. tccli/services/wav/v20210129/api.json +48 -48
  241. tccli/services/wav/v20210129/examples.json +4 -4
  242. tccli/services/wedata/v20210820/api.json +909 -25
  243. tccli/services/wedata/v20210820/examples.json +28 -4
  244. tccli/services/wedata/wedata_client.py +159 -0
  245. tccli/services/weilingwith/v20230427/api.json +6 -6
  246. tccli/services/weilingwith/v20230427/examples.json +3 -3
  247. tccli/sso.py +229 -0
  248. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
  249. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
  250. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
  251. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
  252. {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -11,16 +11,16 @@
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 \"SourceChannel\": 0,\n \"Autoscaler\": {\n \"ModifyDate\": \"xx\",\n \"Description\": \"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 \"MinReplicas\": 0,\n \"AutoscalerId\": \"xx\",\n \"Enabled\": true,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"Metrics\": \"xx\",\n \"Enabled\": true,\n \"Threshold\": 0,\n \"MaxReplicas\": 0\n }\n ],\n \"EnableDate\": \"xx\",\n \"AutoscalerName\": \"xx\",\n \"CreateDate\": \"xx\",\n \"MaxReplicas\": 0\n },\n \"ApplicationId\": \"xx\",\n \"EnvironmentId\": \"xx\"\n}",
15
- "output": "{\n \"Response\": {\n \"Result\": \"xx\",\n \"RequestId\": \"xx\"\n }\n}",
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 \"ApplicationId\": \"xx\",\n \"Service\": {\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 \"EnvironmentId\": \"xx\"\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
  ],
@@ -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\": \"xx\",\n \"Description\": \"xx\",\n \"K8sVersion\": \"xx\",\n \"SubnetIds\": [\n \"xx\"\n ],\n \"EnableTswTraceService\": true,\n \"SourceChannel\": 0,\n \"Vpc\": \"xx\"\n}",
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
  }
@@ -67,24 +67,24 @@
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\": \"abc\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"abc\",\n \"DeleteApplicationIfNoRunningVersion\": true\n}",
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 \"ApplicationId\": \"xx\",\n \"EnvironmentId\": \"xx\"\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
  ],
@@ -99,8 +99,8 @@
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\": \"abc\",\n \"ImgRepo\": \"abc\",\n \"VersionDesc\": \"abc\",\n \"JvmOpts\": \"abc\",\n \"InitPodNum\": 1,\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 \"LogConfs\": [\n \"abc\"\n ],\n \"StorageConfs\": [\n {\n \"StorageVolName\": \"abc\",\n \"StorageVolPath\": \"abc\",\n \"StorageVolIp\": \"abc\"\n }\n ],\n \"StorageMountConfs\": [\n {\n \"VolumeName\": \"abc\",\n \"MountPath\": \"abc\"\n }\n ],\n \"DeployMode\": \"abc\",\n \"DeployVersion\": \"abc\",\n \"PkgName\": \"abc\",\n \"CpuSpec\": 0,\n \"MemorySpec\": 0,\n \"JdkVersion\": \"abc\",\n \"SecurityGroupIds\": [\n \"abc\"\n ],\n \"LogOutputConf\": {\n \"OutputType\": \"abc\",\n \"ClsLogsetName\": \"abc\",\n \"ClsLogTopicId\": \"abc\",\n \"ClsLogsetId\": \"abc\",\n \"ClsLogTopicName\": \"abc\"\n },\n \"SourceChannel\": 0,\n \"Description\": \"abc\",\n \"EnvironmentId\": \"abc\",\n \"ImageCommand\": \"abc\",\n \"ImageArgs\": [\n \"abc\"\n ],\n \"UseRegistryDefaultConfig\": true,\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 \"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 \"VersionId\": \"abc\",\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 \"DeployStrategyConf\": {\n \"TotalBatchCount\": 0,\n \"BetaBatchNum\": 0,\n \"DeployStrategyType\": 0,\n \"BatchInterval\": 0,\n \"MinAvailable\": 0,\n \"Force\": true\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 \"LogEnable\": 0,\n \"ConfEdited\": true,\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 \"EnablePrometheusConf\": {\n \"Port\": 0,\n \"Path\": \"abc\"\n },\n \"EnableTracing\": 0,\n \"EnableMetrics\": 0,\n \"TcrInstanceId\": \"abc\",\n \"RepoServer\": \"abc\",\n \"RepoType\": 0,\n \"PostStartEncoded\": \"abc\",\n \"PreStopEncoded\": \"abc\"\n}",
103
- "output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": \"version-xxx\"\n }\n}",
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
  ],
@@ -115,16 +115,16 @@
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\": \"xx\",\n \"EnvironmentId\": \"xx\"\n}",
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\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"Offset\": 0,\n \"SourceChannel\": 0,\n \"Limit\": 0,\n \"PodName\": \"xx\",\n \"ApplicationId\": \"xx\"\n}",
127
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"Limit\": 0,\n \"RequestId\": \"xx\",\n \"PodList\": [\n {\n \"Webshell\": \"xx\",\n \"Status\": \"xx\",\n \"RestartCount\": 0,\n \"StartTime\": \"xx\",\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"NodeInfo\": {\n \"SubnetId\": \"xx\",\n \"Cidr\": \"xx\",\n \"AvailableIpCount\": \"xx\",\n \"Name\": \"xx\",\n \"Zone\": \"xx\"\n },\n \"VersionId\": \"xx\",\n \"UnhealthyWarningMsg\": \"xx\",\n \"DeployVersion\": \"xx\",\n \"PodIp\": \"xx\",\n \"ContainerState\": \"xx\",\n \"Ready\": true,\n \"ApplicationName\": \"xx\",\n \"CreateTime\": \"xx\",\n \"Unhealthy\": true\n }\n ],\n \"Offset\": 0\n },\n \"RequestId\": \"xx\"\n }\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
  ],
@@ -140,7 +140,7 @@
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 \"Current\": 0,\n \"Records\": [\n {\n \"ApplicationName\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"HasAuthority\": true,\n \"ModifyDate\": \"2020-09-22 00:00:00\",\n \"Description\": \"xx\",\n \"Creator\": \"xx\",\n \"InstanceId\": \"xx\",\n \"CreateDate\": \"2020-09-22 00:00:00\",\n \"ActiveVersions\": [\n {\n \"Status\": \"xx\",\n \"CurrentInstances\": 0,\n \"LogOutputConf\": {\n \"ClsLogTopicId\": \"xx\",\n \"ClsLogsetName\": \"xx\",\n \"ClsLogsetId\": \"xx\",\n \"ClsLogTopicName\": \"xx\",\n \"OutputType\": \"xx\"\n },\n \"EnableEs\": 0,\n \"PodList\": {\n \"TotalCount\": 0,\n \"Limit\": 0,\n \"RequestId\": \"xx\",\n \"PodList\": [\n {\n \"Webshell\": \"xx\",\n \"Status\": \"xx\",\n \"RestartCount\": 0,\n \"StartTime\": \"xx\",\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"NodeInfo\": {\n \"SubnetId\": \"xx\",\n \"Cidr\": \"xx\",\n \"AvailableIpCount\": \"xx\",\n \"Name\": \"xx\",\n \"Zone\": \"xx\"\n },\n \"VersionId\": \"xx\",\n \"UnhealthyWarningMsg\": \"xx\",\n \"DeployVersion\": \"xx\",\n \"PodIp\": \"xx\",\n \"ContainerState\": \"xx\",\n \"Ready\": true,\n \"ApplicationName\": \"xx\",\n \"CreateTime\": \"xx\",\n \"Unhealthy\": true\n }\n ],\n \"Offset\": 0\n },\n \"EnvironmentId\": \"xx\",\n \"CreateDate\": \"xx\",\n \"BuildTaskId\": \"xx\",\n \"DeployMode\": \"xx\",\n \"WorkloadInfo\": {\n \"ApplicationName\": \"xx\",\n \"UpdateRevision\": \"xx\",\n \"UpdatedReadyReplicas\": 0,\n \"Replicas\": 0,\n \"ClusterId\": \"xx\",\n \"UpdatedReplicas\": 0,\n \"VersionName\": \"xx\",\n \"CurrentRevision\": \"xx\",\n \"ReadyReplicas\": 0\n },\n \"Zones\": [\n \"xx\"\n ],\n \"VersionId\": \"xx\",\n \"UnderDeploying\": true,\n \"BatchDeployStatus\": \"xx\",\n \"VersionName\": \"xx\",\n \"ExpectedInstances\": 0,\n \"NodeInfos\": [\n {\n \"SubnetId\": \"xx\",\n \"Cidr\": \"xx\",\n \"AvailableIpCount\": \"xx\",\n \"Name\": \"xx\",\n \"Zone\": \"xx\"\n }\n ],\n \"ApplicationId\": \"xx\",\n \"EnvironmentName\": \"xx\",\n \"ApplicationName\": \"xx\"\n }\n ],\n \"DeployMode\": \"xx\",\n \"RepoType\": 0,\n \"RepoName\": \"xx\",\n \"EnableTracing\": 1,\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"Modifier\": \"xx\",\n \"ApplicationId\": \"xx\",\n \"CodingLanguage\": \"xx\",\n \"EnvironmentName\": \"xx\"\n }\n ],\n \"Total\": 0,\n \"Pages\": 0,\n \"Size\": 0\n },\n \"RequestId\": \"xx\"\n }\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
  ],
@@ -171,24 +171,24 @@
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\": \"xx\",\n \"ApplicationId\": \"xx\"\n}",
175
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Status\": \"xx\",\n \"NewVersionPackageInfo\": \"xx\",\n \"NextBatchStartTime\": 0,\n \"OldDeployVersion\": \"xx\",\n \"BetaBatchDetail\": {\n \"NewPods\": [\n {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n }\n ],\n \"NewPodList\": {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n },\n \"BatchIndex\": 0,\n \"OldPodList\": {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n },\n \"NextBatchStartTime\": 0,\n \"OldPods\": [\n {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n }\n ],\n \"BatchStatus\": \"xx\",\n \"PodNum\": 0\n },\n \"ErrorMessage\": \"xx\",\n \"DeployStrategyConf\": {\n \"TotalBatchCount\": 0,\n \"DeployStrategyType\": 0,\n \"BatchInterval\": 0,\n \"BetaBatchNum\": 0\n },\n \"NewDeployVersion\": \"xx\",\n \"StartTime\": \"xx\",\n \"OtherBatchDetail\": [\n {\n \"NewPods\": [\n {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n }\n ],\n \"NewPodList\": {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n },\n \"BatchIndex\": 0,\n \"OldPodList\": {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n },\n \"NextBatchStartTime\": 0,\n \"OldPods\": [\n {\n \"Webshell\": \"xx\",\n \"PodStatus\": [\n \"xx\"\n ],\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"CreateTime\": \"xx\",\n \"PodVersion\": \"xx\"\n }\n ],\n \"BatchStatus\": \"xx\",\n \"PodNum\": 0\n }\n ],\n \"CurrentBatchIndex\": 0,\n \"EndTime\": \"xx\",\n \"CurrentBatchStatus\": \"xx\",\n \"OldVersionPodList\": {\n \"TotalCount\": 0,\n \"Limit\": 0,\n \"RequestId\": \"xx\",\n \"PodList\": [\n {\n \"Webshell\": \"xx\",\n \"Status\": \"xx\",\n \"RestartCount\": 0,\n \"Zone\": \"xx\",\n \"PodId\": \"xx\",\n \"DeployVersion\": \"xx\",\n \"PodIp\": \"xx\",\n \"ContainerState\": \"xx\",\n \"Ready\": true,\n \"CreateTime\": \"xx\"\n }\n ],\n \"Offset\": 0\n }\n },\n \"RequestId\": \"xx\"\n }\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\": \"xx\",\n \"SourceChannel\": 0\n}",
183
- "output": "{\n \"Response\": {\n \"Result\": {\n \"EnvironmentId\": \"xx\",\n \"VpcId\": \"xx\",\n \"Locked\": 0,\n \"Description\": \"xx\",\n \"EnvironmentName\": \"xx\",\n \"NamespaceName\": \"xx\",\n \"Region\": \"xx\",\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"ApmInstanceId\": \"xx\",\n \"CreatedDate\": \"xx\",\n \"SubnetIds\": [\n \"subnet-xxx\"\n ]\n },\n \"RequestId\": \"xx\"\n }\n}",
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 \"xx\"\n ],\n \"SourceChannel\": 0\n}",
191
- "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"EnvironmentId\": \"xx\",\n \"EnvironmentName\": \"xx\",\n \"ClusterId\": \"xx\",\n \"EnvironmentStoppingStatus\": {\n \"StoppedApplicationNum\": 0,\n \"ApplicationNumNeedToStop\": 0\n },\n \"ClusterStatus\": \"xx\",\n \"EnvironmentStartingStatus\": {\n \"ApplicationNumNeedToStart\": 0,\n \"StartedApplicationNum\": 0\n }\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
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,23 +196,23 @@
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 \"Current\": 0,\n \"Records\": [\n {\n \"SubAccountUin\": \"xx\",\n \"Channel\": \"xx\",\n \"Status\": 0,\n \"EnvironmentName\": \"xx\",\n \"HasAuthority\": true,\n \"ModifyDate\": \"xx\",\n \"Description\": \"xx\",\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"RegionId\": \"xx\",\n \"ClusterId\": \"xx\",\n \"RunInstancesNum\": 0,\n \"Vpc\": \"xx\",\n \"SubnetId\": \"xx\",\n \"CreateDate\": \"xx\",\n \"Locked\": 0,\n \"Region\": \"xx\",\n \"EnableTswTraceService\": true,\n \"Modifier\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"Creator\": \"xx\",\n \"EnvType\": \"xx\",\n \"Uin\": \"xx\",\n \"AppId\": \"xx\",\n \"ClusterStatus\": \"xx\",\n \"ApplicationNum\": 0\n }\n ],\n \"Total\": 0,\n \"Pages\": 0,\n \"Size\": 0\n },\n \"RequestId\": \"xx\"\n }\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\": \"xx\",\n \"ClusterNamespace\": \"xx\",\n \"SourceChannel\": 0,\n \"IngressName\": \"xx\"\n}",
207
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Tls\": [\n {\n \"CertificateId\": \"xx\",\n \"Hosts\": [\n \"xxx.com\"\n ],\n \"SecretName\": \"xx\"\n }\n ],\n \"EnvironmentId\": \"xx\",\n \"ClusterNamespace\": \"xx\",\n \"Rules\": [\n {\n \"Protocol\": \"xx\",\n \"Host\": \"xx\",\n \"Http\": {\n \"Paths\": [\n {\n \"Path\": \"xx\",\n \"Backend\": {\n \"ServiceName\": \"xx\",\n \"ServicePort\": 443\n }\n }\n ]\n }\n }\n ],\n \"ClbId\": \"xx\",\n \"ClusterId\": \"xx\",\n \"IngressName\": \"xx\",\n \"Vip\": \"xx\",\n \"Mixed\": true,\n \"AddressIPVersion\": \"xx\",\n \"CreateTime\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\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\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"IngressNames\": [\n \"xx\"\n ],\n \"SourceChannel\": 0\n}",
215
- "output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": [\n {\n \"ClusterId\": \"cls-9lxt9ic2\",\n \"AddressIPVersion\": \"IPV4\",\n \"ClbId\": \"clb-xxxx\",\n \"Vip\": \"10.10.10.10\",\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 }\n ]\n }\n}",
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
  ],
@@ -227,16 +227,16 @@
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\": \"xx\"\n}",
231
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Records\": [\n {\n \"ApplicationId\": \"xx\",\n \"ApplicationName\": \"xx\",\n \"TopicId\": \"xx\",\n \"BeginningRegex\": \"xx\",\n \"Name\": \"xx\",\n \"CreateDate\": \"xx\",\n \"LogPath\": \"xx\",\n \"InputType\": \"container_stdout\",\n \"LogType\": \"xx\",\n \"FilePattern\": \"xx\",\n \"ModifyDate\": \"xx\",\n \"LogsetId\": \"xx\"\n }\n ],\n \"ContinueToken\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
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\": \"xx\",\n \"ClusterNamespace\": \"xx\",\n \"ApplicationId\": \"xx\",\n \"SourceChannel\": 0\n}",
239
- "output": "{\n \"Response\": {\n \"RequestId\": \"81f74023-563c-437d-abf7-8139449ef178\",\n \"Result\": [\n {\n \"ClusterId\": \"cls-9lxt9ic2\",\n \"AddressIPVersion\": \"IPV4\",\n \"ClbId\": \"clb-xxxx\",\n \"Vip\": \"10.10.10.10\",\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 }\n ]\n }\n}",
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
  ],
@@ -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\": \"xx\",\n \"SourceChannel\": 0\n}",
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,25 +259,25 @@
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\": \"xx\",\n \"Name\": \"xx\"\n}",
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 \"ApplicationId\": \"xx\",\n \"EnvironmentId\": \"xx\"\n}",
271
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
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 \"ApplicationId\": \"xx\",\n \"EnvironmentId\": \"xx\"\n}",
279
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
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": [
@@ -291,23 +291,23 @@
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\": \"xx\",\n \"Autoscaler\": {\n \"ModifyDate\": \"xx\",\n \"Description\": \"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 \"MinReplicas\": 0,\n \"AutoscalerId\": \"xx\",\n \"Enabled\": true,\n \"HorizontalAutoscaler\": [\n {\n \"MinReplicas\": 0,\n \"Metrics\": \"xx\",\n \"Enabled\": true,\n \"Threshold\": 0,\n \"MaxReplicas\": 0\n }\n ],\n \"EnableDate\": \"xx\",\n \"AutoscalerName\": \"xx\",\n \"CreateDate\": \"xx\",\n \"MaxReplicas\": 0\n },\n \"ApplicationId\": \"xx\",\n \"EnvironmentId\": \"xx\"\n}",
295
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
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\": \"xx\",\n \"Description\": \"xx\",\n \"EnableTracing\": 1\n}",
303
- "output": "{\n \"Response\": {\n \"Result\": \"xx\",\n \"RequestId\": \"true\"\n }\n}",
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\": \"abc\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"abc\",\n \"Replicas\": 0\n}",
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
  }
@@ -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\": \"xx\",\n \"Description\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"SubnetIds\": [\n \"xx\"\n ],\n \"SourceChannel\": 0,\n \"Vpc\": \"xx\"\n}",
335
- "output": "{\n \"Response\": {\n \"Result\": true,\n \"RequestId\": \"xx\"\n }\n}",
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\": \"en-xxxxxx\",\n \"Name\": \"abc\",\n \"Data\": {\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 \"ApplicationId\": \"app-xxxxxx\"\n}",
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\": \"abc\",\n \"SourceChannel\": 0,\n \"EnvironmentId\": \"abc\"\n}",
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\": \"xx\",\n \"EnvironmentId\": \"xx\",\n \"Offset\": 0,\n \"SourceChannel\": 0,\n \"Limit\": 0,\n \"PodName\": \"xx\",\n \"ApplicationId\": \"xx\"\n}",
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
  }
@@ -379,8 +379,8 @@
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\": \"xx\"\n }\n}",
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
  ],
@@ -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\": \"abc\",\n \"EnvironmentId\": \"abc\"\n}",
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
  ]