tccli 3.0.1194.1__py2.py3-none-any.whl → 3.0.1196.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 (35) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/asr/asr_client.py +74 -21
  4. tccli/services/asr/v20190614/api.json +118 -0
  5. tccli/services/asr/v20190614/examples.json +8 -0
  6. tccli/services/autoscaling/v20180419/api.json +14 -0
  7. tccli/services/cfg/v20210820/api.json +9 -0
  8. tccli/services/cwp/v20180228/api.json +192 -30
  9. tccli/services/cwp/v20180228/examples.json +4 -10
  10. tccli/services/dlc/v20210125/api.json +9 -0
  11. tccli/services/dsgc/v20190723/api.json +1 -1
  12. tccli/services/ims/v20201229/api.json +4 -4
  13. tccli/services/lke/lke_client.py +725 -301
  14. tccli/services/lke/v20231130/api.json +848 -0
  15. tccli/services/lke/v20231130/examples.json +64 -0
  16. tccli/services/mps/v20190612/api.json +13 -4
  17. tccli/services/mqtt/__init__.py +4 -0
  18. tccli/services/mqtt/mqtt_client.py +1149 -0
  19. tccli/services/mqtt/v20240516/api.json +2179 -0
  20. tccli/services/mqtt/v20240516/examples.json +163 -0
  21. tccli/services/mrs/v20200910/api.json +85 -85
  22. tccli/services/sms/v20210111/examples.json +2 -2
  23. tccli/services/tcss/v20201101/api.json +2 -2
  24. tccli/services/tke/tke_client.py +106 -0
  25. tccli/services/tke/v20180525/api.json +177 -15
  26. tccli/services/tke/v20180525/examples.json +16 -0
  27. tccli/services/vdb/v20230616/api.json +10 -0
  28. tccli/services/vod/v20180717/api.json +57 -2
  29. tccli/services/vod/v20180717/examples.json +1 -1
  30. tccli/services/vpc/v20170312/api.json +27 -7
  31. {tccli-3.0.1194.1.dist-info → tccli-3.0.1196.1.dist-info}/METADATA +2 -2
  32. {tccli-3.0.1194.1.dist-info → tccli-3.0.1196.1.dist-info}/RECORD +35 -31
  33. {tccli-3.0.1194.1.dist-info → tccli-3.0.1196.1.dist-info}/WHEEL +0 -0
  34. {tccli-3.0.1194.1.dist-info → tccli-3.0.1196.1.dist-info}/entry_points.txt +0 -0
  35. {tccli-3.0.1194.1.dist-info → tccli-3.0.1196.1.dist-info}/license_files/LICENSE +0 -0
@@ -12258,7 +12258,7 @@
12258
12258
  "usage": "out"
12259
12259
  },
12260
12260
  "BashPolicy": {
12261
- "document": "高位命令策略",
12261
+ "document": "高危命令策略",
12262
12262
  "members": [
12263
12263
  {
12264
12264
  "disabled": false,
@@ -12266,6 +12266,7 @@
12266
12266
  "example": "policy",
12267
12267
  "member": "string",
12268
12268
  "name": "Name",
12269
+ "output_required": true,
12269
12270
  "required": true,
12270
12271
  "type": "string",
12271
12272
  "value_allowed_null": false
@@ -12276,6 +12277,7 @@
12276
12277
  "example": "0",
12277
12278
  "member": "int64",
12278
12279
  "name": "Enable",
12280
+ "output_required": true,
12279
12281
  "required": true,
12280
12282
  "type": "int",
12281
12283
  "value_allowed_null": false
@@ -12286,6 +12288,7 @@
12286
12288
  "example": "1",
12287
12289
  "member": "int64",
12288
12290
  "name": "White",
12291
+ "output_required": true,
12289
12292
  "required": true,
12290
12293
  "type": "int",
12291
12294
  "value_allowed_null": false
@@ -12296,16 +12299,18 @@
12296
12299
  "example": "1",
12297
12300
  "member": "int64",
12298
12301
  "name": "BashAction",
12302
+ "output_required": true,
12299
12303
  "required": true,
12300
12304
  "type": "int",
12301
12305
  "value_allowed_null": false
12302
12306
  },
12303
12307
  {
12304
12308
  "disabled": false,
12305
- "document": "正则表达式",
12309
+ "document": "正则表达式 base64 加密,该字段废弃,如果写入则自动替换为Rules.Process.CmdLine",
12306
12310
  "example": "*",
12307
12311
  "member": "string",
12308
12312
  "name": "Rule",
12313
+ "output_required": true,
12309
12314
  "required": true,
12310
12315
  "type": "string",
12311
12316
  "value_allowed_null": false
@@ -12316,6 +12321,7 @@
12316
12321
  "example": "1",
12317
12322
  "member": "int64",
12318
12323
  "name": "Level",
12324
+ "output_required": true,
12319
12325
  "required": true,
12320
12326
  "type": "int",
12321
12327
  "value_allowed_null": false
@@ -12326,6 +12332,7 @@
12326
12332
  "example": "1",
12327
12333
  "member": "int64",
12328
12334
  "name": "Scope",
12335
+ "output_required": true,
12329
12336
  "required": true,
12330
12337
  "type": "int",
12331
12338
  "value_allowed_null": false
@@ -12336,6 +12343,7 @@
12336
12343
  "example": "1",
12337
12344
  "member": "int64",
12338
12345
  "name": "Id",
12346
+ "output_required": true,
12339
12347
  "required": false,
12340
12348
  "type": "int",
12341
12349
  "value_allowed_null": false
@@ -12346,6 +12354,7 @@
12346
12354
  "example": "test",
12347
12355
  "member": "string",
12348
12356
  "name": "Descript",
12357
+ "output_required": true,
12349
12358
  "required": false,
12350
12359
  "type": "string",
12351
12360
  "value_allowed_null": true
@@ -12356,6 +12365,7 @@
12356
12365
  "example": "1",
12357
12366
  "member": "int64",
12358
12367
  "name": "EventId",
12368
+ "output_required": true,
12359
12369
  "required": false,
12360
12370
  "type": "int",
12361
12371
  "value_allowed_null": true
@@ -12366,6 +12376,7 @@
12366
12376
  "example": "1",
12367
12377
  "member": "int64",
12368
12378
  "name": "DealOldEvents",
12379
+ "output_required": true,
12369
12380
  "required": false,
12370
12381
  "type": "int",
12371
12382
  "value_allowed_null": true
@@ -12376,6 +12387,7 @@
12376
12387
  "example": "无",
12377
12388
  "member": "string",
12378
12389
  "name": "Quuids",
12390
+ "output_required": true,
12379
12391
  "required": false,
12380
12392
  "type": "list",
12381
12393
  "value_allowed_null": true
@@ -12386,6 +12398,7 @@
12386
12398
  "example": "1",
12387
12399
  "member": "int64",
12388
12400
  "name": "Category",
12401
+ "output_required": true,
12389
12402
  "required": false,
12390
12403
  "type": "int",
12391
12404
  "value_allowed_null": false
@@ -12396,6 +12409,7 @@
12396
12409
  "example": "2020-12-12 00:00:00",
12397
12410
  "member": "string",
12398
12411
  "name": "CreateTime",
12412
+ "output_required": true,
12399
12413
  "required": false,
12400
12414
  "type": "string",
12401
12415
  "value_allowed_null": false
@@ -12406,6 +12420,7 @@
12406
12420
  "example": "2020-12-12 00:00:00",
12407
12421
  "member": "string",
12408
12422
  "name": "ModifyTime",
12423
+ "output_required": true,
12409
12424
  "required": false,
12410
12425
  "type": "string",
12411
12426
  "value_allowed_null": false
@@ -12416,9 +12431,21 @@
12416
12431
  "example": "无",
12417
12432
  "member": "string",
12418
12433
  "name": "Uuids",
12434
+ "output_required": true,
12419
12435
  "required": false,
12420
12436
  "type": "list",
12421
12437
  "value_allowed_null": false
12438
+ },
12439
+ {
12440
+ "disabled": false,
12441
+ "document": "规则表达式\n注意:此字段可能返回 null,表示取不到有效值。",
12442
+ "example": "无",
12443
+ "member": "PolicyRules",
12444
+ "name": "Rules",
12445
+ "output_required": true,
12446
+ "required": false,
12447
+ "type": "object",
12448
+ "value_allowed_null": true
12422
12449
  }
12423
12450
  ],
12424
12451
  "usage": "both"
@@ -13542,8 +13569,8 @@
13542
13569
  "members": [
13543
13570
  {
13544
13571
  "disabled": false,
13545
- "document": "校验内容 Name或Rule ,两个都要校验时逗号分割",
13546
- "example": "Name,Rule",
13572
+ "document": "校验内容字段,如果需要检测多个字段时,用逗号分割\n<li>Name 策略名称</li>\n<li>Process 进程</li>\n<li>Name PProcess 父进程</li>\n<li>Name AProcess 祖先进程</li>\n",
13573
+ "example": "Name,Process",
13547
13574
  "member": "string",
13548
13575
  "name": "CheckField",
13549
13576
  "required": true,
@@ -13569,7 +13596,7 @@
13569
13596
  },
13570
13597
  {
13571
13598
  "disabled": false,
13572
- "document": "用户填入的正则表达式:\"正则表达式\" 需与 \"提交EventId对应的命令内容\" 相匹配",
13599
+ "document": "该字段不在维护,如果填入该参数,自动替换到Rules.Process\n",
13573
13600
  "example": "rm -rf /tmp/tmp\\\\.ERYbwgd8e9",
13574
13601
  "member": "string",
13575
13602
  "name": "Rule",
@@ -13584,6 +13611,15 @@
13584
13611
  "name": "Id",
13585
13612
  "required": false,
13586
13613
  "type": "int"
13614
+ },
13615
+ {
13616
+ "disabled": false,
13617
+ "document": "规则表达式",
13618
+ "example": "无",
13619
+ "member": "PolicyRules",
13620
+ "name": "Rules",
13621
+ "required": false,
13622
+ "type": "object"
13587
13623
  }
13588
13624
  ],
13589
13625
  "type": "object"
@@ -13597,7 +13633,7 @@
13597
13633
  "example": "2",
13598
13634
  "member": "uint64",
13599
13635
  "name": "ErrCode",
13600
- "required": true,
13636
+ "output_required": true,
13601
13637
  "type": "int",
13602
13638
  "value_allowed_null": false
13603
13639
  },
@@ -13607,7 +13643,7 @@
13607
13643
  "example": "OK",
13608
13644
  "member": "string",
13609
13645
  "name": "ErrMsg",
13610
- "required": true,
13646
+ "output_required": true,
13611
13647
  "type": "string",
13612
13648
  "value_allowed_null": false
13613
13649
  },
@@ -13950,6 +13986,34 @@
13950
13986
  ],
13951
13987
  "usage": "out"
13952
13988
  },
13989
+ "CommandLine": {
13990
+ "document": "命令行内容",
13991
+ "members": [
13992
+ {
13993
+ "disabled": false,
13994
+ "document": "路径,需要base64加密\n注意:此字段可能返回 null,表示取不到有效值。",
13995
+ "example": "/tmp/test",
13996
+ "member": "string",
13997
+ "name": "Exe",
13998
+ "output_required": false,
13999
+ "required": false,
14000
+ "type": "string",
14001
+ "value_allowed_null": true
14002
+ },
14003
+ {
14004
+ "disabled": false,
14005
+ "document": "命令行,需要base64加密\n注意:此字段可能返回 null,表示取不到有效值。",
14006
+ "example": "sh xxx.sh",
14007
+ "member": "string",
14008
+ "name": "Cmdline",
14009
+ "output_required": false,
14010
+ "required": false,
14011
+ "type": "string",
14012
+ "value_allowed_null": true
14013
+ }
14014
+ ],
14015
+ "usage": "both"
14016
+ },
13953
14017
  "ComponentStatistics": {
13954
14018
  "document": "组件统计数据。",
13955
14019
  "members": [
@@ -23529,7 +23593,7 @@
23529
23593
  "example": "[]",
23530
23594
  "member": "BashPolicy",
23531
23595
  "name": "List",
23532
- "required": true,
23596
+ "output_required": true,
23533
23597
  "type": "list",
23534
23598
  "value_allowed_null": false
23535
23599
  },
@@ -23539,7 +23603,7 @@
23539
23603
  "example": "1",
23540
23604
  "member": "uint64",
23541
23605
  "name": "TotalCount",
23542
- "required": true,
23606
+ "output_required": true,
23543
23607
  "type": "int",
23544
23608
  "value_allowed_null": false
23545
23609
  },
@@ -25857,7 +25921,7 @@
25857
25921
  "members": [
25858
25922
  {
25859
25923
  "disabled": false,
25860
- "document": "过滤条件:Keywords: ip或者主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段",
25924
+ "document": "过滤条件:InstanceID、IP、\n\nMachineName主机名模糊查询, Type,Status精确匹配,CreateBeginTime,CreateEndTime时间段",
25861
25925
  "example": "[]",
25862
25926
  "member": "Filters",
25863
25927
  "name": "Filters",
@@ -25894,7 +25958,7 @@
25894
25958
  "example": "无",
25895
25959
  "member": "JavaMemShellInfo",
25896
25960
  "name": "List",
25897
- "required": true,
25961
+ "output_required": true,
25898
25962
  "type": "list",
25899
25963
  "value_allowed_null": true
25900
25964
  },
@@ -25904,7 +25968,7 @@
25904
25968
  "example": "1",
25905
25969
  "member": "uint64",
25906
25970
  "name": "TotalCount",
25907
- "required": true,
25971
+ "output_required": true,
25908
25972
  "type": "int",
25909
25973
  "value_allowed_null": false
25910
25974
  },
@@ -43478,7 +43542,7 @@
43478
43542
  "example": "12342",
43479
43543
  "member": "uint64",
43480
43544
  "name": "Id",
43481
- "required": false,
43545
+ "output_required": true,
43482
43546
  "type": "int",
43483
43547
  "value_allowed_null": false
43484
43548
  },
@@ -43488,7 +43552,7 @@
43488
43552
  "example": "dev-centos8",
43489
43553
  "member": "string",
43490
43554
  "name": "Alias",
43491
- "required": false,
43555
+ "output_required": true,
43492
43556
  "type": "string",
43493
43557
  "value_allowed_null": true
43494
43558
  },
@@ -43498,7 +43562,7 @@
43498
43562
  "example": "192.168.255.10",
43499
43563
  "member": "string",
43500
43564
  "name": "HostIp",
43501
- "required": false,
43565
+ "output_required": true,
43502
43566
  "type": "string",
43503
43567
  "value_allowed_null": true
43504
43568
  },
@@ -43508,7 +43572,7 @@
43508
43572
  "example": "1",
43509
43573
  "member": "uint64",
43510
43574
  "name": "Type",
43511
- "required": false,
43575
+ "output_required": true,
43512
43576
  "type": "int",
43513
43577
  "value_allowed_null": false
43514
43578
  },
@@ -43518,7 +43582,7 @@
43518
43582
  "example": "测到java进程1128220/org.apache.catalina.startup.Bootstrap start中加载的o",
43519
43583
  "member": "string",
43520
43584
  "name": "Description",
43521
- "required": false,
43585
+ "output_required": true,
43522
43586
  "type": "string",
43523
43587
  "value_allowed_null": false
43524
43588
  },
@@ -43528,7 +43592,7 @@
43528
43592
  "example": "2021-01-20 16:17:11",
43529
43593
  "member": "string",
43530
43594
  "name": "CreateTime",
43531
- "required": false,
43595
+ "output_required": true,
43532
43596
  "type": "string",
43533
43597
  "value_allowed_null": false
43534
43598
  },
@@ -43538,7 +43602,7 @@
43538
43602
  "example": "2021-01-20 16:17:11",
43539
43603
  "member": "string",
43540
43604
  "name": "RecentFoundTime",
43541
- "required": false,
43605
+ "output_required": true,
43542
43606
  "type": "string",
43543
43607
  "value_allowed_null": false
43544
43608
  },
@@ -43548,7 +43612,7 @@
43548
43612
  "example": "0",
43549
43613
  "member": "uint64",
43550
43614
  "name": "Status",
43551
- "required": false,
43615
+ "output_required": true,
43552
43616
  "type": "int",
43553
43617
  "value_allowed_null": false
43554
43618
  },
@@ -43558,7 +43622,7 @@
43558
43622
  "example": "e1f081aa-7777-4fdf-a2f7-88f3faa3d302",
43559
43623
  "member": "string",
43560
43624
  "name": "Quuid",
43561
- "required": false,
43625
+ "output_required": true,
43562
43626
  "type": "string",
43563
43627
  "value_allowed_null": false
43564
43628
  },
@@ -43568,7 +43632,7 @@
43568
43632
  "example": "无",
43569
43633
  "member": "MachineExtraInfo",
43570
43634
  "name": "MachineExtraInfo",
43571
- "required": false,
43635
+ "output_required": true,
43572
43636
  "type": "object",
43573
43637
  "value_allowed_null": true
43574
43638
  },
@@ -43578,7 +43642,57 @@
43578
43642
  "example": "e1f081aa-7777-4fdf-a2f7-88f3faa3d302",
43579
43643
  "member": "string",
43580
43644
  "name": "Uuid",
43581
- "required": false,
43645
+ "output_required": true,
43646
+ "type": "string",
43647
+ "value_allowed_null": true
43648
+ },
43649
+ {
43650
+ "disabled": false,
43651
+ "document": "类名\n注意:此字段可能返回 null,表示取不到有效值。",
43652
+ "example": "a",
43653
+ "member": "string",
43654
+ "name": "ClassName",
43655
+ "output_required": false,
43656
+ "type": "string",
43657
+ "value_allowed_null": true
43658
+ },
43659
+ {
43660
+ "disabled": false,
43661
+ "document": "父类名\n注意:此字段可能返回 null,表示取不到有效值。",
43662
+ "example": "a",
43663
+ "member": "string",
43664
+ "name": "SuperClassName",
43665
+ "output_required": false,
43666
+ "type": "string",
43667
+ "value_allowed_null": true
43668
+ },
43669
+ {
43670
+ "disabled": false,
43671
+ "document": "继承的接口\n注意:此字段可能返回 null,表示取不到有效值。",
43672
+ "example": "a",
43673
+ "member": "string",
43674
+ "name": "Interfaces",
43675
+ "output_required": false,
43676
+ "type": "string",
43677
+ "value_allowed_null": true
43678
+ },
43679
+ {
43680
+ "disabled": false,
43681
+ "document": "注释\n注意:此字段可能返回 null,表示取不到有效值。",
43682
+ "example": "a",
43683
+ "member": "string",
43684
+ "name": "Annotations",
43685
+ "output_required": false,
43686
+ "type": "string",
43687
+ "value_allowed_null": true
43688
+ },
43689
+ {
43690
+ "disabled": false,
43691
+ "document": "所属的类加载器\n注意:此字段可能返回 null,表示取不到有效值。",
43692
+ "example": "a",
43693
+ "member": "string",
43694
+ "name": "LoaderClassName",
43695
+ "output_required": false,
43582
43696
  "type": "string",
43583
43697
  "value_allowed_null": true
43584
43698
  }
@@ -47101,23 +47215,32 @@
47101
47215
  "ModifyJavaMemShellsStatusRequest": {
47102
47216
  "document": "ModifyJavaMemShellsStatus请求参数结构体",
47103
47217
  "members": [
47218
+ {
47219
+ "disabled": false,
47220
+ "document": "目标处理状态: 0 - 待处理 1 - 已加白 2 - 已删除 3 - 已忽略 4 - 已手动处理",
47221
+ "example": "3",
47222
+ "member": "uint64",
47223
+ "name": "Status",
47224
+ "required": true,
47225
+ "type": "int"
47226
+ },
47104
47227
  {
47105
47228
  "disabled": false,
47106
47229
  "document": "事件Id数组",
47107
47230
  "example": "[1,3]",
47108
47231
  "member": "uint64",
47109
47232
  "name": "Ids",
47110
- "required": true,
47233
+ "required": false,
47111
47234
  "type": "list"
47112
47235
  },
47113
47236
  {
47114
47237
  "disabled": false,
47115
- "document": "目标处理状态: 0 - 待处理 1 - 已加白 2 - 已删除 3 - 已忽略 4 - 已手动处理",
47116
- "example": "3",
47117
- "member": "uint64",
47118
- "name": "Status",
47119
- "required": true,
47120
- "type": "int"
47238
+ "document": "是否更新全部,只支持忽略、已处理、删除",
47239
+ "example": "false",
47240
+ "member": "bool",
47241
+ "name": "UpdateAll",
47242
+ "required": false,
47243
+ "type": "bool"
47121
47244
  }
47122
47245
  ],
47123
47246
  "type": "object"
@@ -50286,6 +50409,45 @@
50286
50409
  ],
50287
50410
  "usage": "in"
50288
50411
  },
50412
+ "PolicyRules": {
50413
+ "document": "策略规则表达式",
50414
+ "members": [
50415
+ {
50416
+ "disabled": false,
50417
+ "document": "进程\n注意:此字段可能返回 null,表示取不到有效值。",
50418
+ "example": "*",
50419
+ "member": "CommandLine",
50420
+ "name": "Process",
50421
+ "output_required": false,
50422
+ "required": false,
50423
+ "type": "object",
50424
+ "value_allowed_null": true
50425
+ },
50426
+ {
50427
+ "disabled": false,
50428
+ "document": "父进程\n注意:此字段可能返回 null,表示取不到有效值。",
50429
+ "example": "*",
50430
+ "member": "CommandLine",
50431
+ "name": "PProcess",
50432
+ "output_required": false,
50433
+ "required": false,
50434
+ "type": "object",
50435
+ "value_allowed_null": true
50436
+ },
50437
+ {
50438
+ "disabled": false,
50439
+ "document": "祖先进程\n注意:此字段可能返回 null,表示取不到有效值。",
50440
+ "example": "*",
50441
+ "member": "CommandLine",
50442
+ "name": "AProcess",
50443
+ "output_required": false,
50444
+ "required": false,
50445
+ "type": "object",
50446
+ "value_allowed_null": true
50447
+ }
50448
+ ],
50449
+ "usage": "both"
50450
+ },
50289
50451
  "PrivilegeEscalationProcess": {
50290
50452
  "document": "本地提权数据",
50291
50453
  "members": [
@@ -35,7 +35,7 @@
35
35
  "CheckBashPolicyParams": [
36
36
  {
37
37
  "document": "",
38
- "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckBashPolicyParams\n<公共请求参数>\n\n{\n \"Rule\": \"rm -rf /tmp/tmp\\\\.ERYbwgd8e9\",\n \"Name\": \"mapleaa\",\n \"EventId\": 1098230,\n \"CheckField\": \"Name,Rule\"\n}",
38
+ "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CheckBashPolicyParams\n<公共请求参数>\n\n{\n \"Rules\": {\n \"Process\": \"rm -rf /tmp/tmp\\\\.ERYbwgd8e9\"\n },\n \"Name\": \"mapleaa\",\n \"EventId\": 1098230,\n \"CheckField\": \"Name,Process\"\n}",
39
39
  "output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"ErrCode\": 2,\n \"ErrMsg\": \"正则表达式与命令内容不匹配\"\n }\n}",
40
40
  "title": "示例"
41
41
  },
@@ -1364,14 +1364,8 @@
1364
1364
  {
1365
1365
  "document": "",
1366
1366
  "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBashPolicies\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
1367
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Name\": \"白名单1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.qq.com\",\n \"Level\": 2,\n \"Scope\": 2,\n \"Id\": 10004,\n \"Descript\": \"message \\\"白名单1\\\" not found in language \\\"zh-CN\\\"\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-19 15:57:45\",\n \"ModifyTime\": \"2022-08-30 23:54:43\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"\"\n ],\n \"Category\": 1\n },\n {\n \"Name\": \"拦截规则1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.test0527.com\",\n \"Level\": 1,\n \"Scope\": 2,\n \"Id\": 10005,\n \"Descript\": \"message \\\"拦截规则1\\\" not found in language \\\"zh-CN\\\"\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-23 20:28:02\",\n \"ModifyTime\": \"2022-08-23 20:28:02\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"\"\n ],\n \"Category\": 1\n }\n ],\n \"RequestId\": \"f3fe3ac0-099b-4afc-b383-fbf58e8c385a\",\n \"TotalCount\": 2\n }\n}",
1367
+ "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Name\": \"白名单1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.qq.com\",\n \"Level\": 2,\n \"Scope\": 2,\n \"Id\": 10004,\n \"Descript\": \"message \\\"白名单1\\\" not found in language \\\"zh-CN\\\"\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-19 15:57:45\",\n \"ModifyTime\": \"2022-08-30 23:54:43\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"\"\n ],\n \"Category\": 1,\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"/tmp/test\"\n },\n \"PProcess\": null,\n \"AProcess\": null\n }\n }\n ],\n \"RequestId\": \"f3fe3ac0-099b-4afc-b383-fbf58e8c385a\",\n \"TotalCount\": 1\n }\n}",
1368
1368
  "title": "策略列表"
1369
- },
1370
- {
1371
- "document": "",
1372
- "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBashPolicies\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
1373
- "output": "{\n \"Response\": {\n \"List\": [\n {\n \"Name\": \"白名单1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.qq.com\",\n \"Level\": 2,\n \"Scope\": 2,\n \"Id\": 10004,\n \"Descript\": \"白名单1\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-19 15:57:45\",\n \"ModifyTime\": \"2022-08-30 23:54:43\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"\"\n ],\n \"Category\": 1\n },\n {\n \"Name\": \"拦截规则1\",\n \"Enable\": 1,\n \"White\": 0,\n \"BashAction\": 2,\n \"Rule\": \"curl www.test0527.com\",\n \"Level\": 1,\n \"Scope\": 2,\n \"Id\": 10005,\n \"Descript\": \"拦截规则1\",\n \"EventId\": 0,\n \"CreateTime\": \"2022-08-23 20:28:02\",\n \"ModifyTime\": \"2022-08-23 20:28:02\",\n \"Uuids\": [],\n \"DealOldEvents\": 0,\n \"Quuids\": [\n \"\"\n ],\n \"Category\": 1\n }\n ],\n \"RequestId\": \"ab327fc0-3d09-4129-ae1b-7fb7d61a0c01\",\n \"TotalCount\": 2\n }\n}",
1374
- "title": "策略列表1"
1375
1369
  }
1376
1370
  ],
1377
1371
  "DescribeBashRules": [
@@ -1662,7 +1656,7 @@
1662
1656
  ],
1663
1657
  "DescribeJavaMemShellList": [
1664
1658
  {
1665
- "document": "",
1659
+ "document": "查询java内存马事件列表",
1666
1660
  "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeJavaMemShellList\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1\n}",
1667
1661
  "output": "{\n \"Response\": {\n \"RequestId\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 12,\n \"Quuid\": \"d92d723e-4aac-4f4a-bbf9-e5430e29d289\",\n \"Alias\": \"v_llzlu-PC0\",\n \"HostIp\": \"192.168.255.10\",\n \"Type\": 1,\n \"Description\": \"Java (2845)中加载的net...\",\n \"CreateTime\": \"2021-01-20 16:17:11\",\n \"RecentFoundTime\": \"2021-01-20 16:17:11\",\n \"Status\": 0\n }\n ]\n }\n}",
1668
1662
  "title": "查询java内存马事件列表"
@@ -3579,7 +3573,7 @@
3579
3573
  "ModifyBashPolicy": [
3580
3574
  {
3581
3575
  "document": "",
3582
- "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicy\n<公共请求参数>\n\n{\n \"Policy\": {\n \"Enable\": \"1\",\n \"Name\": \"testbash\",\n \"BashAction\": \"1\",\n \"Level\": \"0\",\n \"Descript\": \"testbash\",\n \"Rule\": \"dGVzdCo\",\n \"Scope\": \"3\",\n \"White\": \"1\",\n \"DealOldEvents\": \"0\"\n }\n}",
3576
+ "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBashPolicy\n<公共请求参数>\n\n{\n \"Policy\": {\n \"Enable\": \"1\",\n \"Name\": \"testbash\",\n \"BashAction\": \"1\",\n \"Level\": \"0\",\n \"Descript\": \"testbash\",\n \"Rule\": \"dGVzdCo\",\n \"Scope\": \"3\",\n \"White\": \"1\",\n \"DealOldEvents\": \"0\",\n \"Rules\": {\n \"Process\": {\n \"Exe\": \"L3RtcC90ZXN0Cg==\"\n }\n }\n }\n}",
3583
3577
  "output": "{\n \"Response\": {\n \"RequestId\": \"ecf21829-71f7-4de6-86c8-6c73e575efbe\"\n }\n}",
3584
3578
  "title": "添加白名单"
3585
3579
  }
@@ -4640,6 +4640,15 @@
4640
4640
  "name": "ResourceGroupName",
4641
4641
  "required": false,
4642
4642
  "type": "string"
4643
+ },
4644
+ {
4645
+ "disabled": false,
4646
+ "document": "是否使用multi- statement方式运行一批次任务,true: 是,false: 否",
4647
+ "example": "false",
4648
+ "member": "bool",
4649
+ "name": "IsMultiStatement",
4650
+ "required": false,
4651
+ "type": "bool"
4643
4652
  }
4644
4653
  ],
4645
4654
  "type": "object"
@@ -7751,7 +7751,7 @@
7751
7751
  },
7752
7752
  {
7753
7753
  "disabled": false,
7754
- "document": "过滤项。支持模糊搜索:(TemplateId,TemplateName)支持过滤:Source:模板来源,system / userUseType:模板类型,auto,semi-auto,law等Status:模板启用状态,draft / launched,ComplianceId:关联的分类分级模版id",
7754
+ "document": "过滤项。支持模糊搜索:(TemplateId,TemplateName)支持过滤:Source:模板来源,system / userUseType:模板类型,auto,semi-auto,law等Status:模板启用状态,draft / launched,ComplianceId:关联的分类分级模板id",
7755
7755
  "example": "无",
7756
7756
  "member": "DspaAssessmentFilter",
7757
7757
  "name": "Filters",
@@ -8,7 +8,7 @@
8
8
  "status": "online"
9
9
  },
10
10
  "ImageModeration": {
11
- "document": "本接口(Image Moderation, IM)用于提交图片文件进行同步智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通图片内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n### 接口使用说明:\n- 前往“[内容安全控制台-图片内容安全](https://console.cloud.tencent.com/cms)”开启使用图片内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000张图片**识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云图片内容安全定价](https://cloud.tencent.com/product/ims/pricing)。\n\n### 接口功能说明:\n- 支持对图片文件或链接进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规图片内容;\n- 支持对长图进行拆分检测;\n- 支持识别多种违规场景,包括:低俗、违法违规、色情、广告等场景;\n- 支持多种物体检测(实体、广告台标、二维码等)及图片中文本的OCR文本识别;\n- 支持根据不同的业务场景配置自定义的审核策略;\n- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);\n- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n\n### 接口调用说明:\n- 图片文件大小限制:**Base64编码内容应小于10MB**;**URL资源应小于30MB**\n- 图片默认尺寸支持:**长和宽 需>50分辨率且<10000分辨率,并且图片长宽比<90:1;**\n- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;\n- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;\n- 图片文件链接支持的传输协议:HTTP、HTTPS;\n- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;\n\n\n<div class=\"rno-api-explorer\" style=\"margin-bottom:20px\">\n <div class=\"rno-api-explorer-inner\">\n <div class=\"rno-api-explorer-hd\">\n <div class=\"rno-api-explorer-title\">\n 关于版本迭代的描述\n </div>\n </div>\n <div class=\"rno-api-explorer-body\">\n <div class=\"rno-api-explorer-cont\">\n <p>当前页面版本为图片内容安全2020版本,2020.11.3日前接入的图片内容安全接口为2019版本,在此时间前接入的用户可直接访问以下链接进行维护操作:<a href=\"https://cloud.tencent.com/document/product/1125/38206\" target=\"_blank\">图片内容安全-2019版本</a></p>\n <p>2020版本相对2019版本进行了升级,支持更灵活的多场景业务策略配置以及更丰富的识别回调信息,满足不同业务的识别需求,建议按照2020版本接入指引进行接口升级;同时,2019版本也会持续维护直至用户不再使用为止。</p>\n </div>\n </div>\n </div>\n</div>",
11
+ "document": "本接口(Image Moderation, IM)用于提交图片文件进行同步智能审核任务。使用前请您使用腾讯云主账号登录控制台 [开通图片内容安全服务](https://console.cloud.tencent.com/cms) 并调整好对应的业务配置。\n### 接口使用说明:\n- 前往“[内容安全控制台-图片内容安全](https://console.cloud.tencent.com/cms)”开启使用图片内容安全服务,首次开通服务的用户可免费领用试用套餐包,包含**3000张图片**识别额度,有效期为15天。\n- 该接口为收费接口,计费方式敬请参见 [腾讯云图片内容安全定价](https://cloud.tencent.com/product/ims/pricing)。\n\n### 接口功能说明:\n- 支持对图片文件或链接进行检测,通过深度学习技术,识别可能令人反感、不安全或不适宜的违规图片内容;\n- 支持对GIF图/长图进行截帧或拆分检测;\n- 支持识别多种违规场景,包括:低俗、违法违规、色情、广告等场景;\n- 支持多种物体检测(实体、广告台标、二维码等)及图片中文本的OCR文本识别;\n- 支持根据不同的业务场景配置自定义的审核策略;\n- 支持用户自定义选择图片风险库,打击自定义识别类型的违规图片(目前仅支持黑名单配置);\n- 支持在审核图片内容时同时关联账号或设备信息,可识别违规风险账号或设备。\n\n### 接口调用说明:\n- 图片文件大小限制:**Base64编码内容应小于10MB**;**URL资源应小于30MB**\n- 图片默认尺寸支持:**长和宽 需>50分辨率且<10000分辨率,并且图片长宽比<90:1;**\n- 图片文件分辨率支持:建议**分辨率大于256x256**,否则可能会影响识别效果;\n- 图片文件支持格式:PNG、JPG、JPEG、BMP、GIF、WEBP格式;\n- 图片文件链接支持的传输协议:HTTP、HTTPS;\n- 若传入图片文件的访问链接,则需要注意**图片下载时间限制为3秒**,为保障被检测图片的稳定性和可靠性,建议您使用腾讯云COS存储或者CDN缓存等;\n\n\n<div class=\"rno-api-explorer\" style=\"margin-bottom:20px\">\n <div class=\"rno-api-explorer-inner\">\n <div class=\"rno-api-explorer-hd\">\n <div class=\"rno-api-explorer-title\">\n 关于版本迭代的描述\n </div>\n </div>\n <div class=\"rno-api-explorer-body\">\n <div class=\"rno-api-explorer-cont\">\n <p>当前页面版本为图片内容安全2020版本,2020.11.3日前接入的图片内容安全接口为2019版本,在此时间前接入的用户可直接访问以下链接进行维护操作:<a href=\"https://cloud.tencent.com/document/product/1125/38206\" target=\"_blank\">图片内容安全-2019版本</a></p>\n <p>2020版本相对2019版本进行了升级,支持更灵活的多场景业务策略配置以及更丰富的识别回调信息,满足不同业务的识别需求,建议按照2020版本接入指引进行接口升级;同时,2019版本也会持续维护直至用户不再使用为止。</p>\n </div>\n </div>\n </div>\n</div>",
12
12
  "input": "ImageModerationRequest",
13
13
  "name": "图片同步检测",
14
14
  "output": "ImageModerationResponse",
@@ -54,7 +54,7 @@
54
54
  },
55
55
  {
56
56
  "disabled": false,
57
- "document": "该字段表示待检测图片文件内容的Base64编码,图片**大小不超过30MB**,建议**分辨率不低于256x256**,否则可能会影响识别效果。<br>备注: **该字段与FileUrl必须选择输入其中一个**。",
57
+ "document": "该字段表示待检测图片文件内容的Base64编码,图片**大小不超过10MB**,建议**分辨率不低于256x256**,否则可能会影响识别效果。<br>备注: **该字段与FileUrl必须选择输入其中一个**。",
58
58
  "example": "aHR0cDovL2lubmVycG9ybnNjcmVlbnNob3QtMTI1MjgxMzg1MC5jb3MuYXAtZ3Vh",
59
59
  "member": "string",
60
60
  "name": "FileContent",
@@ -63,7 +63,7 @@
63
63
  },
64
64
  {
65
65
  "disabled": false,
66
- "document": "该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过5MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时;由于网络安全策略,**送审带重定向的链接,可能引起下载失败**,请尽量避免,比如Http返回302状态码的链接,可能导致接口返回ResourceUnavailable.ImageDownloadError。<br>备注:**该字段与FileContent必须选择输入其中一个**。",
66
+ "document": "该字段表示待检测图片文件的访问链接,图片支持PNG、JPG、JPEG、BMP、GIF、WEBP格式,**大小不超过100MB**,建议**分辨率不低于256x256**;图片下载时间限制为3秒,超过则会返回下载超时;由于网络安全策略,**送审带重定向的链接,可能引起下载失败**,请尽量避免,比如Http返回302状态码的链接,可能导致接口返回ResourceUnavailable.ImageDownloadError。<br>备注:**该字段与FileContent必须选择输入其中一个**。",
67
67
  "example": "https://xxx.jpg",
68
68
  "member": "string",
69
69
  "name": "FileUrl",
@@ -240,7 +240,7 @@
240
240
  },
241
241
  {
242
242
  "disabled": false,
243
- "document": "该字段表示待检测图片文件内容的Base64编码,图片**大小不超过5MB**,建议**分辨率不低于256x256**,否则可能会影响识别效果。<br>备注: **该字段与FileUrl必须选择输入其中一个**。",
243
+ "document": "该字段表示待检测图片文件内容的Base64编码,图片Base64编码内容大小不超过10MB,建议**分辨率不低于256x256**,否则可能会影响识别效果。<br>备注: **该字段与FileUrl必须选择输入其中一个**。",
244
244
  "example": "aHR0cDovL2lubmVycG9ybnNjcmVlbnNob3QtMTI1MjgxMzg1MC5jb3MuYXAtZ3Vh",
245
245
  "member": "string",
246
246
  "name": "FileContent",