tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tccli might be problematic. Click here for more details.

Files changed (226) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +2 -1
  3. tccli/services/ai3d/v20250513/api.json +22 -4
  4. tccli/services/aiart/aiart_client.py +173 -67
  5. tccli/services/aiart/v20221229/api.json +193 -0
  6. tccli/services/aiart/v20221229/examples.json +16 -0
  7. tccli/services/apm/apm_client.py +53 -0
  8. tccli/services/apm/v20210622/api.json +354 -0
  9. tccli/services/apm/v20210622/examples.json +8 -0
  10. tccli/services/asr/v20190614/api.json +3 -3
  11. tccli/services/autoscaling/v20180419/api.json +24 -2
  12. tccli/services/batch/v20170312/api.json +1 -1
  13. tccli/services/bda/bda_client.py +15 -704
  14. tccli/services/bda/v20200324/api.json +107 -1819
  15. tccli/services/bda/v20200324/examples.json +0 -176
  16. tccli/services/billing/billing_client.py +326 -8
  17. tccli/services/billing/v20180709/api.json +2200 -255
  18. tccli/services/billing/v20180709/examples.json +48 -0
  19. tccli/services/cam/v20190116/api.json +4 -4
  20. tccli/services/captcha/v20190722/api.json +3 -3
  21. tccli/services/cat/v20180409/api.json +7 -7
  22. tccli/services/ccc/ccc_client.py +235 -76
  23. tccli/services/ccc/v20200210/api.json +502 -18
  24. tccli/services/ccc/v20200210/examples.json +24 -0
  25. tccli/services/cdb/cdb_client.py +106 -0
  26. tccli/services/cdb/v20170320/api.json +257 -44
  27. tccli/services/cdb/v20170320/examples.json +22 -6
  28. tccli/services/cdn/cdn_client.py +4 -163
  29. tccli/services/cdn/v20180606/api.json +61 -310
  30. tccli/services/cdn/v20180606/examples.json +1 -25
  31. tccli/services/cdwdoris/v20211228/api.json +51 -12
  32. tccli/services/cdwpg/v20201230/api.json +11 -1
  33. tccli/services/cdwpg/v20201230/examples.json +1 -1
  34. tccli/services/cfg/v20210820/api.json +11 -1
  35. tccli/services/cfs/cfs_client.py +41 -94
  36. tccli/services/cfs/v20190719/api.json +171 -55
  37. tccli/services/cfs/v20190719/examples.json +1 -9
  38. tccli/services/cfw/v20190904/api.json +122 -10
  39. tccli/services/ckafka/ckafka_client.py +188 -29
  40. tccli/services/ckafka/v20190819/api.json +277 -4
  41. tccli/services/ckafka/v20190819/examples.json +25 -1
  42. tccli/services/clb/clb_client.py +0 -265
  43. tccli/services/clb/v20180317/api.json +130 -296
  44. tccli/services/clb/v20180317/examples.json +12 -40
  45. tccli/services/cloudapp/v20220530/api.json +55 -0
  46. tccli/services/cloudaudit/v20190319/api.json +11 -0
  47. tccli/services/cloudhsm/v20191112/api.json +10 -10
  48. tccli/services/cls/v20201016/api.json +63 -45
  49. tccli/services/cls/v20201016/examples.json +10 -4
  50. tccli/services/csip/v20221121/api.json +53 -3
  51. tccli/services/ctem/v20231128/api.json +320 -0
  52. tccli/services/ctem/v20231128/examples.json +3 -3
  53. tccli/services/cvm/cvm_client.py +0 -212
  54. tccli/services/cvm/v20170312/api.json +91 -843
  55. tccli/services/cvm/v20170312/examples.json +32 -58
  56. tccli/services/cynosdb/cynosdb_client.py +167 -8
  57. tccli/services/cynosdb/v20190107/api.json +1126 -148
  58. tccli/services/cynosdb/v20190107/examples.json +31 -7
  59. tccli/services/dbbrain/dbbrain_client.py +246 -87
  60. tccli/services/dbbrain/v20191016/api.json +74 -62
  61. tccli/services/dbbrain/v20191016/examples.json +1 -1
  62. tccli/services/dbbrain/v20210527/api.json +601 -177
  63. tccli/services/dbbrain/v20210527/examples.json +28 -4
  64. tccli/services/dc/v20180410/api.json +101 -3
  65. tccli/services/dcdb/v20180411/api.json +1 -1
  66. tccli/services/dlc/dlc_client.py +53 -0
  67. tccli/services/dlc/v20210125/api.json +237 -24
  68. tccli/services/dlc/v20210125/examples.json +12 -4
  69. tccli/services/dnspod/dnspod_client.py +106 -0
  70. tccli/services/dnspod/v20210323/api.json +126 -20
  71. tccli/services/dnspod/v20210323/examples.json +17 -7
  72. tccli/services/dsgc/v20190723/api.json +73 -15
  73. tccli/services/dts/v20180330/api.json +4 -4
  74. tccli/services/dts/v20211206/api.json +408 -127
  75. tccli/services/dts/v20211206/examples.json +15 -9
  76. tccli/services/eb/v20210416/api.json +41 -1
  77. tccli/services/eb/v20210416/examples.json +1 -1
  78. tccli/services/emr/v20190103/api.json +56 -9
  79. tccli/services/emr/v20190103/examples.json +5 -5
  80. tccli/services/es/es_client.py +273 -8
  81. tccli/services/es/v20180416/api.json +845 -33
  82. tccli/services/es/v20180416/examples.json +33 -1
  83. tccli/services/es/v20250101/api.json +135 -2
  84. tccli/services/es/v20250101/examples.json +8 -0
  85. tccli/services/ess/ess_client.py +509 -32
  86. tccli/services/ess/v20201111/api.json +1366 -113
  87. tccli/services/ess/v20201111/examples.json +94 -10
  88. tccli/services/essbasic/v20210526/api.json +265 -27
  89. tccli/services/essbasic/v20210526/examples.json +12 -12
  90. tccli/services/facefusion/v20220927/api.json +1 -1
  91. tccli/services/gaap/v20180529/api.json +18 -8
  92. tccli/services/gme/gme_client.py +53 -0
  93. tccli/services/gme/v20180711/api.json +241 -1
  94. tccli/services/gme/v20180711/examples.json +8 -0
  95. tccli/services/gs/gs_client.py +216 -4
  96. tccli/services/gs/v20191118/api.json +202 -1
  97. tccli/services/gs/v20191118/examples.json +32 -0
  98. tccli/services/gwlb/gwlb_client.py +53 -0
  99. tccli/services/gwlb/v20240906/api.json +150 -0
  100. tccli/services/gwlb/v20240906/examples.json +8 -0
  101. tccli/services/hai/v20230812/api.json +5 -5
  102. tccli/services/hunyuan/v20230901/api.json +3 -3
  103. tccli/services/hunyuan/v20230901/examples.json +1 -1
  104. tccli/services/iai/v20180301/api.json +227 -207
  105. tccli/services/iai/v20180301/examples.json +26 -26
  106. tccli/services/iai/v20200303/api.json +4 -4
  107. tccli/services/iai/v20200303/examples.json +1 -1
  108. tccli/services/ioa/ioa_client.py +265 -0
  109. tccli/services/ioa/v20220601/api.json +781 -85
  110. tccli/services/ioa/v20220601/examples.json +46 -0
  111. tccli/services/iotexplorer/iotexplorer_client.py +387 -16
  112. tccli/services/iotexplorer/v20190423/api.json +1183 -63
  113. tccli/services/iotexplorer/v20190423/examples.json +92 -0
  114. tccli/services/keewidb/v20220308/api.json +69 -17
  115. tccli/services/keewidb/v20220308/examples.json +5 -5
  116. tccli/services/lcic/v20220817/api.json +61 -15
  117. tccli/services/lighthouse/v20200324/api.json +193 -24
  118. tccli/services/lighthouse/v20200324/examples.json +9 -3
  119. tccli/services/live/v20180801/api.json +6 -6
  120. tccli/services/live/v20180801/examples.json +7 -1
  121. tccli/services/lke/lke_client.py +40 -93
  122. tccli/services/lke/v20231130/api.json +943 -390
  123. tccli/services/lke/v20231130/examples.json +38 -46
  124. tccli/services/lkeap/v20240522/api.json +39 -12
  125. tccli/services/lkeap/v20240522/examples.json +12 -0
  126. tccli/services/mariadb/v20170312/api.json +1 -1
  127. tccli/services/mna/v20210119/api.json +11 -2
  128. tccli/services/mna/v20210119/examples.json +1 -1
  129. tccli/services/mongodb/mongodb_client.py +334 -16
  130. tccli/services/mongodb/v20190725/api.json +1092 -383
  131. tccli/services/mongodb/v20190725/examples.json +69 -21
  132. tccli/services/monitor/monitor_client.py +106 -0
  133. tccli/services/monitor/v20180724/api.json +383 -12
  134. tccli/services/monitor/v20180724/examples.json +24 -2
  135. tccli/services/mps/mps_client.py +220 -8
  136. tccli/services/mps/v20190612/api.json +1999 -179
  137. tccli/services/mps/v20190612/examples.json +56 -6
  138. tccli/services/mqtt/v20240516/api.json +10 -0
  139. tccli/services/mqtt/v20240516/examples.json +3 -9
  140. tccli/services/nlp/v20190408/api.json +6 -6
  141. tccli/services/oceanus/oceanus_client.py +318 -0
  142. tccli/services/oceanus/v20190422/api.json +461 -26
  143. tccli/services/oceanus/v20190422/examples.json +50 -2
  144. tccli/services/ocr/ocr_client.py +41 -253
  145. tccli/services/ocr/v20181119/api.json +153 -659
  146. tccli/services/ocr/v20181119/examples.json +8 -40
  147. tccli/services/omics/v20221128/api.json +90 -7
  148. tccli/services/organization/v20210331/api.json +46 -7
  149. tccli/services/postgres/v20170312/api.json +333 -77
  150. tccli/services/postgres/v20170312/examples.json +37 -31
  151. tccli/services/privatedns/privatedns_client.py +641 -58
  152. tccli/services/privatedns/v20201028/api.json +930 -19
  153. tccli/services/privatedns/v20201028/examples.json +91 -3
  154. tccli/services/pts/v20210728/api.json +2 -2
  155. tccli/services/redis/v20180412/api.json +303 -109
  156. tccli/services/redis/v20180412/examples.json +12 -12
  157. tccli/services/region/v20220627/api.json +1 -1
  158. tccli/services/rum/v20210622/api.json +22 -4
  159. tccli/services/rum/v20210622/examples.json +2 -2
  160. tccli/services/sms/v20190711/api.json +12 -12
  161. tccli/services/sms/v20190711/examples.json +9 -3
  162. tccli/services/sms/v20210111/api.json +13 -13
  163. tccli/services/sms/v20210111/examples.json +8 -2
  164. tccli/services/sqlserver/v20180328/api.json +46 -7
  165. tccli/services/sqlserver/v20180328/examples.json +2 -2
  166. tccli/services/ssl/v20191205/api.json +28 -0
  167. tccli/services/svp/v20240125/api.json +14 -4
  168. tccli/services/tag/v20180813/api.json +3 -3
  169. tccli/services/tat/v20201028/api.json +22 -3
  170. tccli/services/tcb/v20180608/api.json +1 -1
  171. tccli/services/tcss/tcss_client.py +228 -69
  172. tccli/services/tcss/v20201101/api.json +273 -25
  173. tccli/services/tcss/v20201101/examples.json +26 -2
  174. tccli/services/teo/teo_client.py +317 -52
  175. tccli/services/teo/v20220901/api.json +1824 -242
  176. tccli/services/teo/v20220901/examples.json +109 -21
  177. tccli/services/thpc/thpc_client.py +57 -4
  178. tccli/services/thpc/v20230321/api.json +163 -21
  179. tccli/services/thpc/v20230321/examples.json +13 -5
  180. tccli/services/tione/tione_client.py +163 -4
  181. tccli/services/tione/v20211111/api.json +285 -21
  182. tccli/services/tione/v20211111/examples.json +27 -3
  183. tccli/services/tke/tke_client.py +8 -8
  184. tccli/services/tke/v20180525/api.json +168 -130
  185. tccli/services/tke/v20180525/examples.json +20 -20
  186. tccli/services/tke/v20220501/api.json +215 -3
  187. tccli/services/tke/v20220501/examples.json +8 -0
  188. tccli/services/tms/tms_client.py +106 -0
  189. tccli/services/tms/v20201229/api.json +249 -3
  190. tccli/services/tms/v20201229/examples.json +16 -0
  191. tccli/services/tmt/v20180321/api.json +78 -1
  192. tccli/services/trabbit/v20230418/api.json +271 -4
  193. tccli/services/trabbit/v20230418/examples.json +9 -3
  194. tccli/services/trocket/v20230308/api.json +4 -4
  195. tccli/services/trro/trro_client.py +106 -0
  196. tccli/services/trro/v20220325/api.json +456 -0
  197. tccli/services/trro/v20220325/examples.json +16 -0
  198. tccli/services/trtc/v20190722/api.json +197 -49
  199. tccli/services/trtc/v20190722/examples.json +4 -4
  200. tccli/services/tse/v20201207/api.json +69 -2
  201. tccli/services/tse/v20201207/examples.json +3 -3
  202. tccli/services/tsf/v20180326/api.json +70 -7
  203. tccli/services/tsf/v20180326/examples.json +2 -2
  204. tccli/services/vclm/v20240523/api.json +145 -0
  205. tccli/services/vclm/v20240523/examples.json +16 -0
  206. tccli/services/vclm/vclm_client.py +106 -0
  207. tccli/services/vcube/v20220410/api.json +1 -1
  208. tccli/services/vod/v20180717/api.json +7 -7
  209. tccli/services/vpc/v20170312/api.json +1216 -70
  210. tccli/services/vpc/v20170312/examples.json +139 -3
  211. tccli/services/vpc/vpc_client.py +1023 -122
  212. tccli/services/vrs/v20200824/api.json +11 -11
  213. tccli/services/vrs/v20200824/examples.json +1 -1
  214. tccli/services/vtc/v20240223/api.json +14 -14
  215. tccli/services/waf/v20180125/api.json +812 -143
  216. tccli/services/waf/v20180125/examples.json +2 -2
  217. tccli/services/wedata/v20210820/api.json +1281 -601
  218. tccli/services/wedata/v20210820/examples.json +127 -157
  219. tccli/services/wedata/v20250806/api.json +19335 -0
  220. tccli/services/wedata/v20250806/examples.json +999 -0
  221. tccli/services/wedata/wedata_client.py +7072 -1131
  222. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
  223. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
  224. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
  225. {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
  226. {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
@@ -171,7 +171,7 @@
171
171
  "CreateAssetImageScanTask": {
172
172
  "document": "容器安全创建镜像扫描任务",
173
173
  "input": "CreateAssetImageScanTaskRequest",
174
- "name": "创建镜像扫描任务",
174
+ "name": "创建本地镜像扫描任务",
175
175
  "output": "CreateAssetImageScanTaskResponse",
176
176
  "status": "online"
177
177
  },
@@ -189,6 +189,13 @@
189
189
  "output": "CreateCheckComponentResponse",
190
190
  "status": "online"
191
191
  },
192
+ "CreateClusterAccess": {
193
+ "document": "创建集群接入",
194
+ "input": "CreateClusterAccessRequest",
195
+ "name": "创建集群接入",
196
+ "output": "CreateClusterAccessResponse",
197
+ "status": "online"
198
+ },
192
199
  "CreateClusterCheckTask": {
193
200
  "document": "创建集群检查任务,用户检查用户的集群相关风险项",
194
201
  "input": "CreateClusterCheckTaskRequest",
@@ -2058,6 +2065,13 @@
2058
2065
  "output": "ModifyContainerNetStatusResponse",
2059
2066
  "status": "online"
2060
2067
  },
2068
+ "ModifyDefendStatus": {
2069
+ "document": "修改防护状态",
2070
+ "input": "ModifyDefendStatusRequest",
2071
+ "name": "修改防护状态",
2072
+ "output": "ModifyDefendStatusResponse",
2073
+ "status": "online"
2074
+ },
2061
2075
  "ModifyEscapeEventStatus": {
2062
2076
  "document": "ModifyEscapeEventStatus 修改容器逃逸扫描事件状态",
2063
2077
  "input": "ModifyEscapeEventStatusRequest",
@@ -2324,6 +2338,13 @@
2324
2338
  "output": "SyncAssetImageRegistryAssetResponse",
2325
2339
  "status": "online"
2326
2340
  },
2341
+ "UninstallClusterContainerSecurity": {
2342
+ "document": "卸载集群容器安全",
2343
+ "input": "UninstallClusterContainerSecurityRequest",
2344
+ "name": "卸载集群容器安全",
2345
+ "output": "UninstallClusterContainerSecurityResponse",
2346
+ "status": "online"
2347
+ },
2327
2348
  "UpdateAndPublishNetworkFirewallPolicyDetail": {
2328
2349
  "document": "容器网络创建网络策略更新并发布任务",
2329
2350
  "input": "UpdateAndPublishNetworkFirewallPolicyDetailRequest",
@@ -9452,7 +9473,7 @@
9452
9473
  {
9453
9474
  "disabled": true,
9454
9475
  "document": "是否扫描全部镜像;全部镜像,镜像列表和根据过滤条件筛选三选一。",
9455
- "example": "TRUE",
9476
+ "example": "true",
9456
9477
  "member": "bool",
9457
9478
  "name": "All",
9458
9479
  "required": false,
@@ -9470,7 +9491,7 @@
9470
9491
  {
9471
9492
  "disabled": false,
9472
9493
  "document": "扫描漏洞;漏洞,木马和风险需选其一",
9473
- "example": "True",
9494
+ "example": "true",
9474
9495
  "member": "bool",
9475
9496
  "name": "ScanVul",
9476
9497
  "required": false,
@@ -9479,7 +9500,7 @@
9479
9500
  {
9480
9501
  "disabled": false,
9481
9502
  "document": "扫描木马;漏洞,木马和风险需选其一",
9482
- "example": "False",
9503
+ "example": "false",
9483
9504
  "member": "bool",
9484
9505
  "name": "ScanVirus",
9485
9506
  "required": false,
@@ -9488,7 +9509,7 @@
9488
9509
  {
9489
9510
  "disabled": false,
9490
9511
  "document": "扫描风险;漏洞,木马和风险需选其一",
9491
- "example": "False",
9512
+ "example": "false",
9492
9513
  "member": "bool",
9493
9514
  "name": "ScanRisk",
9494
9515
  "required": false,
@@ -9497,7 +9518,7 @@
9497
9518
  {
9498
9519
  "disabled": false,
9499
9520
  "document": "根据过滤条件筛选出镜像;全部镜像,镜像列表和根据过滤条件筛选三选一。",
9500
- "example": "[{\"Name\":\"Namespace\",\"Values\":[\"name1\"]}]",
9521
+ "example": "",
9501
9522
  "member": "AssetFilters",
9502
9523
  "name": "Filters",
9503
9524
  "required": false,
@@ -9506,7 +9527,7 @@
9506
9527
  {
9507
9528
  "disabled": false,
9508
9529
  "document": "根据过滤条件筛选出镜像,再排除个别镜像",
9509
- "example": "[sha256:80beff5ff34259ceb7fbe9cd10b2d94912618f5b5595f234349c5bb0cd4f9211]",
9530
+ "example": "[\"sha256:80beff5ff34259ceb7fbe9cd10b2d94912618f5b5595f234349c5bb0cd4f9211\"]",
9510
9531
  "member": "string",
9511
9532
  "name": "ExcludeImageIds",
9512
9533
  "required": false,
@@ -9515,7 +9536,7 @@
9515
9536
  {
9516
9537
  "disabled": false,
9517
9538
  "document": "镜像是否存在运行中的容器",
9518
- "example": "TRUE",
9539
+ "example": "true",
9519
9540
  "member": "bool",
9520
9541
  "name": "ContainerRunning",
9521
9542
  "required": false,
@@ -9542,7 +9563,7 @@
9542
9563
  {
9543
9564
  "disabled": false,
9544
9565
  "document": "一键扫描任务。默认false表示非一键扫描,true一键扫描",
9545
- "example": "FALSE",
9566
+ "example": "false",
9546
9567
  "member": "bool",
9547
9568
  "name": "IsOneClickScanningTask",
9548
9569
  "required": false,
@@ -9701,6 +9722,33 @@
9701
9722
  ],
9702
9723
  "type": "object"
9703
9724
  },
9725
+ "CreateClusterAccessRequest": {
9726
+ "document": "CreateClusterAccess请求参数结构体",
9727
+ "members": [
9728
+ {
9729
+ "disabled": false,
9730
+ "document": "集群ID",
9731
+ "example": "无",
9732
+ "member": "string",
9733
+ "name": "ClusterIDs",
9734
+ "required": true,
9735
+ "type": "list"
9736
+ }
9737
+ ],
9738
+ "type": "object"
9739
+ },
9740
+ "CreateClusterAccessResponse": {
9741
+ "document": "CreateClusterAccess返回参数结构体",
9742
+ "members": [
9743
+ {
9744
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
9745
+ "member": "string",
9746
+ "name": "RequestId",
9747
+ "type": "string"
9748
+ }
9749
+ ],
9750
+ "type": "object"
9751
+ },
9704
9752
  "CreateClusterCheckTaskRequest": {
9705
9753
  "document": "CreateClusterCheckTask请求参数结构体",
9706
9754
  "members": [
@@ -10238,11 +10286,20 @@
10238
10286
  {
10239
10287
  "disabled": false,
10240
10288
  "document": "要导出的资产ID列表或检测项ID列表,由ExportByAsset的取值决定。",
10241
- "example": "6788",
10289
+ "example": "[6788]",
10242
10290
  "member": "uint64",
10243
10291
  "name": "IdList",
10244
10292
  "required": false,
10245
10293
  "type": "list"
10294
+ },
10295
+ {
10296
+ "disabled": false,
10297
+ "document": "筛选",
10298
+ "example": "无",
10299
+ "member": "RunTimeFilters",
10300
+ "name": "Filters",
10301
+ "required": false,
10302
+ "type": "list"
10246
10303
  }
10247
10304
  ],
10248
10305
  "type": "object"
@@ -12464,7 +12521,7 @@
12464
12521
  {
12465
12522
  "disabled": false,
12466
12523
  "document": "进程信息",
12467
- "example": "{ \"AncestorProcessInfo\": { \"ProcessParam\": \"-port 22\", \"ProcessPath\": \"/usr/local/bin/sshd\", \"ProcessStartUser\": \"root\", \"ProcessUserGroup\": \"root\" }",
12524
+ "example": "",
12468
12525
  "member": "ProcessDetailInfo",
12469
12526
  "name": "ProcessInfo",
12470
12527
  "output_required": true,
@@ -12494,7 +12551,7 @@
12494
12551
  {
12495
12552
  "disabled": false,
12496
12553
  "document": "祖先进程信息",
12497
- "example": "{ \"ProcessParam\": \"-port 22\", \"ProcessPath\": \"/usr/local/bin/sshd\", \"ProcessStartUser\": \"root\", \"ProcessUserGroup\": \"root\" }",
12554
+ "example": "",
12498
12555
  "member": "ProcessBaseInfo",
12499
12556
  "name": "AncestorProcessInfo",
12500
12557
  "output_required": true,
@@ -15177,7 +15234,7 @@
15177
15234
  {
15178
15235
  "disabled": false,
15179
15236
  "document": "是否信任镜像",
15180
- "example": "False",
15237
+ "example": "false",
15181
15238
  "member": "bool",
15182
15239
  "name": "IsTrustImage",
15183
15240
  "output_required": true,
@@ -15354,6 +15411,26 @@
15354
15411
  "type": "int",
15355
15412
  "value_allowed_null": false
15356
15413
  },
15414
+ {
15415
+ "disabled": false,
15416
+ "document": "解决方案",
15417
+ "example": "解决方案",
15418
+ "member": "string",
15419
+ "name": "Solution",
15420
+ "output_required": false,
15421
+ "type": "string",
15422
+ "value_allowed_null": false
15423
+ },
15424
+ {
15425
+ "disabled": false,
15426
+ "document": "原因",
15427
+ "example": "原因",
15428
+ "member": "string",
15429
+ "name": "Reason",
15430
+ "output_required": false,
15431
+ "type": "string",
15432
+ "value_allowed_null": false
15433
+ },
15357
15434
  {
15358
15435
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15359
15436
  "member": "string",
@@ -15710,7 +15787,7 @@
15710
15787
  {
15711
15788
  "disabled": false,
15712
15789
  "document": "层文件信息",
15713
- "example": "2024-10-16 10:18:03COPY /rootfs/ / # buildkit2024-10-16 10:18:03CMD [\"/bin/bash\"]2024-10-16 10:18:03ARG version=11.0.25.9-12024-10-16 10:18:03RUN |1 version=11.0.25.9-1 /bin/sh -c set -eux && export GNUPGHOME=\"$(mktemp -d)\" && curl -fL -o corretto.key https://yum.corretto.aws/corretto.key && gpg --batch --import corretto.key && gpg --batch --export --armor '6DC3636DAE534049C8B94623A122542AB04F24E3' > corretto.key && rpm --import corretto.key && rm -r \"$GNUPGHOME\" corretto.key && curl -fL -o /etc/yum.repos.d/corretto.repo https://yum.corretto.aws/corretto.repo && grep -q '^gpgcheck=1' /etc/yum.repos.d/corretto.repo && echo \"priority=9\" >> /etc/yum.repos.d/corretto.repo && yum install -y java-11-amazon-corretto-devel-$version && (find /usr/lib/jvm/java-11-amazon-corretto -name src.zip -delete || true) && yum install -y fontconfig && yum clean all # buildkit2024-10-16 10:18:03ENV LANG=C.UTF-82024-10-16 10:18:03ENV JAVA_HOME=/usr/lib/jvm/java-11-amazon-corretto2024-10-25 17:07:21/bin/sh -c #(nop) WORKDIR /app2024-10-25 17:07:22/bin/sh -c #(nop) ARG TIME_ZONE=Asia/Shanghai2024-10-31 15:36:40/bin/sh -c #(nop) ENV LANG=en_US.UTF-8 LANGUAGE=en_US.UTF-8 TZ=Asia/Shanghai2024-10-31 15:36:41/bin/sh -c #(nop) COPY dir:b6be22d5f6b7ecac64178d9ecb1776130408ba2ceefd1ccb00a8a74e963020c6 in /apps 2024-10-31 15:36:41/bin/sh -c #(nop) WORKDIR /agent2024-10-31 15:36:43/bin/sh -c #(nop) COPY dir:d820fbe9b16780dc71f1dde615f814fa61606b4016d71379d146e6ca0f3241a4 in /agent 2024-10-31 15:36:43/bin/sh -c #(nop) ENTRYPOINT [\"/bin/sh\" \"-c\" \"bash****]",
15790
+ "example": "2024-10-16 10:18:03COPY /rootfs/ / # buildkit2024-10-16 10:18:03CMD [\"/bin/bash\"] 2024-10-31 15:36:43/bin/sh -c #(nop) ENTRYPOINT [\"/bin/sh\" \"-c\" \"bash****]",
15714
15791
  "member": "string",
15715
15792
  "name": "LayerInfo",
15716
15793
  "output_required": true,
@@ -15880,7 +15957,7 @@
15880
15957
  {
15881
15958
  "disabled": false,
15882
15959
  "document": "镜像创建的时间",
15883
- "example": "2019-10-24T14:20:51+0800",
15960
+ "example": "2019-10-24T14:20:51+08:00",
15884
15961
  "member": "datetime_iso",
15885
15962
  "name": "ImageCreateTime",
15886
15963
  "output_required": true,
@@ -15907,6 +15984,26 @@
15907
15984
  "type": "int",
15908
15985
  "value_allowed_null": false
15909
15986
  },
15987
+ {
15988
+ "disabled": false,
15989
+ "document": "解决方案",
15990
+ "example": "解决方案",
15991
+ "member": "string",
15992
+ "name": "Solution",
15993
+ "output_required": false,
15994
+ "type": "string",
15995
+ "value_allowed_null": false
15996
+ },
15997
+ {
15998
+ "disabled": false,
15999
+ "document": "原因",
16000
+ "example": "原因",
16001
+ "member": "string",
16002
+ "name": "Reason",
16003
+ "output_required": false,
16004
+ "type": "string",
16005
+ "value_allowed_null": false
16006
+ },
15910
16007
  {
15911
16008
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15912
16009
  "member": "string",
@@ -16498,7 +16595,7 @@
16498
16595
  "example": "[\"Name\"]",
16499
16596
  "member": "string",
16500
16597
  "name": "ExportField",
16501
- "required": true,
16598
+ "required": false,
16502
16599
  "type": "list"
16503
16600
  },
16504
16601
  {
@@ -16531,7 +16628,7 @@
16531
16628
  {
16532
16629
  "disabled": false,
16533
16630
  "document": "镜像信息",
16534
- "example": "{\"Force\":\"true\",\"ImageDigest\":\"sha256:1319b1eaa0b7bcebae63af321fa67559b9517e8494060403d083bb3508fe52c8\",\"ImageName\":\"imageName-01\",\"ImageRepoAddress\":\"ccr.ccs.tencentyun.com\",\"ImageTag\":\"imageTag:1.0\",\"InstanceId\":\"instanceid-01\",\"InstanceName\":\"instanceName-01\",\"Namespace\":\"instanceNamespace-01\",\"RegistryType\":\"ccr\"}",
16631
+ "example": "",
16535
16632
  "member": "ImageInfo",
16536
16633
  "name": "ImageInfo",
16537
16634
  "required": false,
@@ -16555,13 +16652,23 @@
16555
16652
  {
16556
16653
  "disabled": false,
16557
16654
  "document": "excel文件下载地址",
16558
- "example": "https://cwp-1258344699.cos.ap-guangzhou.myqcloud.com/ImageRiskListExport-1256299843-241101101930.csv?q-sign-algorithm=sha1&q-ak=AKID******&q-sign-time=1730427570%3B1730434770&q-key-time=1730427570%3B1730434770&q-header-list=host&q-url-param-list=&q-signature=5a8affd5ac54f2ed659c2618ef194eb0ecd947d9",
16655
+ "example": "https://cwp-125834xx.xxx",
16559
16656
  "member": "string",
16560
16657
  "name": "DownloadUrl",
16561
16658
  "output_required": true,
16562
16659
  "type": "string",
16563
16660
  "value_allowed_null": false
16564
16661
  },
16662
+ {
16663
+ "disabled": false,
16664
+ "document": "导出任务id",
16665
+ "example": "1012",
16666
+ "member": "string",
16667
+ "name": "JobId",
16668
+ "output_required": true,
16669
+ "type": "string",
16670
+ "value_allowed_null": false
16671
+ },
16565
16672
  {
16566
16673
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
16567
16674
  "member": "string",
@@ -24786,7 +24893,7 @@
24786
24893
  {
24787
24894
  "disabled": false,
24788
24895
  "document": "解决方案",
24789
- "example": "1.检查容器内的恶意进程及非法端口,删除可疑的启动项和定时任务;\n 2.对容器存在的风险进行排查,如进行漏洞扫描、木马扫描等;\n 3.对容器所使用的的镜像进行加固,并替换运行中****",
24896
+ "example": "1.检查容器内的恶意进程及非法端口,删除可疑的启动项和定时任务; 2.对容器存在的风险进行排查,如进行漏洞扫描、木马扫描等; 3.对容器所使用的镜像进行加固,并替换运行中****",
24790
24897
  "member": "string",
24791
24898
  "name": "Solution",
24792
24899
  "output_required": true,
@@ -24986,7 +25093,7 @@
24986
25093
  {
24987
25094
  "disabled": false,
24988
25095
  "document": "祖先进程命令行参数",
24989
- "example": "containerd-shim -namespace moby -workdir /var/lib/containerd/io.containerd.runtime.v1.linux/moby/36322181839db45cf0624e2d71059c015221be71c3552f2d98d26eda53094387 -address /run/containerd/containerd.sock -containerd-binary /usr/bin/containerd -runtime-root /var/run/docker/runtime-****",
25096
+ "example": "param",
24990
25097
  "member": "string",
24991
25098
  "name": "AncestorProcessParam",
24992
25099
  "output_required": true,
@@ -25697,7 +25804,7 @@
25697
25804
  {
25698
25805
  "disabled": false,
25699
25806
  "document": "过滤参数,\"Filters\":[{\"Name\":\"Status\",\"Values\":[\"2\"]}]",
25700
- "example": "[{\"Name\":\"Status\",\"Values\":[\"2\"]}]",
25807
+ "example": "",
25701
25808
  "member": "RunTimeFilters",
25702
25809
  "name": "Filters",
25703
25810
  "required": false,
@@ -25740,7 +25847,7 @@
25740
25847
  {
25741
25848
  "disabled": false,
25742
25849
  "document": "白名单信息列表",
25743
- "example": "[ { \"UpdateTime\": \"2020-09-22 00:00:00\", \"SyscallNames\": [ \"chroot\", \"kill\"], \"ImageIds\": [ \"image-id\" ]",
25850
+ "example": "",
25744
25851
  "member": "RiskSyscallWhiteListBaseInfo",
25745
25852
  "name": "WhiteListSet",
25746
25853
  "output_required": true,
@@ -32883,7 +32990,7 @@
32883
32990
  {
32884
32991
  "disabled": false,
32885
32992
  "document": "是否可信镜像",
32886
- "example": "False",
32993
+ "example": "false",
32887
32994
  "member": "bool",
32888
32995
  "name": "IsTrustImage",
32889
32996
  "output_required": true,
@@ -33083,7 +33190,7 @@
33083
33190
  {
33084
33191
  "disabled": false,
33085
33192
  "document": "镜像创建的时间",
33086
- "example": "\"2019-10-24T14:20:51+0800\"",
33193
+ "example": "2019-10-24T14:20:51+08:00",
33087
33194
  "member": "datetime_iso",
33088
33195
  "name": "ImageCreateTime",
33089
33196
  "output_required": true,
@@ -33199,6 +33306,26 @@
33199
33306
  "output_required": false,
33200
33307
  "type": "bool",
33201
33308
  "value_allowed_null": false
33309
+ },
33310
+ {
33311
+ "disabled": false,
33312
+ "document": "解决方案",
33313
+ "example": "解决方案",
33314
+ "member": "string",
33315
+ "name": "Solution",
33316
+ "output_required": false,
33317
+ "type": "string",
33318
+ "value_allowed_null": false
33319
+ },
33320
+ {
33321
+ "disabled": false,
33322
+ "document": "原因",
33323
+ "example": "原因",
33324
+ "member": "string",
33325
+ "name": "Reason",
33326
+ "output_required": false,
33327
+ "type": "string",
33328
+ "value_allowed_null": false
33202
33329
  }
33203
33330
  ],
33204
33331
  "usage": "out"
@@ -34561,6 +34688,26 @@
34561
34688
  "output_required": false,
34562
34689
  "type": "bool",
34563
34690
  "value_allowed_null": false
34691
+ },
34692
+ {
34693
+ "disabled": false,
34694
+ "document": "解决方案",
34695
+ "example": "解决方案",
34696
+ "member": "string",
34697
+ "name": "Solution",
34698
+ "output_required": false,
34699
+ "type": "string",
34700
+ "value_allowed_null": false
34701
+ },
34702
+ {
34703
+ "disabled": false,
34704
+ "document": "原因\n",
34705
+ "example": "原因",
34706
+ "member": "string",
34707
+ "name": "Reason",
34708
+ "output_required": false,
34709
+ "type": "string",
34710
+ "value_allowed_null": false
34564
34711
  }
34565
34712
  ],
34566
34713
  "usage": "out"
@@ -35991,6 +36138,60 @@
35991
36138
  ],
35992
36139
  "type": "object"
35993
36140
  },
36141
+ "ModifyDefendStatusRequest": {
36142
+ "document": "ModifyDefendStatus请求参数结构体",
36143
+ "members": [
36144
+ {
36145
+ "disabled": false,
36146
+ "document": "开关是否开启",
36147
+ "example": "无",
36148
+ "member": "bool",
36149
+ "name": "SwitchOn",
36150
+ "required": true,
36151
+ "type": "bool"
36152
+ },
36153
+ {
36154
+ "disabled": false,
36155
+ "document": "实例类型 <li> Cluster: 集群</li> <li> Node: 节点</li>",
36156
+ "example": "无",
36157
+ "member": "string",
36158
+ "name": "InstanceType",
36159
+ "required": true,
36160
+ "type": "string"
36161
+ },
36162
+ {
36163
+ "disabled": false,
36164
+ "document": "是否是全部实例",
36165
+ "example": "无",
36166
+ "member": "bool",
36167
+ "name": "IsAll",
36168
+ "required": true,
36169
+ "type": "bool"
36170
+ },
36171
+ {
36172
+ "disabled": false,
36173
+ "document": "实例id列表",
36174
+ "example": "无",
36175
+ "member": "string",
36176
+ "name": "InstanceIDs",
36177
+ "required": false,
36178
+ "type": "list"
36179
+ }
36180
+ ],
36181
+ "type": "object"
36182
+ },
36183
+ "ModifyDefendStatusResponse": {
36184
+ "document": "ModifyDefendStatus返回参数结构体",
36185
+ "members": [
36186
+ {
36187
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
36188
+ "member": "string",
36189
+ "name": "RequestId",
36190
+ "type": "string"
36191
+ }
36192
+ ],
36193
+ "type": "object"
36194
+ },
35994
36195
  "ModifyEscapeEventStatusRequest": {
35995
36196
  "document": "ModifyEscapeEventStatus请求参数结构体",
35996
36197
  "members": [
@@ -42734,6 +42935,33 @@
42734
42935
  ],
42735
42936
  "usage": "out"
42736
42937
  },
42938
+ "UninstallClusterContainerSecurityRequest": {
42939
+ "document": "UninstallClusterContainerSecurity请求参数结构体",
42940
+ "members": [
42941
+ {
42942
+ "disabled": false,
42943
+ "document": "集群ID",
42944
+ "example": "无",
42945
+ "member": "string",
42946
+ "name": "ClusterIDs",
42947
+ "required": true,
42948
+ "type": "list"
42949
+ }
42950
+ ],
42951
+ "type": "object"
42952
+ },
42953
+ "UninstallClusterContainerSecurityResponse": {
42954
+ "document": "UninstallClusterContainerSecurity返回参数结构体",
42955
+ "members": [
42956
+ {
42957
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
42958
+ "member": "string",
42959
+ "name": "RequestId",
42960
+ "type": "string"
42961
+ }
42962
+ ],
42963
+ "type": "object"
42964
+ },
42737
42965
  "UpdateAndPublishNetworkFirewallPolicyDetailRequest": {
42738
42966
  "document": "UpdateAndPublishNetworkFirewallPolicyDetail请求参数结构体",
42739
42967
  "members": [
@@ -45863,7 +46091,7 @@
45863
46091
  {
45864
46092
  "disabled": false,
45865
46093
  "document": "漏洞标签",
45866
- "example": "[None, None]",
46094
+ "example": "[\"tag1\",\"tag2\"]",
45867
46095
  "member": "string",
45868
46096
  "name": "Tags",
45869
46097
  "output_required": true,
@@ -46019,6 +46247,26 @@
46019
46247
  "output_required": true,
46020
46248
  "type": "int",
46021
46249
  "value_allowed_null": false
46250
+ },
46251
+ {
46252
+ "disabled": false,
46253
+ "document": "漏洞对应机器的应用防护开启数量",
46254
+ "example": "23",
46255
+ "member": "int64",
46256
+ "name": "RaspOpenNodeCount",
46257
+ "output_required": false,
46258
+ "type": "int",
46259
+ "value_allowed_null": false
46260
+ },
46261
+ {
46262
+ "disabled": false,
46263
+ "document": "漏洞对应机器的应用防护关闭数量",
46264
+ "example": "24",
46265
+ "member": "int64",
46266
+ "name": "RaspClosedNodeCount",
46267
+ "output_required": false,
46268
+ "type": "int",
46269
+ "value_allowed_null": false
46022
46270
  }
46023
46271
  ],
46024
46272
  "usage": "out"
@@ -234,6 +234,14 @@
234
234
  "title": "安装检查组件示例"
235
235
  }
236
236
  ],
237
+ "CreateClusterAccess": [
238
+ {
239
+ "document": "创建集群接入",
240
+ "input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterAccess\n<公共请求参数>\n\n{\n \"ClusterIDs\": [\n \"abc\"\n ]\n}",
241
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
242
+ "title": "创建集群接入"
243
+ }
244
+ ],
237
245
  "CreateClusterCheckTask": [
238
246
  {
239
247
  "document": "",
@@ -958,7 +966,7 @@
958
966
  {
959
967
  "document": "",
960
968
  "input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetImageRegistryRiskListExport\n<公共请求参数>\n\n{\n \"ExportField\": [\n \"Path\",\n \"RiskLevel\",\n \"Category\",\n \"VirusName\",\n \"Tags\"\n ],\n \"Id\": 1001\n}",
961
- "output": "{\n \"Response\": {\n \"RequestId\": \"488e3711-8515-450a-9a40-df3e95c806fa\",\n \"DownloadUrl\": \"https://download.url\"\n }\n}",
969
+ "output": "{\n \"Response\": {\n \"RequestId\": \"488e3711-8515-450a-9a40-df3e95c806fa\",\n \"DownloadUrl\": \"https://download.url\",\n \"JobId\": \"1012\"\n }\n}",
962
970
  "title": "镜像仓库敏感信息列表导出"
963
971
  }
964
972
  ],
@@ -1762,7 +1770,7 @@
1762
1770
  {
1763
1771
  "document": "查询恶意请求事件详情",
1764
1772
  "input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRiskDnsEventDetail\n<公共请求参数>\n\n{\n \"EventID\": \"1\"\n}",
1765
- "output": "{\n \"Response\": {\n \"Address\": \"www.iuyiyo.cc\",\n \"AncestorProcessParam\": \"/usr/bin/containerd-shim-runc-v2 -namespace moby -id b18a9a372645caefdca4cf9a4e1078122ecf4081bfab0034f85f664b81df0da5 -address /run/containerd/containerd.sock\",\n \"AncestorProcessPath\": \"/usr/bin/containerd-shim-runc-v2\",\n \"AncestorProcessStartUser\": \"root\",\n \"AncestorProcessUserGroup\": \"0:0\",\n \"City\": \"103\",\n \"ClusterID\": \"cls-dfw3e***\",\n \"ClusterName\": \"clsfoo***\",\n \"ContainerID\": \"b18a9a372645caefdca4cf9a4e1078122ecf4081bfab0034f85f664b81df0da5\",\n \"ContainerIsolateOperationSrc\": \"运行时安全/文件查杀\",\n \"ContainerName\": \"/fervent_goodall\",\n \"ContainerNetStatus\": \"NORMAL\",\n \"ContainerNetSubStatus\": \"NONE\",\n \"ContainerStatus\": \"RUNNING\",\n \"Description\": \"发现容器存在访问恶意IP/域名的行为,您的容器可能已经失陷。\\n恶意IP/域名可能是黑客的远控服务器、恶意软件下载源、矿池地址等。\",\n \"EventCount\": 1,\n \"EventID\": 306602,\n \"EventStatus\": \"EVENT_UNDEAL\",\n \"EventType\": \"DOMAIN\",\n \"FeatureLabel\": \"label1\",\n \"FoundTime\": \"2024-09-29 17:27:15\",\n \"HostID\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"HostIP\": \"10.0.1.233\",\n \"HostName\": \"k8s-node1\",\n \"ImageID\": \"sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9\",\n \"ImageName\": \"centos:7\",\n \"LatestFoundTime\": \"2024-09-29 17:27:15\",\n \"MatchRuleType\": \"USER\",\n \"Namespace\": \"tcss\",\n \"NodeID\": \"mix-GOmf****\",\n \"NodeName\": \"k8s-node1\",\n \"NodeSubNetCIDR\": \"10.0.200.0/24\",\n \"NodeSubNetID\": \"subnet-5gu2***\",\n \"NodeSubNetName\": \"subnet***\",\n \"NodeType\": \"NORMAL\",\n \"NodeUniqueID\": \"896e349d-2e7d-4151-a26f-4e9fdafe****\",\n \"OperationTime\": \"2024-09-29 17:27:17\",\n \"ParentProcessParam\": \"/bin/bash\",\n \"ParentProcessPath\": \"/usr/bin/bash\",\n \"ParentProcessStartUser\": \"root\",\n \"ParentProcessUserGroup\": \"root:root\",\n \"PodIP\": \"10.0.1.92\",\n \"PodName\": \"PodName\",\n \"PodStatus\": \"Running\",\n \"ProcessAuthority\": \"-rwxr-xr-x\",\n \"ProcessMd5\": \"b8b1ce2ef81accb7febb8ab7f56c1576\",\n \"ProcessParam\": \"curl www.iuyiyo.cc\",\n \"ProcessPath\": \"/usr/bin/curl\",\n \"ProcessStartUser\": \"root\",\n \"ProcessTree\": \"curl(2206566)_bash(2178914)_containerd-shim-runc-v2(2178890)_systemd(1)\",\n \"ProcessUserGroup\": \"root:root\",\n \"PublicIP\": \"43.138.142.208\",\n \"Reference\": [\n \"Reference\"\n ],\n \"Remark\": \"myremark***\",\n \"RequestId\": \"52fe1ea9-4826-4f8e-bc8b-61faae09683b\",\n \"Solution\": \"1.检查容器内的恶意进程及非法端口,删除可疑的启动项和定时任务;\\n 2.对容器存在的风险进行排查,如进行漏洞扫描、木马扫描等;\\n 3.对容器所使用的的镜像进行加固,并替换运行中的容器。\",\n \"WorkloadType\": \"DaemonSet\"\n }\n}",
1773
+ "output": "{\n \"Response\": {\n \"Address\": \"www.iuyiyo.cc\",\n \"AncestorProcessParam\": \"/usr/bin/containerd-shim-runc-v2 -namespace moby -id b18a9a372645caefdca4cf9a4e1078122ecf4081bfab0034f85f664b81df0da5 -address /run/containerd/containerd.sock\",\n \"AncestorProcessPath\": \"/usr/bin/containerd-shim-runc-v2\",\n \"AncestorProcessStartUser\": \"root\",\n \"AncestorProcessUserGroup\": \"0:0\",\n \"City\": \"103\",\n \"ClusterID\": \"cls-dfw3e***\",\n \"ClusterName\": \"clsfoo***\",\n \"ContainerID\": \"b18a9a372645caefdca4cf9a4e1078122ecf4081bfab0034f85f664b81df0da5\",\n \"ContainerIsolateOperationSrc\": \"运行时安全/文件查杀\",\n \"ContainerName\": \"/fervent_goodall\",\n \"ContainerNetStatus\": \"NORMAL\",\n \"ContainerNetSubStatus\": \"NONE\",\n \"ContainerStatus\": \"RUNNING\",\n \"Description\": \"发现容器存在访问恶意IP/域名的行为,您的容器可能已经失陷。\\n恶意IP/域名可能是黑客的远控服务器、恶意软件下载源、矿池地址等。\",\n \"EventCount\": 1,\n \"EventID\": 306602,\n \"EventStatus\": \"EVENT_UNDEAL\",\n \"EventType\": \"DOMAIN\",\n \"FeatureLabel\": \"label1\",\n \"FoundTime\": \"2024-09-29 17:27:15\",\n \"HostID\": \"acdd5474-6360-4fd4-bfc7-843162cb8116\",\n \"HostIP\": \"10.0.1.233\",\n \"HostName\": \"k8s-node1\",\n \"ImageID\": \"sha256:eeb6ee3f44bd0b5103bb561b4c16bcb82328cfe5809ab675bb17ab3a16c517c9\",\n \"ImageName\": \"centos:7\",\n \"LatestFoundTime\": \"2024-09-29 17:27:15\",\n \"MatchRuleType\": \"USER\",\n \"Namespace\": \"tcss\",\n \"NodeID\": \"mix-GOmf****\",\n \"NodeName\": \"k8s-node1\",\n \"NodeSubNetCIDR\": \"10.0.200.0/24\",\n \"NodeSubNetID\": \"subnet-5gu2***\",\n \"NodeSubNetName\": \"subnet***\",\n \"NodeType\": \"NORMAL\",\n \"NodeUniqueID\": \"896e349d-2e7d-4151-a26f-4e9fdafe****\",\n \"OperationTime\": \"2024-09-29 17:27:17\",\n \"ParentProcessParam\": \"/bin/bash\",\n \"ParentProcessPath\": \"/usr/bin/bash\",\n \"ParentProcessStartUser\": \"root\",\n \"ParentProcessUserGroup\": \"root:root\",\n \"PodIP\": \"10.0.1.92\",\n \"PodName\": \"PodName\",\n \"PodStatus\": \"Running\",\n \"ProcessAuthority\": \"-rwxr-xr-x\",\n \"ProcessMd5\": \"b8b1ce2ef81accb7febb8ab7f56c1576\",\n \"ProcessParam\": \"curl www.iuyiyo.cc\",\n \"ProcessPath\": \"/usr/bin/curl\",\n \"ProcessStartUser\": \"root\",\n \"ProcessTree\": \"curl(2206566)_bash(2178914)_containerd-shim-runc-v2(2178890)_systemd(1)\",\n \"ProcessUserGroup\": \"root:root\",\n \"PublicIP\": \"43.138.142.208\",\n \"Reference\": [\n \"Reference\"\n ],\n \"Remark\": \"myremark***\",\n \"RequestId\": \"52fe1ea9-4826-4f8e-bc8b-61faae09683b\",\n \"Solution\": \"1.检查容器内的恶意进程及非法端口,删除可疑的启动项和定时任务;\\n 2.对容器存在的风险进行排查,如进行漏洞扫描、木马扫描等;\\n 3.对容器所使用的镜像进行加固,并替换运行中的容器。\",\n \"WorkloadType\": \"DaemonSet\"\n }\n}",
1766
1774
  "title": "查询恶意请求事件详情"
1767
1775
  }
1768
1776
  ],
@@ -2442,6 +2450,14 @@
2442
2450
  "title": "隔离容器网络状态"
2443
2451
  }
2444
2452
  ],
2453
+ "ModifyDefendStatus": [
2454
+ {
2455
+ "document": "",
2456
+ "input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDefendStatus\n<公共请求参数>\n\n{\n \"SwitchOn\": true,\n \"InstanceType\": \"abc\",\n \"IsAll\": true,\n \"InstanceIDs\": [\n \"abc\"\n ]\n}",
2457
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
2458
+ "title": "修改防护状态"
2459
+ }
2460
+ ],
2445
2461
  "ModifyEscapeEventStatus": [
2446
2462
  {
2447
2463
  "document": "",
@@ -2764,6 +2780,14 @@
2764
2780
  "title": "镜像仓库资产刷新"
2765
2781
  }
2766
2782
  ],
2783
+ "UninstallClusterContainerSecurity": [
2784
+ {
2785
+ "document": "卸载集群容器安全",
2786
+ "input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UninstallClusterContainerSecurity\n<公共请求参数>\n\n{\n \"ClusterIDs\": [\n \"abc\"\n ]\n}",
2787
+ "output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
2788
+ "title": "卸载集群容器安全"
2789
+ }
2790
+ ],
2767
2791
  "UpdateAndPublishNetworkFirewallPolicyDetail": [
2768
2792
  {
2769
2793
  "document": "",