tccli 3.0.847.1__py2.py3-none-any.whl → 3.0.849.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 (58) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +1 -0
  3. tccli/services/billing/v20180709/api.json +1 -9
  4. tccli/services/billing/v20180709/examples.json +1 -1
  5. tccli/services/bma/v20221115/api.json +9 -0
  6. tccli/services/bma/v20221115/examples.json +1 -1
  7. tccli/services/cdn/v20180606/api.json +0 -14
  8. tccli/services/cdn/v20180606/examples.json +2 -2
  9. tccli/services/cfs/v20190719/api.json +2 -2
  10. tccli/services/ckafka/ckafka_client.py +61 -8
  11. tccli/services/ckafka/v20190819/api.json +78 -15
  12. tccli/services/ckafka/v20190819/examples.json +11 -3
  13. tccli/services/cwp/cwp_client.py +61 -8
  14. tccli/services/cwp/v20180228/api.json +361 -117
  15. tccli/services/cwp/v20180228/examples.json +25 -17
  16. tccli/services/dcdb/v20180411/api.json +8 -50
  17. tccli/services/dcdb/v20180411/examples.json +3 -3
  18. tccli/services/dlc/v20210125/api.json +1 -1
  19. tccli/services/ess/v20201111/api.json +51 -2
  20. tccli/services/ess/v20201111/examples.json +1 -1
  21. tccli/services/live/v20180801/api.json +0 -4
  22. tccli/services/live/v20180801/examples.json +1 -1
  23. tccli/services/mariadb/v20170312/api.json +8 -55
  24. tccli/services/mariadb/v20170312/examples.json +3 -3
  25. tccli/services/mongodb/v20190725/api.json +5 -20
  26. tccli/services/mongodb/v20190725/examples.json +5 -5
  27. tccli/services/monitor/v20180724/api.json +2 -32
  28. tccli/services/ocr/v20181119/api.json +20 -1
  29. tccli/services/ocr/v20181119/examples.json +1 -1
  30. tccli/services/region/v20220627/api.json +16 -6
  31. tccli/services/region/v20220627/examples.json +7 -7
  32. tccli/services/ssl/v20191205/api.json +18 -53
  33. tccli/services/ssl/v20191205/examples.json +6 -6
  34. tccli/services/tcb/v20180608/api.json +16 -137
  35. tccli/services/tcb/v20180608/examples.json +10 -10
  36. tccli/services/tcr/v20190924/api.json +4 -4
  37. tccli/services/tdmq/v20200217/api.json +0 -2
  38. tccli/services/tdmq/v20200217/examples.json +2 -2
  39. tccli/services/thpc/thpc_client.py +13 -8
  40. tccli/services/thpc/v20230321/api.json +2414 -0
  41. tccli/services/thpc/v20230321/examples.json +125 -0
  42. tccli/services/tiw/tiw_client.py +53 -0
  43. tccli/services/tiw/v20190919/api.json +216 -0
  44. tccli/services/tiw/v20190919/examples.json +8 -0
  45. tccli/services/trtc/v20190722/api.json +5 -17
  46. tccli/services/tse/v20201207/api.json +45 -2
  47. tccli/services/tts/v20190823/api.json +10 -21
  48. tccli/services/tts/v20190823/examples.json +1 -1
  49. tccli/services/vod/v20180717/api.json +20 -12
  50. tccli/services/vod/v20180717/examples.json +1 -1
  51. tccli/services/vpc/v20170312/api.json +6 -5
  52. tccli/services/vpc/v20170312/examples.json +2 -2
  53. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/METADATA +2 -2
  54. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/RECORD +58 -56
  55. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/LICENSE +0 -0
  56. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/WHEEL +0 -0
  57. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/entry_points.txt +0 -0
  58. {tccli-3.0.847.1.dist-info → tccli-3.0.849.1.dist-info}/top_level.txt +0 -0
@@ -1092,6 +1092,13 @@
1092
1092
  "output": "DescribeReverseShellRulesResponse",
1093
1093
  "status": "online"
1094
1094
  },
1095
+ "DescribeRiskDnsEventList": {
1096
+ "document": "获取恶意请求事件列表",
1097
+ "input": "DescribeRiskDnsEventListRequest",
1098
+ "name": "获取恶意请求事件列表",
1099
+ "output": "DescribeRiskDnsEventListResponse",
1100
+ "status": "online"
1101
+ },
1095
1102
  "DescribeRiskDnsList": {
1096
1103
  "document": "入侵检测,获取恶意请求列表",
1097
1104
  "input": "DescribeRiskDnsListRequest",
@@ -1520,7 +1527,7 @@
1520
1527
  "status": "online"
1521
1528
  },
1522
1529
  "ExportScanTaskDetails": {
1523
- "document": "根据任务id导出指定扫描任务详情 ",
1530
+ "document": "根据任务id导出指定扫描任务详情",
1524
1531
  "input": "ExportScanTaskDetailsRequest",
1525
1532
  "name": "导出扫描任务详情",
1526
1533
  "output": "ExportScanTaskDetailsResponse",
@@ -16482,7 +16489,6 @@
16482
16489
  "document": "DescribeExportMachines请求参数结构体",
16483
16490
  "members": [
16484
16491
  {
16485
- "default": "",
16486
16492
  "document": "云主机类型。\n<li>CVM:表示虚拟主机</li>\n<li>BM: 表示黑石物理机</li>",
16487
16493
  "example": "CVM",
16488
16494
  "member": "string",
@@ -16491,7 +16497,6 @@
16491
16497
  "type": "string"
16492
16498
  },
16493
16499
  {
16494
- "default": "",
16495
16500
  "document": "机器所属地域。如:ap-guangzhou,ap-shanghai",
16496
16501
  "example": "ap-guangzhou",
16497
16502
  "member": "string",
@@ -16500,7 +16505,6 @@
16500
16505
  "type": "string"
16501
16506
  },
16502
16507
  {
16503
- "default": "",
16504
16508
  "document": "返回数量,默认为10,最大值为100。",
16505
16509
  "example": "10",
16506
16510
  "member": "uint64",
@@ -16509,7 +16513,6 @@
16509
16513
  "type": "int"
16510
16514
  },
16511
16515
  {
16512
- "default": "",
16513
16516
  "document": "偏移量,默认为0。",
16514
16517
  "example": "0",
16515
16518
  "member": "uint64",
@@ -16518,7 +16521,6 @@
16518
16521
  "type": "int"
16519
16522
  },
16520
16523
  {
16521
- "default": "",
16522
16524
  "document": "过滤条件。\n<li>Keywords - String - 是否必填:否 - 查询关键字 </li>\n<li>Status - String - 是否必填:否 - 客户端在线状态(OFFLINE: 离线 | ONLINE: 在线 | UNINSTALLED:未安装)</li>\n<li>Version - String 是否必填:否 - 当前防护版本( PRO_VERSION:专业版 | BASIC_VERSION:基础版)</li>\n每个过滤条件只支持一个值,暂不支持多个值“或”关系查询",
16523
16525
  "example": "[]",
16524
16526
  "member": "Filter",
@@ -16527,7 +16529,6 @@
16527
16529
  "type": "list"
16528
16530
  },
16529
16531
  {
16530
- "default": "",
16531
16532
  "document": "机器所属业务ID列表",
16532
16533
  "example": "[]",
16533
16534
  "member": "uint64",
@@ -16542,11 +16543,10 @@
16542
16543
  "document": "DescribeExportMachines返回参数结构体",
16543
16544
  "members": [
16544
16545
  {
16545
- "document": "任务id",
16546
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
16546
16547
  "example": "1",
16547
16548
  "member": "string",
16548
16549
  "name": "TaskId",
16549
- "required": true,
16550
16550
  "type": "string",
16551
16551
  "value_allowed_null": false
16552
16552
  },
@@ -19672,6 +19672,87 @@
19672
19672
  ],
19673
19673
  "type": "object"
19674
19674
  },
19675
+ "DescribeRiskDnsEventListRequest": {
19676
+ "document": "DescribeRiskDnsEventList请求参数结构体",
19677
+ "members": [
19678
+ {
19679
+ "default": "",
19680
+ "document": "<li>IpOrName - String - 是否必填:否 - 主机Ip或别名筛选</li>\n<li>HostId - String - 是否必填:否 - 主机Id</li>\n<li>AgentId - String - 是否必填:否 - 客户端Id</li>\n<li>PolicyType - String - 是否必填:否 - 策略类型,0:系统策略1:用户自定义策略</li>\n<li>Domain - String - 是否必填:否 - 域名(先对域名做urlencode,再base64)</li>\n<li>HandleStatus - String - 是否必填:否 - 状态筛选0:待处理;2:信任;3:不信任</li>\n<li>BeginTime - String - 是否必填:否 - 最近访问开始时间</li>\n<li>EndTime - String - 是否必填:否 - 最近访问结束时间</li>",
19681
+ "example": "10",
19682
+ "member": "Filter",
19683
+ "name": "Filters",
19684
+ "required": false,
19685
+ "type": "list"
19686
+ },
19687
+ {
19688
+ "default": "",
19689
+ "document": "需要返回的数量,默认为10,最大值为100",
19690
+ "example": "0",
19691
+ "member": "int64",
19692
+ "name": "Limit",
19693
+ "required": false,
19694
+ "type": "int"
19695
+ },
19696
+ {
19697
+ "default": "",
19698
+ "document": "偏移量,默认为0。",
19699
+ "example": "[]",
19700
+ "member": "int64",
19701
+ "name": "Offset",
19702
+ "required": false,
19703
+ "type": "int"
19704
+ },
19705
+ {
19706
+ "default": "",
19707
+ "document": "排序方式:根据请求次数排序:[asc:升序|desc:降序]",
19708
+ "example": "asc",
19709
+ "member": "string",
19710
+ "name": "Order",
19711
+ "required": false,
19712
+ "type": "string"
19713
+ },
19714
+ {
19715
+ "default": "",
19716
+ "document": "排序字段:[AccessCount:请求次数|LastTime:最近请求时间]",
19717
+ "example": "AccessCount",
19718
+ "member": "string",
19719
+ "name": "By",
19720
+ "required": false,
19721
+ "type": "string"
19722
+ }
19723
+ ],
19724
+ "type": "object"
19725
+ },
19726
+ "DescribeRiskDnsEventListResponse": {
19727
+ "document": "DescribeRiskDnsEventList返回参数结构体",
19728
+ "members": [
19729
+ {
19730
+ "document": "恶意请求事件列表\n注意:此字段可能返回 null,表示取不到有效值。",
19731
+ "example": "无",
19732
+ "member": "RiskDnsEvent",
19733
+ "name": "List",
19734
+ "required": true,
19735
+ "type": "list",
19736
+ "value_allowed_null": true
19737
+ },
19738
+ {
19739
+ "document": "总数",
19740
+ "example": "无",
19741
+ "member": "int64",
19742
+ "name": "TotalCount",
19743
+ "required": true,
19744
+ "type": "int",
19745
+ "value_allowed_null": false
19746
+ },
19747
+ {
19748
+ "document": "唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。",
19749
+ "member": "string",
19750
+ "name": "RequestId",
19751
+ "type": "string"
19752
+ }
19753
+ ],
19754
+ "type": "object"
19755
+ },
19675
19756
  "DescribeRiskDnsListRequest": {
19676
19757
  "document": "DescribeRiskDnsList请求参数结构体",
19677
19758
  "members": [
@@ -20312,7 +20393,6 @@
20312
20393
  "document": "DescribeSearchExportList请求参数结构体",
20313
20394
  "members": [
20314
20395
  {
20315
- "default": "",
20316
20396
  "document": "ES查询条件JSON",
20317
20397
  "example": "xxx",
20318
20398
  "member": "string",
@@ -20327,20 +20407,18 @@
20327
20407
  "document": "DescribeSearchExportList返回参数结构体",
20328
20408
  "members": [
20329
20409
  {
20330
- "document": "导出的任务号",
20410
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
20331
20411
  "example": "1",
20332
20412
  "member": "uint64",
20333
20413
  "name": "TaskId",
20334
- "required": true,
20335
20414
  "type": "int",
20336
20415
  "value_allowed_null": false
20337
20416
  },
20338
20417
  {
20339
- "document": "下载地址",
20418
+ "document": "该参数作废",
20340
20419
  "example": "xxx",
20341
20420
  "member": "string",
20342
20421
  "name": "DownloadUrl",
20343
- "required": true,
20344
20422
  "type": "string",
20345
20423
  "value_allowed_null": false
20346
20424
  },
@@ -23137,7 +23215,6 @@
23137
23215
  "document": "ExportAttackLogs请求参数结构体",
23138
23216
  "members": [
23139
23217
  {
23140
- "default": "",
23141
23218
  "document": "过滤条件。\n<li>HttpMethod - String - 是否必填:否 - 攻击方法(POST|GET)</li>\n<li>DateRange - String - 是否必填:否 - 时间范围(存储最近3个月的数据),如最近一个月[\"2019-11-17\", \"2019-12-17\"]</li>\n<li>VulType - String 威胁类型 - 是否必填: 否</li>\n<li>SrcIp - String 攻击源IP - 是否必填: 否</li>\n<li>DstIp - String 攻击目标IP - 是否必填: 否</li>\n<li>SrcPort - String 攻击源端口 - 是否必填: 否</li>\n<li>DstPort - String 攻击目标端口 - 是否必填: 否</li>",
23142
23219
  "example": "[]",
23143
23220
  "member": "Filters",
@@ -23146,7 +23223,6 @@
23146
23223
  "type": "list"
23147
23224
  },
23148
23225
  {
23149
- "default": "",
23150
23226
  "document": "主机安全客户端ID",
23151
23227
  "example": "uuid",
23152
23228
  "member": "string",
@@ -23155,7 +23231,6 @@
23155
23231
  "type": "string"
23156
23232
  },
23157
23233
  {
23158
- "default": "",
23159
23234
  "document": "云主机机器ID",
23160
23235
  "example": "quuid",
23161
23236
  "member": "string",
@@ -23174,16 +23249,14 @@
23174
23249
  "example": "xxx",
23175
23250
  "member": "string",
23176
23251
  "name": "DownloadUrl",
23177
- "required": true,
23178
23252
  "type": "string",
23179
23253
  "value_allowed_null": false
23180
23254
  },
23181
23255
  {
23182
- "document": "导出任务ID 可通过ExportTasks接口下载",
23256
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23183
23257
  "example": "123456",
23184
23258
  "member": "string",
23185
23259
  "name": "TaskId",
23186
- "required": true,
23187
23260
  "type": "string",
23188
23261
  "value_allowed_null": false
23189
23262
  },
@@ -23200,7 +23273,6 @@
23200
23273
  "document": "ExportBaselineEffectHostList请求参数结构体",
23201
23274
  "members": [
23202
23275
  {
23203
- "default": "",
23204
23276
  "document": "基线id",
23205
23277
  "example": "1",
23206
23278
  "member": "uint64",
@@ -23209,7 +23281,6 @@
23209
23281
  "type": "int"
23210
23282
  },
23211
23283
  {
23212
- "default": "",
23213
23284
  "document": "筛选条件\n<li>AliasName- String- 主机别名</li>",
23214
23285
  "example": "[]",
23215
23286
  "member": "Filters",
@@ -23218,7 +23289,6 @@
23218
23289
  "type": "list"
23219
23290
  },
23220
23291
  {
23221
- "default": "",
23222
23292
  "document": "策略id",
23223
23293
  "example": "2",
23224
23294
  "member": "uint64",
@@ -23227,7 +23297,6 @@
23227
23297
  "type": "int"
23228
23298
  },
23229
23299
  {
23230
- "default": "",
23231
23300
  "document": "主机uuid数组",
23232
23301
  "example": "[]",
23233
23302
  "member": "string",
@@ -23236,7 +23305,6 @@
23236
23305
  "type": "list"
23237
23306
  },
23238
23307
  {
23239
- "default": "",
23240
23308
  "document": "基线名称",
23241
23309
  "example": "xxx",
23242
23310
  "member": "string",
@@ -23251,20 +23319,18 @@
23251
23319
  "document": "ExportBaselineEffectHostList返回参数结构体",
23252
23320
  "members": [
23253
23321
  {
23254
- "document": "下载地址\n注意:此字段可能返回 null,表示取不到有效值。",
23322
+ "document": "该参数已废弃\n注意:此字段可能返回 null,表示取不到有效值。",
23255
23323
  "example": "xxx",
23256
23324
  "member": "string",
23257
23325
  "name": "DownloadUrl",
23258
- "required": true,
23259
23326
  "type": "string",
23260
23327
  "value_allowed_null": true
23261
23328
  },
23262
23329
  {
23263
- "document": "导出任务id 可通过 ExportTasks接口下载",
23330
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23264
23331
  "example": "1",
23265
23332
  "member": "string",
23266
23333
  "name": "TaskId",
23267
- "required": true,
23268
23334
  "type": "string",
23269
23335
  "value_allowed_null": false
23270
23336
  },
@@ -23425,7 +23491,6 @@
23425
23491
  "document": "ExportBaselineList请求参数结构体",
23426
23492
  "members": [
23427
23493
  {
23428
- "default": "",
23429
23494
  "document": "过滤条件:\n<li>StrategyId- Uint64 - 基线策略id</li>\n<li>Status - Uint64 - 事件状态:0-未通过,1-忽略,3-通过,5-检测中</li>\n<li>BaselineName - String - 基线名称</li>\n<li>AliasName- String - 服务器名称/服务器ip</li>\n<li>Uuid- String - 主机uuid</li>",
23430
23495
  "example": "[]",
23431
23496
  "member": "Filters",
@@ -23434,7 +23499,6 @@
23434
23499
  "type": "list"
23435
23500
  },
23436
23501
  {
23437
- "default": "",
23438
23502
  "document": "已废弃",
23439
23503
  "example": "1",
23440
23504
  "member": "uint64",
@@ -23453,16 +23517,14 @@
23453
23517
  "example": "xxx",
23454
23518
  "member": "string",
23455
23519
  "name": "DownloadUrl",
23456
- "required": true,
23457
23520
  "type": "string",
23458
23521
  "value_allowed_null": true
23459
23522
  },
23460
23523
  {
23461
- "document": "导出文件Id 可通过ExportTasks接口下载",
23524
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23462
23525
  "example": "1",
23463
23526
  "member": "string",
23464
23527
  "name": "TaskId",
23465
- "required": true,
23466
23528
  "type": "string",
23467
23529
  "value_allowed_null": false
23468
23530
  },
@@ -23551,7 +23613,6 @@
23551
23613
  "document": "ExportBashEvents请求参数结构体",
23552
23614
  "members": [
23553
23615
  {
23554
- "default": "",
23555
23616
  "document": "过滤参数",
23556
23617
  "example": "[]",
23557
23618
  "member": "Filters",
@@ -23570,16 +23631,14 @@
23570
23631
  "example": "xxx",
23571
23632
  "member": "string",
23572
23633
  "name": "DownloadUrl",
23573
- "required": true,
23574
23634
  "type": "string",
23575
23635
  "value_allowed_null": false
23576
23636
  },
23577
23637
  {
23578
- "document": "导出任务ID",
23638
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23579
23639
  "example": "1",
23580
23640
  "member": "string",
23581
23641
  "name": "TaskId",
23582
- "required": true,
23583
23642
  "type": "string",
23584
23643
  "value_allowed_null": false
23585
23644
  },
@@ -23596,7 +23655,6 @@
23596
23655
  "document": "ExportBruteAttacks请求参数结构体",
23597
23656
  "members": [
23598
23657
  {
23599
- "default": "",
23600
23658
  "document": "过滤参数",
23601
23659
  "example": "[]",
23602
23660
  "member": "Filters",
@@ -23611,20 +23669,18 @@
23611
23669
  "document": "ExportBruteAttacks返回参数结构体",
23612
23670
  "members": [
23613
23671
  {
23614
- "document": "导出文件下载链接地址。",
23672
+ "document": "该参数已废弃",
23615
23673
  "example": "xxx",
23616
23674
  "member": "string",
23617
23675
  "name": "DownloadUrl",
23618
- "required": true,
23619
23676
  "type": "string",
23620
23677
  "value_allowed_null": false
23621
23678
  },
23622
23679
  {
23623
- "document": "导出任务ID",
23680
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23624
23681
  "example": "1",
23625
23682
  "member": "string",
23626
23683
  "name": "TaskId",
23627
- "required": true,
23628
23684
  "type": "string",
23629
23685
  "value_allowed_null": false
23630
23686
  },
@@ -23641,7 +23697,6 @@
23641
23697
  "document": "ExportIgnoreBaselineRule请求参数结构体",
23642
23698
  "members": [
23643
23699
  {
23644
- "default": "",
23645
23700
  "document": "检测项名称",
23646
23701
  "example": "xxx",
23647
23702
  "member": "string",
@@ -23656,20 +23711,18 @@
23656
23711
  "document": "ExportIgnoreBaselineRule返回参数结构体",
23657
23712
  "members": [
23658
23713
  {
23659
- "document": "文件下载地址",
23714
+ "document": "该参数已废弃",
23660
23715
  "example": "xxx",
23661
23716
  "member": "string",
23662
23717
  "name": "DownloadUrl",
23663
- "required": true,
23664
23718
  "type": "string",
23665
23719
  "value_allowed_null": false
23666
23720
  },
23667
23721
  {
23668
- "document": "导出任务Id , 可通过ExportTasks 接口下载",
23722
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23669
23723
  "example": "1",
23670
23724
  "member": "string",
23671
23725
  "name": "TaskId",
23672
- "required": true,
23673
23726
  "type": "string",
23674
23727
  "value_allowed_null": false
23675
23728
  },
@@ -23686,7 +23739,6 @@
23686
23739
  "document": "ExportIgnoreRuleEffectHostList请求参数结构体",
23687
23740
  "members": [
23688
23741
  {
23689
- "default": "",
23690
23742
  "document": "检测项id",
23691
23743
  "example": "1",
23692
23744
  "member": "uint64",
@@ -23695,7 +23747,6 @@
23695
23747
  "type": "int"
23696
23748
  },
23697
23749
  {
23698
- "default": "",
23699
23750
  "document": "过滤条件。\n<li>AliasName- String- 主机别名</li>",
23700
23751
  "example": "[]",
23701
23752
  "member": "Filters",
@@ -23710,20 +23761,18 @@
23710
23761
  "document": "ExportIgnoreRuleEffectHostList返回参数结构体",
23711
23762
  "members": [
23712
23763
  {
23713
- "document": "导出文件下载地址",
23764
+ "document": "该参数已废弃",
23714
23765
  "example": "url",
23715
23766
  "member": "string",
23716
23767
  "name": "DownloadUrl",
23717
- "required": true,
23718
23768
  "type": "string",
23719
23769
  "value_allowed_null": false
23720
23770
  },
23721
23771
  {
23722
- "document": "导出任务Id , 可通过ExportTasks 接口下载",
23772
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23723
23773
  "example": "1",
23724
23774
  "member": "string",
23725
23775
  "name": "TaskId",
23726
- "required": true,
23727
23776
  "type": "string",
23728
23777
  "value_allowed_null": false
23729
23778
  },
@@ -23740,7 +23789,6 @@
23740
23789
  "document": "ExportLicenseDetail请求参数结构体",
23741
23790
  "members": [
23742
23791
  {
23743
- "default": "",
23744
23792
  "document": "多个条件筛选时 LicenseStatus,DeadlineStatus,ResourceId,Keywords 取交集\n<li> LicenseType 授权类型, 0 专业版-按量计费, 1专业版-包年包月 , 2 旗舰版-包年包月</li>\n<li>ResourceId 资源ID</li>",
23745
23793
  "example": "[]",
23746
23794
  "member": "Filters",
@@ -23749,7 +23797,6 @@
23749
23797
  "type": "list"
23750
23798
  },
23751
23799
  {
23752
- "default": "",
23753
23800
  "document": "是否导出全部授权详情",
23754
23801
  "example": "false",
23755
23802
  "member": "bool",
@@ -23758,7 +23805,6 @@
23758
23805
  "type": "bool"
23759
23806
  },
23760
23807
  {
23761
- "default": "",
23762
23808
  "document": "标签筛选,平台标签能力,这里传入 标签键,标签值作为一个对象",
23763
23809
  "example": "[]",
23764
23810
  "member": "Tags",
@@ -23767,7 +23813,6 @@
23767
23813
  "type": "list"
23768
23814
  },
23769
23815
  {
23770
- "default": "",
23771
23816
  "document": "导出月份, 该参数仅在IsHistory 时可选.",
23772
23817
  "example": "2022-03",
23773
23818
  "member": "string",
@@ -23786,16 +23831,14 @@
23786
23831
  "example": "url",
23787
23832
  "member": "string",
23788
23833
  "name": "DownloadUrl",
23789
- "required": true,
23790
23834
  "type": "string",
23791
23835
  "value_allowed_null": false
23792
23836
  },
23793
23837
  {
23794
- "document": "任务ID,可通过任务ID去查下载任务",
23838
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23795
23839
  "example": "1",
23796
23840
  "member": "uint64",
23797
23841
  "name": "TaskId",
23798
- "required": true,
23799
23842
  "type": "int",
23800
23843
  "value_allowed_null": false
23801
23844
  },
@@ -23812,7 +23855,6 @@
23812
23855
  "document": "ExportMaliciousRequests请求参数结构体",
23813
23856
  "members": [
23814
23857
  {
23815
- "default": "",
23816
23858
  "document": "过滤参数",
23817
23859
  "example": "[]",
23818
23860
  "member": "Filters",
@@ -23827,20 +23869,18 @@
23827
23869
  "document": "ExportMaliciousRequests返回参数结构体",
23828
23870
  "members": [
23829
23871
  {
23830
- "document": "导出文件下载链接地址。",
23872
+ "document": "该参数已废弃",
23831
23873
  "example": "xxx",
23832
23874
  "member": "string",
23833
23875
  "name": "DownloadUrl",
23834
- "required": true,
23835
23876
  "type": "string",
23836
23877
  "value_allowed_null": false
23837
23878
  },
23838
23879
  {
23839
- "document": "导出任务Id , 可通过ExportTasks 接口下载",
23880
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23840
23881
  "example": "1",
23841
23882
  "member": "string",
23842
23883
  "name": "TaskId",
23843
- "required": true,
23844
23884
  "type": "string",
23845
23885
  "value_allowed_null": false
23846
23886
  },
@@ -23857,7 +23897,6 @@
23857
23897
  "document": "ExportMalwares请求参数结构体",
23858
23898
  "members": [
23859
23899
  {
23860
- "default": "",
23861
23900
  "document": "限制条数,默认10",
23862
23901
  "example": "10",
23863
23902
  "member": "uint64",
@@ -23866,7 +23905,6 @@
23866
23905
  "type": "int"
23867
23906
  },
23868
23907
  {
23869
- "default": "",
23870
23908
  "document": "偏移量 默认0",
23871
23909
  "example": "0",
23872
23910
  "member": "uint64",
@@ -23875,7 +23913,6 @@
23875
23913
  "type": "int"
23876
23914
  },
23877
23915
  {
23878
- "default": "",
23879
23916
  "document": "过滤参数。\n<li>IpOrAlias - String - 是否必填:否 - 主机ip或别名筛选</li>\n<li>FilePath - String - 是否必填:否 - 路径筛选</li>\n<li>VirusName - String - 是否必填:否 - 描述筛选</li>\n<li>CreateBeginTime - String - 是否必填:否 - 创建时间筛选-开始时间</li>\n<li>CreateEndTime - String - 是否必填:否 - 创建时间筛选-结束时间</li>\n<li>Status - String - 是否必填:否 - 状态筛选</li>",
23880
23917
  "example": "[]",
23881
23918
  "member": "Filters",
@@ -23884,7 +23921,6 @@
23884
23921
  "type": "list"
23885
23922
  },
23886
23923
  {
23887
- "default": "",
23888
23924
  "document": "排序值 CreateTime",
23889
23925
  "example": "xxx",
23890
23926
  "member": "string",
@@ -23893,7 +23929,6 @@
23893
23929
  "type": "string"
23894
23930
  },
23895
23931
  {
23896
- "default": "",
23897
23932
  "document": "排序 方式 ,ASC,DESC",
23898
23933
  "example": "ASC",
23899
23934
  "member": "string",
@@ -23908,20 +23943,18 @@
23908
23943
  "document": "ExportMalwares返回参数结构体",
23909
23944
  "members": [
23910
23945
  {
23911
- "document": "导出文件下载链接地址。",
23946
+ "document": "该参数已废弃",
23912
23947
  "example": "xxx",
23913
23948
  "member": "string",
23914
23949
  "name": "DownloadUrl",
23915
- "required": true,
23916
23950
  "type": "string",
23917
23951
  "value_allowed_null": false
23918
23952
  },
23919
23953
  {
23920
- "document": "任务id",
23954
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23921
23955
  "example": "1",
23922
23956
  "member": "string",
23923
23957
  "name": "TaskId",
23924
- "required": true,
23925
23958
  "type": "string",
23926
23959
  "value_allowed_null": false
23927
23960
  },
@@ -23938,7 +23971,6 @@
23938
23971
  "document": "ExportNonlocalLoginPlaces请求参数结构体",
23939
23972
  "members": [
23940
23973
  {
23941
- "default": "",
23942
23974
  "document": "<li>Status - int - 是否必填:否 - 状态筛选1:正常登录;2:异地登录</li>",
23943
23975
  "example": "[]",
23944
23976
  "member": "Filter",
@@ -23953,20 +23985,18 @@
23953
23985
  "document": "ExportNonlocalLoginPlaces返回参数结构体",
23954
23986
  "members": [
23955
23987
  {
23956
- "document": "导出文件下载链接地址。",
23988
+ "document": "该参数已废弃",
23957
23989
  "example": "xxx",
23958
23990
  "member": "string",
23959
23991
  "name": "DownloadUrl",
23960
- "required": true,
23961
23992
  "type": "string",
23962
23993
  "value_allowed_null": false
23963
23994
  },
23964
23995
  {
23965
- "document": "导出任务ID",
23996
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
23966
23997
  "example": "1",
23967
23998
  "member": "string",
23968
23999
  "name": "TaskId",
23969
- "required": true,
23970
24000
  "type": "string",
23971
24001
  "value_allowed_null": false
23972
24002
  },
@@ -23983,7 +24013,6 @@
23983
24013
  "document": "ExportPrivilegeEvents请求参数结构体",
23984
24014
  "members": [
23985
24015
  {
23986
- "default": "",
23987
24016
  "document": "过滤参数",
23988
24017
  "example": "[]",
23989
24018
  "member": "Filters",
@@ -23998,20 +24027,18 @@
23998
24027
  "document": "ExportPrivilegeEvents返回参数结构体",
23999
24028
  "members": [
24000
24029
  {
24001
- "document": "导出文件下载链接地址。",
24030
+ "document": "该参数已废弃",
24002
24031
  "example": "xxx",
24003
24032
  "member": "string",
24004
24033
  "name": "DownloadUrl",
24005
- "required": true,
24006
24034
  "type": "string",
24007
24035
  "value_allowed_null": false
24008
24036
  },
24009
24037
  {
24010
- "document": "导出任务ID",
24038
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
24011
24039
  "example": "1596595610",
24012
24040
  "member": "string",
24013
24041
  "name": "TaskId",
24014
- "required": true,
24015
24042
  "type": "string",
24016
24043
  "value_allowed_null": false
24017
24044
  },
@@ -24028,7 +24055,6 @@
24028
24055
  "document": "ExportProtectDirList请求参数结构体",
24029
24056
  "members": [
24030
24057
  {
24031
- "default": "",
24032
24058
  "document": "DirName 网站名称\nDirPath 网站防护目录地址",
24033
24059
  "example": "[]",
24034
24060
  "member": "AssetFilters",
@@ -24037,7 +24063,6 @@
24037
24063
  "type": "list"
24038
24064
  },
24039
24065
  {
24040
- "default": "",
24041
24066
  "document": "asc:升序/desc:降序",
24042
24067
  "example": "asc",
24043
24068
  "member": "string",
@@ -24046,7 +24071,6 @@
24046
24071
  "type": "string"
24047
24072
  },
24048
24073
  {
24049
- "default": "",
24050
24074
  "document": "排序字段",
24051
24075
  "example": "xxx",
24052
24076
  "member": "string",
@@ -24061,11 +24085,10 @@
24061
24085
  "document": "ExportProtectDirList返回参数结构体",
24062
24086
  "members": [
24063
24087
  {
24064
- "document": "任务ID",
24088
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
24065
24089
  "example": "1",
24066
24090
  "member": "string",
24067
24091
  "name": "TaskId",
24068
- "required": true,
24069
24092
  "type": "string",
24070
24093
  "value_allowed_null": false
24071
24094
  },
@@ -24082,7 +24105,6 @@
24082
24105
  "document": "ExportReverseShellEvents请求参数结构体",
24083
24106
  "members": [
24084
24107
  {
24085
- "default": "",
24086
24108
  "document": "过滤参数",
24087
24109
  "example": "[]",
24088
24110
  "member": "Filters",
@@ -24097,20 +24119,18 @@
24097
24119
  "document": "ExportReverseShellEvents返回参数结构体",
24098
24120
  "members": [
24099
24121
  {
24100
- "document": "导出文件下载链接地址。",
24122
+ "document": "该参数已废弃",
24101
24123
  "example": "xxx",
24102
24124
  "member": "string",
24103
24125
  "name": "DownloadUrl",
24104
- "required": true,
24105
24126
  "type": "string",
24106
24127
  "value_allowed_null": false
24107
24128
  },
24108
24129
  {
24109
- "document": "任务id",
24130
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址",
24110
24131
  "example": "1",
24111
24132
  "member": "string",
24112
24133
  "name": "TaskId",
24113
- "required": true,
24114
24134
  "type": "string",
24115
24135
  "value_allowed_null": false
24116
24136
  },
@@ -24127,7 +24147,6 @@
24127
24147
  "document": "ExportScanTaskDetails请求参数结构体",
24128
24148
  "members": [
24129
24149
  {
24130
- "default": "",
24131
24150
  "document": "本次检测的任务id(不同于出参的导出本次检测Excel的任务Id)",
24132
24151
  "example": "1596595610",
24133
24152
  "member": "uint64",
@@ -24136,7 +24155,6 @@
24136
24155
  "type": "int"
24137
24156
  },
24138
24157
  {
24139
- "default": "",
24140
24158
  "document": "模块类型,当前提供:Malware 木马 , Vul 漏洞 , Baseline 基线",
24141
24159
  "example": "Malware ",
24142
24160
  "member": "string",
@@ -24145,7 +24163,6 @@
24145
24163
  "type": "string"
24146
24164
  },
24147
24165
  {
24148
- "default": "",
24149
24166
  "document": "过滤参数:ipOrAlias(服务器名/ip)",
24150
24167
  "example": "[]",
24151
24168
  "member": "Filters",
@@ -24160,11 +24177,10 @@
24160
24177
  "document": "ExportScanTaskDetails返回参数结构体",
24161
24178
  "members": [
24162
24179
  {
24163
- "document": "导出本次检测Excel的任务Id(不同于入参的本次检测任务id",
24180
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址(不同于入参的本次检测任务id)",
24164
24181
  "example": "1615549629",
24165
24182
  "member": "string",
24166
24183
  "name": "TaskId",
24167
- "required": true,
24168
24184
  "type": "string",
24169
24185
  "value_allowed_null": false
24170
24186
  },
@@ -24271,7 +24287,6 @@
24271
24287
  "document": "ExportVulDetectionExcel请求参数结构体",
24272
24288
  "members": [
24273
24289
  {
24274
- "default": "",
24275
24290
  "document": "本次漏洞检测任务id(不同于出参的导出本次漏洞检测Excel的任务Id)",
24276
24291
  "example": "1596595610",
24277
24292
  "member": "uint64",
@@ -24286,20 +24301,18 @@
24286
24301
  "document": "ExportVulDetectionExcel返回参数结构体",
24287
24302
  "members": [
24288
24303
  {
24289
- "document": "导出文件下载链接地址",
24290
- "example": "https://yunjing-dev-1256299843.cos.ap-guangzhou.myqcloud.com/%E6",
24304
+ "document": "该参数已废弃",
24305
+ "example": "",
24291
24306
  "member": "string",
24292
24307
  "name": "DownloadUrl",
24293
- "required": true,
24294
24308
  "type": "string",
24295
24309
  "value_allowed_null": false
24296
24310
  },
24297
24311
  {
24298
- "document": "导出本次漏洞检测Excel的任务Id(不同于入参的本次漏洞检测任务id)",
24312
+ "document": "任务ID,需要到接口“异步导出任务”ExportTasks获取DownloadUrl下载地址(不同于入参的本次漏洞检测任务id)",
24299
24313
  "example": "1615549629",
24300
24314
  "member": "string",
24301
24315
  "name": "TaskId",
24302
- "required": true,
24303
24316
  "type": "string",
24304
24317
  "value_allowed_null": false
24305
24318
  },
@@ -29229,6 +29242,237 @@
29229
29242
  ],
29230
29243
  "usage": "out"
29231
29244
  },
29245
+ "RiskDnsEvent": {
29246
+ "document": "恶意请求事件",
29247
+ "members": [
29248
+ {
29249
+ "document": "事件Id",
29250
+ "example": "153",
29251
+ "member": "int64",
29252
+ "name": "Id",
29253
+ "required": false,
29254
+ "type": "int",
29255
+ "value_allowed_null": false
29256
+ },
29257
+ {
29258
+ "document": "策略ID",
29259
+ "example": "10000",
29260
+ "member": "int64",
29261
+ "name": "PolicyId",
29262
+ "required": false,
29263
+ "type": "int",
29264
+ "value_allowed_null": false
29265
+ },
29266
+ {
29267
+ "document": "命中策略类型[-1:未知|0系统|1:用户]",
29268
+ "example": "1",
29269
+ "member": "int64",
29270
+ "name": "PolicyType",
29271
+ "required": false,
29272
+ "type": "int",
29273
+ "value_allowed_null": false
29274
+ },
29275
+ {
29276
+ "document": "命中策略名称",
29277
+ "example": "test",
29278
+ "member": "string",
29279
+ "name": "PolicyName",
29280
+ "required": false,
29281
+ "type": "string",
29282
+ "value_allowed_null": false
29283
+ },
29284
+ {
29285
+ "document": "保护级别[0:基础版|1:专业版|2:旗舰版]",
29286
+ "example": "1",
29287
+ "member": "int64",
29288
+ "name": "ProtectLevel",
29289
+ "required": false,
29290
+ "type": "int",
29291
+ "value_allowed_null": false
29292
+ },
29293
+ {
29294
+ "document": "主机ID",
29295
+ "example": "d1f53e38-3f03-4a72-bf16-afa78ed698f2",
29296
+ "member": "string",
29297
+ "name": "HostId",
29298
+ "required": false,
29299
+ "type": "string",
29300
+ "value_allowed_null": false
29301
+ },
29302
+ {
29303
+ "document": "主机名称",
29304
+ "example": "test",
29305
+ "member": "string",
29306
+ "name": "HostName",
29307
+ "required": false,
29308
+ "type": "string",
29309
+ "value_allowed_null": false
29310
+ },
29311
+ {
29312
+ "document": "主机IP",
29313
+ "example": "10.0.0.1",
29314
+ "member": "string",
29315
+ "name": "HostIp",
29316
+ "required": false,
29317
+ "type": "string",
29318
+ "value_allowed_null": false
29319
+ },
29320
+ {
29321
+ "document": "外网IP",
29322
+ "example": "123.22.3.1",
29323
+ "member": "string",
29324
+ "name": "WanIp",
29325
+ "required": false,
29326
+ "type": "string",
29327
+ "value_allowed_null": false
29328
+ },
29329
+ {
29330
+ "document": "客户端ID",
29331
+ "example": "a1f53e38-3f03-4a72-bf16-afa78dd698f3",
29332
+ "member": "string",
29333
+ "name": "AgentId",
29334
+ "required": false,
29335
+ "type": "string",
29336
+ "value_allowed_null": false
29337
+ },
29338
+ {
29339
+ "document": "访问域名",
29340
+ "example": "re.r3r3.org",
29341
+ "member": "string",
29342
+ "name": "Domain",
29343
+ "required": false,
29344
+ "type": "string",
29345
+ "value_allowed_null": false
29346
+ },
29347
+ {
29348
+ "document": "标签特性",
29349
+ "example": "[\"vueir\",\"mle\"]",
29350
+ "member": "string",
29351
+ "name": "Tags",
29352
+ "required": false,
29353
+ "type": "list",
29354
+ "value_allowed_null": false
29355
+ },
29356
+ {
29357
+ "document": "访问次数",
29358
+ "example": "10",
29359
+ "member": "int64",
29360
+ "name": "AccessCount",
29361
+ "required": false,
29362
+ "type": "int",
29363
+ "value_allowed_null": false
29364
+ },
29365
+ {
29366
+ "document": "威胁描述",
29367
+ "example": "威胁描述",
29368
+ "member": "string",
29369
+ "name": "ThreatDesc",
29370
+ "required": false,
29371
+ "type": "string",
29372
+ "value_allowed_null": false
29373
+ },
29374
+ {
29375
+ "document": "修复方案",
29376
+ "example": "无",
29377
+ "member": "string",
29378
+ "name": "SuggestSolution",
29379
+ "required": false,
29380
+ "type": "string",
29381
+ "value_allowed_null": false
29382
+ },
29383
+ {
29384
+ "document": "参考链接",
29385
+ "example": "http://www.vxjump.net/files/virus_analysis/virut%20botnet%20anal",
29386
+ "member": "string",
29387
+ "name": "ReferenceLink",
29388
+ "required": false,
29389
+ "type": "string",
29390
+ "value_allowed_null": false
29391
+ },
29392
+ {
29393
+ "document": "处理状态;[0:待处理|2:已加白|3:非信任状态|4:已处理|5:已忽略]",
29394
+ "example": "1",
29395
+ "member": "int64",
29396
+ "name": "HandleStatus",
29397
+ "required": false,
29398
+ "type": "int",
29399
+ "value_allowed_null": false
29400
+ },
29401
+ {
29402
+ "document": "进程ID",
29403
+ "example": "1",
29404
+ "member": "int64",
29405
+ "name": "Pid",
29406
+ "required": false,
29407
+ "type": "int",
29408
+ "value_allowed_null": false
29409
+ },
29410
+ {
29411
+ "document": "进程名",
29412
+ "example": "pidname",
29413
+ "member": "string",
29414
+ "name": "ProcessName",
29415
+ "required": false,
29416
+ "type": "string",
29417
+ "value_allowed_null": false
29418
+ },
29419
+ {
29420
+ "document": "进程MD5",
29421
+ "example": "3c59dc048e8850243be8079a5c74d079",
29422
+ "member": "string",
29423
+ "name": "ProcessMd5",
29424
+ "required": false,
29425
+ "type": "string",
29426
+ "value_allowed_null": false
29427
+ },
29428
+ {
29429
+ "document": "命令行",
29430
+ "example": "cmd",
29431
+ "member": "string",
29432
+ "name": "CmdLine",
29433
+ "required": false,
29434
+ "type": "string",
29435
+ "value_allowed_null": false
29436
+ },
29437
+ {
29438
+ "document": "首次访问时间",
29439
+ "example": "2021-04-26 15:19:04",
29440
+ "member": "string",
29441
+ "name": "FirstTime",
29442
+ "required": false,
29443
+ "type": "string",
29444
+ "value_allowed_null": false
29445
+ },
29446
+ {
29447
+ "document": "最近访问时间",
29448
+ "example": "2022-07-15 11:27:01",
29449
+ "member": "string",
29450
+ "name": "LastTime",
29451
+ "required": false,
29452
+ "type": "string",
29453
+ "value_allowed_null": false
29454
+ },
29455
+ {
29456
+ "document": "主机在线状态[OFFLINE:离线|ONLINE:在线|UNKNOWN:未知]",
29457
+ "example": "ONLINE",
29458
+ "member": "string",
29459
+ "name": "HostStatus",
29460
+ "required": false,
29461
+ "type": "string",
29462
+ "value_allowed_null": false
29463
+ },
29464
+ {
29465
+ "document": "附加信息\n注意:此字段可能返回 null,表示取不到有效值。",
29466
+ "example": "无",
29467
+ "member": "MachineExtraInfo",
29468
+ "name": "MachineExtraInfo",
29469
+ "required": false,
29470
+ "type": "object",
29471
+ "value_allowed_null": true
29472
+ }
29473
+ ],
29474
+ "usage": "out"
29475
+ },
29232
29476
  "RiskDnsList": {
29233
29477
  "document": "恶意请求列表",
29234
29478
  "members": [
@@ -30939,13 +31183,22 @@
30939
31183
  "required": true,
30940
31184
  "type": "string"
30941
31185
  },
31186
+ {
31187
+ "default": "",
31188
+ "document": "标签ID,该操作会覆盖原有的标签列表",
31189
+ "example": "[]",
31190
+ "member": "uint64",
31191
+ "name": "TagIds",
31192
+ "required": false,
31193
+ "type": "list"
31194
+ },
30942
31195
  {
30943
31196
  "default": "",
30944
31197
  "document": "服务器地区 如: ap-guangzhou",
30945
31198
  "example": "xxx",
30946
31199
  "member": "string",
30947
31200
  "name": "MachineRegion",
30948
- "required": true,
31201
+ "required": false,
30949
31202
  "type": "string"
30950
31203
  },
30951
31204
  {
@@ -30954,17 +31207,8 @@
30954
31207
  "example": "CVM",
30955
31208
  "member": "string",
30956
31209
  "name": "MachineArea",
30957
- "required": true,
30958
- "type": "string"
30959
- },
30960
- {
30961
- "default": "",
30962
- "document": "标签ID,该操作会覆盖原有的标签列表",
30963
- "example": "[]",
30964
- "member": "uint64",
30965
- "name": "TagIds",
30966
31210
  "required": false,
30967
- "type": "list"
31211
+ "type": "string"
30968
31212
  }
30969
31213
  ],
30970
31214
  "type": "object"