tccli 3.0.1212.1__py2.py3-none-any.whl → 3.0.1214.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +2 -2
- tccli/services/captcha/v20190722/api.json +55 -45
- tccli/services/captcha/v20190722/examples.json +11 -11
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +96 -87
- tccli/services/cfw/v20190904/examples.json +32 -32
- tccli/services/clb/v20180317/api.json +19 -1
- tccli/services/cvm/v20170312/api.json +3 -3
- tccli/services/cwp/v20180228/api.json +478 -394
- tccli/services/cwp/v20180228/examples.json +160 -160
- tccli/services/cynosdb/v20190107/api.json +51 -40
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dbbrain/v20210527/api.json +2 -2
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +2 -2
- tccli/services/ecdn/v20191012/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/ess/v20201111/examples.json +6 -0
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/gaap/v20180529/api.json +95 -85
- tccli/services/gaap/v20180529/examples.json +27 -33
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/pts/v20210728/api.json +11 -0
- tccli/services/rce/v20201103/api.json +10 -10
- tccli/services/rce/v20201103/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/ses/v20201002/api.json +21 -21
- tccli/services/sms/v20190711/api.json +74 -74
- tccli/services/sms/v20190711/examples.json +12 -12
- tccli/services/sms/v20210111/api.json +73 -73
- tccli/services/sms/v20210111/examples.json +15 -15
- tccli/services/taf/v20200210/api.json +92 -95
- tccli/services/taf/v20200210/examples.json +2 -2
- tccli/services/tdmq/tdmq_client.py +159 -0
- tccli/services/tdmq/v20200217/api.json +769 -358
- tccli/services/tdmq/v20200217/examples.json +107 -83
- tccli/services/trocket/v20230308/api.json +382 -285
- tccli/services/trocket/v20230308/examples.json +60 -66
- tccli/services/tsi/v20210325/api.json +79 -0
- tccli/services/vod/v20180717/api.json +500 -57
- tccli/services/vod/v20180717/examples.json +8 -2
- tccli/services/vpc/v20170312/api.json +9 -9
- tccli/services/waf/v20180125/api.json +83 -1
- tccli/services/waf/v20180125/examples.json +9 -1
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +390 -0
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/RECORD +64 -64
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/license_files/LICENSE +0 -0
@@ -179,14 +179,14 @@
|
|
179
179
|
"document": "",
|
180
180
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateProtectServer\n<公共请求参数>\n\n{\n \"ProtectDir\": \"/tmp\",\n \"ProtectHostConfig\": [\n {\n \"Quuid\": \"quuid\",\n \"ProtectSwitch\": 1,\n \"AutoRecovery\": 1\n }\n ]\n}",
|
181
181
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6c251fae-8254-42d8-bd2c-17f54dac1275\"\n }\n}",
|
182
|
-
"title": "
|
182
|
+
"title": "添加网站防护服务器"
|
183
183
|
}
|
184
184
|
],
|
185
185
|
"CreateRansomDefenseStrategy": [
|
186
186
|
{
|
187
187
|
"document": "",
|
188
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRansomDefenseStrategy\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"ExcludeDir\": \"
|
189
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
188
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateRansomDefenseStrategy\n<公共请求参数>\n\n{\n \"Status\": 1,\n \"ExcludeDir\": \"/tmp;/var/log\",\n \"Description\": \"策略备注\",\n \"Hour\": \"00:00;11:00;15:00\",\n \"BackupType\": 1,\n \"IncludeDir\": \"/root;/data\",\n \"Weekday\": \"1;2;3\",\n \"IsAll\": 1,\n \"Id\": 1,\n \"SaveDay\": 1,\n \"Name\": \"test\"\n}",
|
189
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"1703764f-b3ea-4d7f-99cb-cc3a6a62e2ec\"\n }\n}",
|
190
190
|
"title": "创建或修改防勒索策略"
|
191
191
|
}
|
192
192
|
],
|
@@ -585,24 +585,24 @@
|
|
585
585
|
"DescribeAlarmIncidentNodes": [
|
586
586
|
{
|
587
587
|
"document": "获取告警点所在事件的所有节点信息",
|
588
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmIncidentNodes\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
589
|
-
"output": "{\n \"Response\": {\n \"IncidentNodes\": [\n {\n \"IncidentId\": \"
|
588
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmIncidentNodes\n<公共请求参数>\n\n{\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"AlarmVid\": \"23eeeb4347bdd26bfc6b7ee9a3b755dd\",\n \"AlarmTime\": 0\n}",
|
589
|
+
"output": "{\n \"Response\": {\n \"IncidentNodes\": [\n {\n \"IncidentId\": \"xxxx-xx-xx-xxxx\",\n \"TableName\": \"events_bash\",\n \"Vertex\": [\n {\n \"Type\": 0,\n \"Vid\": \"23eeeb4347bdd26bfc6b7ee9a3b755dd\",\n \"ParentVid\": \"23eeeb4347bdd26bfc6b7ee9a3b755dd\",\n \"IsLeaf\": true,\n \"ProcNamePrefix\": \"python\",\n \"ProcNameMd5\": \"23eeeb4347bdd26bfc6b7ee9a3b755dd\",\n \"CmdLinePrefix\": \"python\",\n \"CmdLineMd5\": \"23eeeb4347bdd26bfc6b7ee9a3b755dd\",\n \"FilePathPrefix\": \"/root\",\n \"AddressPrefix\": \"/root\",\n \"IsWeDetect\": true,\n \"IsAlarm\": true,\n \"FilePathMd5\": \"887904812217cca9bc2b9adb875daf42\",\n \"AddressMd5\": \"887904812217cca9bc2b9adb875daf42\"\n }\n ],\n \"VertexCount\": 0\n }\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
590
590
|
"title": "示例"
|
591
591
|
}
|
592
592
|
],
|
593
593
|
"DescribeAlarmVertexId": [
|
594
594
|
{
|
595
595
|
"document": "获取时间范围内所有告警vid",
|
596
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmVertexId\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
597
|
-
"output": "{\n \"Response\": {\n \"AlarmVertexIds\": [\n \"
|
596
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAlarmVertexId\n<公共请求参数>\n\n{\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"StartTime\": 0,\n \"EndTime\": 0\n}",
|
597
|
+
"output": "{\n \"Response\": {\n \"AlarmVertexIds\": [\n \"23eeeb4347bdd26bfc6b7ee9a3b755dd\"\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
598
598
|
"title": "示例"
|
599
599
|
}
|
600
600
|
],
|
601
601
|
"DescribeAssetAppCount": [
|
602
602
|
{
|
603
603
|
"document": "",
|
604
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetAppCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
605
|
-
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"Value\":
|
604
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetAppCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
605
|
+
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"Key\": \"key1\",\n \"Value\": 10,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
606
606
|
"title": "获取所有软件应用数量"
|
607
607
|
}
|
608
608
|
],
|
@@ -641,8 +641,8 @@
|
|
641
641
|
"DescribeAssetDatabaseCount": [
|
642
642
|
{
|
643
643
|
"document": "",
|
644
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetDatabaseCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
645
|
-
"output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"Value\":
|
644
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetDatabaseCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
645
|
+
"output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"Key\": \"mysql\",\n \"Value\": 1,\n \"Desc\": \"mysql 5.7\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
646
646
|
"title": "获取所有数据库数量"
|
647
647
|
}
|
648
648
|
],
|
@@ -665,24 +665,24 @@
|
|
665
665
|
"DescribeAssetDiskList": [
|
666
666
|
{
|
667
667
|
"document": "",
|
668
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetDiskList\n<公共请求参数>\n\n{\n \"
|
669
|
-
"output": "{\n \"Response\": {\n \"Disks\": [\n {\n \"
|
668
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetDiskList\n<公共请求参数>\n\n{\n \"Quuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\",\n \"Uuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
669
|
+
"output": "{\n \"Response\": {\n \"Disks\": [\n {\n \"Name\": \"disk1\",\n \"Size\": 1024000,\n \"Percent\": 50,\n \"Type\": \"ext4\",\n \"Path\": \"/data\",\n \"Used\": 10\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
670
670
|
"title": "获取主机磁盘列表"
|
671
671
|
}
|
672
672
|
],
|
673
673
|
"DescribeAssetEnvList": [
|
674
674
|
{
|
675
675
|
"document": "",
|
676
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetEnvList\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
677
|
-
"output": "{\n \"Response\": {\n \"Envs\": [\n {\n \"
|
676
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetEnvList\n<公共请求参数>\n\n{\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Limit\": 1,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Offset\": 1,\n \"Type\": 1\n}",
|
677
|
+
"output": "{\n \"Response\": {\n \"Envs\": [\n {\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Name\": \"ID\",\n \"Type\": 0,\n \"User\": \"root\",\n \"Value\": \"/run/user/0\",\n \"MachineIp\": \"xx.xx.xx.xx\",\n \"MachineWanIp\": \"1xx.xx.xx.xx\",\n \"MachineName\": \"销售许可测试机器\",\n \"OsInfo\": \"CentOS 7.9 64位\",\n \"UpdateTime\": \"2024-10-21 23:53:11\",\n \"FirstTime\": \"2024-10-18 14:27:56\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"xx.xx.xx.xx\",\n \"PrivateIP\": \"xx.xx.xx.xx\",\n \"NetworkType\": 0,\n \"NetworkName\": \"\",\n \"InstanceID\": \"ins-wssasw\",\n \"HostName\": \"\"\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"1703764f-b3ea-4d7f-99cb-cc3a6a62e2ec\"\n }\n}",
|
678
678
|
"title": "查询资产管理环境变量列表"
|
679
679
|
}
|
680
680
|
],
|
681
681
|
"DescribeAssetHostTotalCount": [
|
682
682
|
{
|
683
683
|
"document": "",
|
684
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetHostTotalCount\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
685
|
-
"output": "{\n \"Response\": {\n \"
|
684
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetHostTotalCount\n<公共请求参数>\n\n{\n \"Uuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\"\n}",
|
685
|
+
"output": "{\n \"Response\": {\n \"Types\": [\n {\n \"Key\": \"key1\",\n \"Value\": 10,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
686
686
|
"title": "获取主机所有资源数量"
|
687
687
|
}
|
688
688
|
],
|
@@ -738,7 +738,7 @@
|
|
738
738
|
{
|
739
739
|
"document": "获取资源监控列表",
|
740
740
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetMachineList\n<公共请求参数>\n\n{}",
|
741
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Machines\": [\n {\n \"Quuid\": \"
|
741
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Machines\": [\n {\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Cpu\": \"Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz\",\n \"MemSize\": 1,\n \"MemLoad\": \"abc\",\n \"DiskSize\": 1,\n \"DiskLoad\": \"abc\",\n \"PartitionCount\": 1,\n \"MachineWanIp\": \"110.84.0.11\",\n \"ProjectId\": 1,\n \"CpuSize\": 1,\n \"CpuLoad\": \"Intel(R) Xeon(R) Gold 6148 CPU @ 2.40GHz\",\n \"Tag\": [\n {\n \"Rid\": 0,\n \"Name\": \"test-name\",\n \"TagId\": 1\n }\n ],\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
742
742
|
"title": "获取资源监控列表"
|
743
743
|
}
|
744
744
|
],
|
@@ -777,8 +777,8 @@
|
|
777
777
|
"DescribeAssetProcessCount": [
|
778
778
|
{
|
779
779
|
"document": "",
|
780
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetProcessCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
781
|
-
"output": "{\n \"Response\": {\n \"Process\": [\n {}\n ],\n \"RequestId\": \"
|
780
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetProcessCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
781
|
+
"output": "{\n \"Response\": {\n \"Process\": [\n {\n \"Key\": \"key1\",\n \"Value\": 10,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
782
782
|
"title": "获取所有进程数量"
|
783
783
|
}
|
784
784
|
],
|
@@ -826,7 +826,7 @@
|
|
826
826
|
{
|
827
827
|
"document": "",
|
828
828
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetTypes\n<公共请求参数>\n\n{}",
|
829
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
829
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\",\n \"Types\": [\n {\n \"Id\": 1,\n \"Name\": \"name\"\n }\n ]\n }\n}",
|
830
830
|
"title": "DescribeAssetTypes"
|
831
831
|
}
|
832
832
|
],
|
@@ -841,16 +841,16 @@
|
|
841
841
|
"DescribeAssetUserInfo": [
|
842
842
|
{
|
843
843
|
"document": "",
|
844
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"
|
845
|
-
"output": "{\n \"Response\": {\n \"User\": {\n \"
|
844
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserInfo\n<公共请求参数>\n\n{\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Name\": \"test_user\"\n}",
|
845
|
+
"output": "{\n \"Response\": {\n \"User\": {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineName\": \"test-name\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uid\": \"1011223\",\n \"Gid\": \"1011223\",\n \"Status\": 1,\n \"IsRoot\": 1,\n \"LastLoginTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"UserType\": 1,\n \"IsDomain\": 1,\n \"IsSshLogin\": 1,\n \"HomePath\": \"/root\",\n \"Shell\": \"/bin/sh\",\n \"ShellLoginStatus\": 1,\n \"PasswordChangeTime\": \"2024-10-11 12:23:34\",\n \"PasswordDueTime\": \"2024-10-11 12:23:34\",\n \"PasswordLockDays\": 0,\n \"Remark\": \"\",\n \"GroupName\": \"test-name\",\n \"DisableTime\": \"2024-10-11 12:23:34\",\n \"LastLoginTerminal\": \"test\",\n \"LastLoginLoc\": \"usa\",\n \"LastLoginIp\": \"10.0.0.11\",\n \"PasswordWarnDays\": 1,\n \"PasswordChangeType\": 1,\n \"Keys\": [\n {\n \"Value\": \"test1\",\n \"Comment\": \"name\",\n \"EncryptType\": \"md5\"\n }\n ],\n \"UpdateTime\": \"2024-10-11 12:23:34\"\n },\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
846
846
|
"title": "获取主机账号详情"
|
847
847
|
}
|
848
848
|
],
|
849
849
|
"DescribeAssetUserKeyList": [
|
850
850
|
{
|
851
851
|
"document": "",
|
852
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserKeyList\n<公共请求参数>\n\n{\n \"Name\": \"
|
853
|
-
"output": "{\n \"Response\": {\n \"Keys\": [\n {}\n ],\n \"Total\": 1,\n \"RequestId\": \"
|
852
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserKeyList\n<公共请求参数>\n\n{\n \"Name\": \"name1\",\n \"Offset\": 0,\n \"Limit\": 10,\n \"Uuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\"\n}",
|
853
|
+
"output": "{\n \"Response\": {\n \"Keys\": [\n {\n \"Value\": \"value1\",\n \"Comment\": \"desc of value1\",\n \"EncryptType\": \"\"\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
854
854
|
"title": "获取主机账号Key列表"
|
855
855
|
}
|
856
856
|
],
|
@@ -858,15 +858,15 @@
|
|
858
858
|
{
|
859
859
|
"document": "",
|
860
860
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetUserList\n<公共请求参数>\n\n{}",
|
861
|
-
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Users\": [\n {\n \"MachineIp\": \"
|
861
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Users\": [\n {\n \"MachineIp\": \"10.0.0.11\",\n \"MachineWanIp\": \"110.84.0.11\",\n \"MachineName\": \"test-name\",\n \"OsInfo\": \"CentOs Bit64\",\n \"Uuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Quuid\": \"24c9be55-c743-4a75-a5c7-2a2912341234\",\n \"Uid\": \"abc\",\n \"Gid\": \"abc\",\n \"Status\": 1,\n \"IsRoot\": 1,\n \"LoginType\": 1,\n \"LastLoginTime\": \"2024-10-11 12:23:34\",\n \"Name\": \"test-name\",\n \"ProjectId\": 1,\n \"UserType\": 1,\n \"IsDomain\": 1,\n \"IsSudo\": 1,\n \"IsSshLogin\": 1,\n \"HomePath\": \"/root\",\n \"Shell\": \"/bin/sh\",\n \"ShellLoginStatus\": 1,\n \"PasswordChangeTime\": \"2024-10-11 12:23:34\",\n \"PasswordDueTime\": \"2024-10-11 12:23:34\",\n \"PasswordLockDays\": 0,\n \"PasswordStatus\": 0,\n \"UpdateTime\": \"2024-10-11 12:23:34\",\n \"FirstTime\": \"2024-10-11 12:23:34\",\n \"IsNew\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"110.84.0.11\",\n \"PrivateIP\": \"10.0.0.11\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc-12341234\",\n \"InstanceID\": \"ins-aj28fjz\",\n \"HostName\": \"test-name\"\n }\n }\n ],\n \"RequestId\": \"37b6df34-68f1-4ab8-a3d8-7b89de604c82\"\n }\n}",
|
862
862
|
"title": "获取账号列表"
|
863
863
|
}
|
864
864
|
],
|
865
865
|
"DescribeAssetWebAppCount": [
|
866
866
|
{
|
867
867
|
"document": "",
|
868
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebAppCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
869
|
-
"output": "{\n \"Response\": {\n \"WebApps\": [\n {\n \"Value\":
|
868
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebAppCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
869
|
+
"output": "{\n \"Response\": {\n \"WebApps\": [\n {\n \"Key\": \"php\",\n \"Value\": 1,\n \"Desc\": \"php v1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
870
870
|
"title": "获取所有Web应用数量"
|
871
871
|
}
|
872
872
|
],
|
@@ -889,8 +889,8 @@
|
|
889
889
|
"DescribeAssetWebFrameCount": [
|
890
890
|
{
|
891
891
|
"document": "",
|
892
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebFrameCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
893
|
-
"output": "{\n \"Response\": {\n \"WebFrames\": [\n {\n \"Value\":
|
892
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebFrameCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
893
|
+
"output": "{\n \"Response\": {\n \"WebFrames\": [\n {\n \"Key\": \"key1\",\n \"Value\": 1,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
894
894
|
"title": "获取所有Web框架数量"
|
895
895
|
}
|
896
896
|
],
|
@@ -905,8 +905,8 @@
|
|
905
905
|
"DescribeAssetWebLocationCount": [
|
906
906
|
{
|
907
907
|
"document": "",
|
908
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebLocationCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
909
|
-
"output": "{\n \"Response\": {\n \"WebLocations\": [\n {\n \"Value\":
|
908
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebLocationCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
909
|
+
"output": "{\n \"Response\": {\n \"WebLocations\": [\n {\n \"Key\": \"key1\",\n \"Value\": 1,\n \"Desc\": \"desc of key1\",\n \"NewCount\": 1\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
910
910
|
"title": "获取所有Web站点数量"
|
911
911
|
}
|
912
912
|
],
|
@@ -929,16 +929,16 @@
|
|
929
929
|
"DescribeAssetWebLocationPathList": [
|
930
930
|
{
|
931
931
|
"document": "",
|
932
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebLocationPathList\n<公共请求参数>\n\n{\n \"
|
933
|
-
"output": "{\n \"Response\": {\n \"Paths\": [\n {\n \"
|
932
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebLocationPathList\n<公共请求参数>\n\n{\n \"Quuid\": \"6cf3c132-68ed-11ea-b08d-98be94213712\",\n \"Uuid\": \"6cf3c132-68ed-11ea-b08d-98be94213712\",\n \"Id\": \"1000\",\n \"Limit\": 10,\n \"Offset\": 0\n}",
|
933
|
+
"output": "{\n \"Response\": {\n \"Total\": 1,\n \"Paths\": [\n {\n \"VirtualPath\": \"/a/b\",\n \"RealPath\": \"/a/b\",\n \"User\": \"user1\",\n \"Group\": \"group1\",\n \"Permission\": \"066\"\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
934
934
|
"title": "获取Web站点虚拟目录列表"
|
935
935
|
}
|
936
936
|
],
|
937
937
|
"DescribeAssetWebServiceCount": [
|
938
938
|
{
|
939
939
|
"document": "",
|
940
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebServiceCount\n<公共请求参数>\n\n{\n \"Name\": \"
|
941
|
-
"output": "{\n \"Response\": {\n \"WebServices\": [\n {\n \"Value\":
|
940
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetWebServiceCount\n<公共请求参数>\n\n{\n \"Name\": \"host1\"\n}",
|
941
|
+
"output": "{\n \"Response\": {\n \"WebServices\": [\n {\n \"Key\": \"service 1\",\n \"Value\": 10,\n \"Desc\": \"web service 1\",\n \"NewCount\": 0\n }\n ],\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
942
942
|
"title": "获取所有Web服务数量"
|
943
943
|
}
|
944
944
|
],
|
@@ -1074,7 +1074,7 @@
|
|
1074
1074
|
{
|
1075
1075
|
"document": "根据基线策略id查询基线策略数据概览统计",
|
1076
1076
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineAnalysisData\n&StrategyId=1\n&<公共请求参数>",
|
1077
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"LatestScanTime\": \"
|
1077
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f1dd9f5e-4ac0-48a7-9410-c86d24656d9a\",\n \"LatestScanTime\": \"2019-12-25 11:57:15\",\n \"IsGlobal\": 1,\n \"ScanHostCount\": 170,\n \"ScanRuleCount\": 25,\n \"IfFirstScan\": 1\n }\n}",
|
1078
1078
|
"title": "安全基线策略概览统计数据查询接口"
|
1079
1079
|
}
|
1080
1080
|
],
|
@@ -1288,7 +1288,7 @@
|
|
1288
1288
|
{
|
1289
1289
|
"document": "根据策略id查询该策略的详情",
|
1290
1290
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeBaselineStrategyDetail\n&StrategyId=1\n&<公共请求参数>",
|
1291
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"req-566234234\",\n \"PassRate\": 50,\n \"StrategyName\": \"等保一级策略\",\n \"ScanCycle\": 1,\n \"ScanAt\": \"00:00:00\",\n \"IsGlobal\": 1,\n \"IfScanned\": 1,\n \"MachineType\": \"cvm\",\n \"Region\": \"ap-bj\",\n \"Quuids\": [\n \"2001\",\n \"2002\",\n \"2003\"\n ],\n \"CategoryIds\": [\n 1
|
1291
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"req-566234234\",\n \"PassRate\": 50,\n \"StrategyName\": \"等保一级策略\",\n \"ScanCycle\": \"1\",\n \"ScanAt\": \"00:00:00\",\n \"IsGlobal\": 1,\n \"IfScanned\": 1,\n \"MachineType\": \"cvm\",\n \"Region\": \"ap-bj\",\n \"Quuids\": [\n \"2001\",\n \"2002\",\n \"2003\"\n ],\n \"CategoryIds\": [\n \"1\"\n ]\n }\n}",
|
1292
1292
|
"title": "查询策略详情接口"
|
1293
1293
|
}
|
1294
1294
|
],
|
@@ -1404,7 +1404,7 @@
|
|
1404
1404
|
{
|
1405
1405
|
"document": "获取木马不可隔离的主机",
|
1406
1406
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCanNotSeparateMachine\n<公共请求参数>\n\n{\n \"UpdateAll\": true,\n \"Ids\": [\n 1\n ],\n \"ExcludeId\": [\n 1\n ]\n}",
|
1407
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"
|
1407
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"PrivateIp\": \"xx.xx.xx.xx\",\n \"PublicIp\": \"xx.xx.xx.xx\",\n \"Alias\": \"a\",\n \"Reason\": 1,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n }\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
1408
1408
|
"title": "示例"
|
1409
1409
|
}
|
1410
1410
|
],
|
@@ -1474,15 +1474,15 @@
|
|
1474
1474
|
{
|
1475
1475
|
"document": "应急漏洞列表",
|
1476
1476
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEmergencyVulList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1477
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\":
|
1477
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\": 105374,\n \"Level\": 4,\n \"VulName\": \"Apache OFBiz SSRF到远程代码执行漏洞(CVE-2024-45507)\",\n \"PublishDate\": \"2024-09-04 00:00:00\",\n \"Category\": 2,\n \"Status\": 2,\n \"LastScanTime\": \"2024-10-21 14:27:07\",\n \"Progress\": 0,\n \"CveId\": \"CVE-2024-45507\",\n \"CvssScore\": 9.8,\n \"Labels\": \"远程利用\",\n \"HostCount\": 0,\n \"IsSupportDefense\": 0,\n \"DefenseAttackCount\": 0,\n \"Method\": 1,\n \"AttackLevel\": 0,\n \"DefenseState\": false\n }\n ],\n \"TotalCount\": 1,\n \"ExistsRisk\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
1478
1478
|
"title": "应急漏洞列表"
|
1479
1479
|
}
|
1480
1480
|
],
|
1481
1481
|
"DescribeEventByTable": [
|
1482
1482
|
{
|
1483
1483
|
"document": "根据事件表名和id查询告警事件详情",
|
1484
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEventByTable\n<公共请求参数>\n\n{\n \"TableName\": \"
|
1485
|
-
"output": "{\n \"Response\": {\n \"Type\": \"
|
1484
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeEventByTable\n<公共请求参数>\n\n{\n \"TableName\": \"events_bash\",\n \"Ids\": [\n 0\n ]\n}",
|
1485
|
+
"output": "{\n \"Response\": {\n \"Type\": \"bash\",\n \"Value\": \"value\",\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
1486
1486
|
"title": "示例"
|
1487
1487
|
}
|
1488
1488
|
],
|
@@ -1530,15 +1530,15 @@
|
|
1530
1530
|
{
|
1531
1531
|
"document": "正常获取",
|
1532
1532
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperEvents\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1\n}",
|
1533
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
1533
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 370572797,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"0.0.0.0\",\n \"HostName\": \"销售许可测试机器\",\n \"Type\": 0,\n \"ProcessExe\": \"/usr/bin/crontab\",\n \"ProcessArgv\": \"crontab /root/cron.tmp\",\n \"Target\": \"/var/spool/cron/#tmp.VM-124-81-tencentos.XXXX2QUwZR\",\n \"Status\": 0,\n \"EventCount\": 1,\n \"RuleId\": 1,\n \"RuleName\": \"系统策略-篡改计划任务\",\n \"Pstree\": \"[{\\\"pid\\\":980959,\\\"exe\\\":\\\"/usr/bin/crontab\\\",\\\"account\\\":\\\"root:root\\\",\\\"cmdline\\\":\\\"crontab /root/cron.tmp\\\",\\\"start_time\\\":1729557954,\\\"type\\\":1},{\\\"pid\\\":2288,\\\"exe\\\":\\\"/root/chaos-executor\\\",\\\"account\\\":\\\"root:root\\\",\\\"cmdline\\\":\\\"./chaos-executor d -p 29785a94e8324cda92d0715188765ece -f id_rsa.pub -n Production -s polaris://trpc.tchaos.ServerPush;polaris://trpc.tchaos.proxy.ServerPush -c Production\\\",\\\"start_time\\\":1729471587,\\\"type\\\":2}]\",\n \"CreateTime\": \"2024-10-22 08:45:58\",\n \"ModifyTime\": \"2024-10-22 08:45:58\",\n \"Level\": 1,\n \"RuleCategory\": 0,\n \"MachineStatus\": \"ONLINE\",\n \"Description\": \"检测到系统计划任务被修改\",\n \"Suggestion\": \"排查是否为正常业务需要的计划任务修改\",\n \"PrivateIp\": \"xx.xx.xx.xx\",\n \"ExePermission\": \"-rwsr-xr-x\",\n \"UserName\": \"0\",\n \"UserGroup\": \"0\",\n \"ExeMd5\": \"569f953571579ec4ae613cca7862930a\",\n \"ExeSize\": 0,\n \"ExeTime\": 1669715461,\n \"TargetSize\": 981,\n \"TargetPermission\": \"-rw-------\",\n \"TargetModifyTime\": \"2024-10-22 08:45:54\",\n \"TargetCreatTime\": \"2024-10-22 08:45:54\",\n \"ExePid\": 980959,\n \"TargetName\": \"#tmp.VM-124-81-tencentos.XXXX2QUwZR\",\n \"Reference\": \"\",\n \"ExeName\": \"crontab\",\n \"FileAction\": \"write\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"0.0.0.0\",\n \"PrivateIP\": \"xx.xx.xx.xx\",\n \"NetworkType\": 0,\n \"NetworkName\": \"\",\n \"InstanceID\": \"ins-dsdsds\",\n \"HostName\": \"\"\n }\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
1534
1534
|
"title": "核心文件监控事件列表"
|
1535
1535
|
}
|
1536
1536
|
],
|
1537
1537
|
"DescribeFileTamperRuleCount": [
|
1538
1538
|
{
|
1539
1539
|
"document": "查看主机关联多少个文件监控规则",
|
1540
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperRuleCount\n<公共请求参数>\n\n{\n \"Uuids\": [\n \"
|
1541
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Count\": 1,\n \"Uuid\": \"
|
1540
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperRuleCount\n<公共请求参数>\n\n{\n \"Uuids\": [\n \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n ]\n}",
|
1541
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Count\": 1,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Name\": \"销售许可测试机器\"\n }\n ],\n \"RequestId\": \"c741a4fd-776f-499b-85a2-7bc70fd5b92s\"\n }\n}",
|
1542
1542
|
"title": "示例"
|
1543
1543
|
}
|
1544
1544
|
],
|
@@ -1546,7 +1546,7 @@
|
|
1546
1546
|
{
|
1547
1547
|
"document": "",
|
1548
1548
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileTamperRuleInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
1549
|
-
"output": "{\n \"Response\": {\n \"FileTamperRuleDetail\": {\n \"
|
1549
|
+
"output": "{\n \"Response\": {\n \"FileTamperRuleDetail\": {\n \"Id\": 11934,\n \"Uuids\": [\n \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n ],\n \"Name\": \"销售许可测试机器\",\n \"Rule\": [\n {\n \"ProcessPath\": \"*/vi\",\n \"Target\": \"/root/*\",\n \"Action\": \"alert\",\n \"FileAction\": \"write\"\n }\n ],\n \"IsGlobal\": 0,\n \"Status\": 1,\n \"CreateTime\": \"2024-08-23T14:37:10+08:00\",\n \"ModifyTime\": \"2024-10-10T20:38:26+08:00\",\n \"Level\": 1,\n \"UuidTotalCount\": 1,\n \"AddWhiteType\": \"\"\n },\n \"RequestId\": \"2725aee8-adc4-4501-90cd-ccd77bfd35d5\"\n }\n}",
|
1550
1550
|
"title": "示例"
|
1551
1551
|
}
|
1552
1552
|
],
|
@@ -1762,24 +1762,24 @@
|
|
1762
1762
|
{
|
1763
1763
|
"document": "",
|
1764
1764
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogKafkaDeliverInfo\n<公共请求参数>\n\n{}",
|
1765
|
-
"output": "{\n \"Response\": {\n \"KafkaEnvName\": \"
|
1765
|
+
"output": "{\n \"Response\": {\n \"KafkaEnvName\": \"name\",\n \"KafkaId\": \"ckafka-xxx\",\n \"Zone\": \"10006\",\n \"Az\": \"az\",\n \"VpcId\": \"vpc-xxx\",\n \"SubnetId\": \"subnet-xxx\",\n \"AccessType\": 1,\n \"AccessAddr\": \"addr\",\n \"DeliverStatus\": 1,\n \"InsVersion\": \"1.0.1\",\n \"BandWidth\": 0,\n \"DiskSize\": 0,\n \"Username\": \"username\",\n \"DeliverTypeDetails\": [\n {\n \"SecurityType\": 1,\n \"LogType\": [\n 0\n ],\n \"TopicId\": \"topic-xxx\",\n \"TopicName\": \"topic-name\",\n \"Switch\": 1,\n \"Status\": 1,\n \"ErrInfo\": \"err\",\n \"StatusTime\": 0,\n \"LogName\": \"log-name\",\n \"LogSetId\": \"cls-xxx\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
1766
1766
|
"title": "获取kafka投递信息"
|
1767
1767
|
}
|
1768
1768
|
],
|
1769
1769
|
"DescribeLogStorageConfig": [
|
1770
1770
|
{
|
1771
|
-
"document": "
|
1771
|
+
"document": "获取日志存储配置",
|
1772
1772
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogStorageConfig\n<公共请求参数>\n\n{}",
|
1773
|
-
"output": "{\n \"Response\": {\n \"Type\": [\n \"
|
1774
|
-
"title": "
|
1773
|
+
"output": "{\n \"Response\": {\n \"Type\": [\n \"malware\"\n ],\n \"Period\": 0,\n \"PeriodModifyCount\": 0,\n \"RequestId\": \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n }\n}",
|
1774
|
+
"title": "获取日志存储配置"
|
1775
1775
|
}
|
1776
1776
|
],
|
1777
1777
|
"DescribeLogStorageRecord": [
|
1778
1778
|
{
|
1779
|
-
"document": "
|
1779
|
+
"document": "获取日志存储量记录",
|
1780
1780
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeLogStorageRecord\n<公共请求参数>\n\n{}",
|
1781
|
-
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Month\": \"
|
1782
|
-
"title": "
|
1781
|
+
"output": "{\n \"Response\": {\n \"Records\": [\n {\n \"Month\": \"202410\",\n \"UsedSize\": 53715597787,\n \"InquireSize\": 53687091200\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
1782
|
+
"title": "获取日志存储量记录"
|
1783
1783
|
}
|
1784
1784
|
],
|
1785
1785
|
"DescribeLogStorageStatistic": [
|
@@ -1842,7 +1842,7 @@
|
|
1842
1842
|
{
|
1843
1843
|
"document": "",
|
1844
1844
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMachineFileTamperRules\n<公共请求参数>\n\n{\n \"Offset\": 1,\n \"Limit\": 1,\n \"Uuid\": \"10ee1dad-ed42-4f98-8c9e-bfaa48fcb787\"\n}",
|
1845
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Name\": \"
|
1845
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Name\": \"rule1\",\n \"RuleCategory\": 1,\n \"Rule\": [\n {\n \"ProcessPath\": \"/data/process1\",\n \"Target\": \"/a/b.txt\",\n \"Action\": \"skip\",\n \"FileAction\": \"write\"\n }\n ],\n \"Id\": 1\n }\n ],\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
1846
1846
|
"title": "核心文件监控事件列表"
|
1847
1847
|
}
|
1848
1848
|
],
|
@@ -1858,7 +1858,7 @@
|
|
1858
1858
|
{
|
1859
1859
|
"document": "本接口(DescribeMachineInfo)用于获取机器详细情况。",
|
1860
1860
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeMachineInfo\n&Uuid=UUID\n&<公共请求参数>",
|
1861
|
-
"output": "{\n \"Response\": {\n \"AgentVersion\": \"\",\n \"FreeMalwaresLeft\": 0,\n \"FreeVulsLeft\": 0,\n \"HasAssetScan\": 0,\n \"InstanceId\": \"ins-
|
1861
|
+
"output": "{\n \"Response\": {\n \"AgentVersion\": \"\",\n \"FreeMalwaresLeft\": 0,\n \"FreeVulsLeft\": 0,\n \"HasAssetScan\": 0,\n \"InstanceId\": \"ins-ivkxaaaa\",\n \"IsProVersion\": true,\n \"MachineIp\": \"172.16.255.2\",\n \"MachineName\": \"tke_cls-kjg9r3fh_master_etcd1\",\n \"MachineOs\": \"TencentOS Server 3.1 (TK4)\",\n \"MachineRegion\": \"ap-shanghai\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"124.222.61.130\",\n \"PayMode\": \"PREPAY\",\n \"ProVersionDeadline\": \"2024-01-10 10:51:11\",\n \"ProVersionOpenDate\": \"2023-08-07 14:54:29\",\n \"ProtectDays\": 98,\n \"ProtectType\": \"Flagship\",\n \"Quuid\": \"a081a69d-aaaa-bbbb-b456-59f381de839b\",\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"Uuid\": \"a081a69d-aaaa-bbbb-b456-59f381de839b\"\n }\n}",
|
1862
1862
|
"title": "获取机器详情"
|
1863
1863
|
}
|
1864
1864
|
],
|
@@ -1954,7 +1954,7 @@
|
|
1954
1954
|
{
|
1955
1955
|
"document": "",
|
1956
1956
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalwareFile\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
1957
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
1957
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"FileUrl\": \"http://127.0.0.1/file1\"\n }\n}",
|
1958
1958
|
"title": "获取木马文件下载地址"
|
1959
1959
|
}
|
1960
1960
|
],
|
@@ -1962,7 +1962,7 @@
|
|
1962
1962
|
{
|
1963
1963
|
"document": "",
|
1964
1964
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeMalwareInfo\n&Id=10000\n&<公共请求参数>",
|
1965
|
-
"output": "{\n \"Response\": {\n \"MalwareInfo\": {\n \"
|
1965
|
+
"output": "{\n \"Response\": {\n \"MalwareInfo\": {\n \"VirusName\": \"name1\",\n \"FileSize\": 10,\n \"MD5\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"FilePath\": \"/data/path1\",\n \"FileCreateTime\": \"2020-10-01 01:02:03\",\n \"FileModifierTime\": \"2020-10-01 02:02:03\",\n \"HarmDescribe\": \"desc1\",\n \"SuggestScheme\": \"suggest1\",\n \"ServersName\": \"srv1\",\n \"HostIp\": \"172.16.20.1\",\n \"ProcessName\": \"prcess1\",\n \"ProcessID\": \"12345\",\n \"Tags\": [\n \"tag1\"\n ],\n \"Breadth\": \"10\",\n \"Heat\": \"80\",\n \"Id\": 1,\n \"FileName\": \"/data/file1\",\n \"CreateTime\": \"2020-10-01 00:02:03\",\n \"LatestScanTime\": \"2020-10-02 00:02:03\",\n \"Reference\": \"ref1\",\n \"MachineWanIp\": \"14.13.12.1\",\n \"PsTree\": \"abc\",\n \"MachineStatus\": \"ONLINE\",\n \"Status\": 1,\n \"Level\": 1,\n \"CheckPlatform\": \"platform1\",\n \"Uuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"ModifyTime\": \"2020-10-01 00:02:03\",\n \"StrFileAccessTime\": \"2020-10-01 00:02:03\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"14.13.12.1\",\n \"PrivateIP\": \"172.16.20.1\",\n \"NetworkType\": 0,\n \"NetworkName\": \"vpc\",\n \"InstanceID\": \"ins-iv1kdw\",\n \"HostName\": \"host1\"\n },\n \"References\": [\n \"ref1\"\n ]\n },\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
1966
1966
|
"title": "查看恶意文件详情"
|
1967
1967
|
}
|
1968
1968
|
],
|
@@ -1978,7 +1978,7 @@
|
|
1978
1978
|
{
|
1979
1979
|
"document": "",
|
1980
1980
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalwareRiskWarning\n<公共请求参数>\n\n{}",
|
1981
|
-
"output": "{\n \"Response\": {\n \"
|
1981
|
+
"output": "{\n \"Response\": {\n \"IsCheckRisk\": true,\n \"List\": [\n {\n \"MachineIp\": \"172.16.20.1\",\n \"VirusName\": \"virus1\",\n \"CreateTime\": \"2020-10-01 00:01:02\",\n \"Id\": 1\n }\n ],\n \"IsPop\": true,\n \"ProcessList\": [\n {\n \"MachineIp\": \"172.16.20.2\",\n \"VirusName\": \"virus2\",\n \"CreateTime\": \"2020-10-02 00:01:03\",\n \"Id\": 1\n }\n ],\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
1982
1982
|
"title": "风险预警提示"
|
1983
1983
|
}
|
1984
1984
|
],
|
@@ -1994,7 +1994,7 @@
|
|
1994
1994
|
{
|
1995
1995
|
"document": "",
|
1996
1996
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalwareWhiteList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
1997
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"WhiteList\": [\n {\n \"
|
1997
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"WhiteList\": [\n {\n \"Id\": 1,\n \"QuuidList\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Md5List\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"IsGlobal\": 1,\n \"Mode\": 1,\n \"MatchType\": 1,\n \"FileName\": \"/data/file1\",\n \"FileDirectory\": \"/data\",\n \"FileExtension\": \"abc\",\n \"CreateTime\": \"2020-10-01 00:01:02\",\n \"EventsCount\": 1,\n \"ModifyTime\": \"2020-10-01 00:01:02\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
1998
1998
|
"title": "获取木马白名单列表"
|
1999
1999
|
}
|
2000
2000
|
],
|
@@ -2002,7 +2002,7 @@
|
|
2002
2002
|
{
|
2003
2003
|
"document": "",
|
2004
2004
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMalwareWhiteListAffectList\n<公共请求参数>\n\n{\n \"WhiteListId\": 1,\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
2005
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"
|
2005
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"AffectList\": [\n {\n \"FilePath\": \"/data/file1\",\n \"CreateTime\": \"2020-10-01 00:01:10\",\n \"Md5\": \"87f70257f93a96273664ea5ef842c2c3\",\n \"Id\": 1,\n \"HostIp\": \"172.16.10.1\"\n }\n ]\n }\n}",
|
2006
2006
|
"title": "获取木马白名单受影响列表"
|
2007
2007
|
}
|
2008
2008
|
],
|
@@ -2098,7 +2098,7 @@
|
|
2098
2098
|
{
|
2099
2099
|
"document": "产品试用状态查询接口",
|
2100
2100
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProductStatus\n<公共请求参数>\n\n{}",
|
2101
|
-
"output": "{\n \"Response\": {\n \"ReturnCode\": 1,\n \"ReturnMsg\": \"
|
2101
|
+
"output": "{\n \"Response\": {\n \"ReturnCode\": 1,\n \"ReturnMsg\": \"msg\",\n \"Data\": {\n \"FWUserStatus\": 1,\n \"CanApplyTrial\": true,\n \"CanNotApplyReason\": \"reason\",\n \"LastTrialTime\": \" 2019-12-25 11:57:15\"\n },\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
2102
2102
|
"title": "示例"
|
2103
2103
|
}
|
2104
2104
|
],
|
@@ -2128,17 +2128,17 @@
|
|
2128
2128
|
],
|
2129
2129
|
"DescribePublicProxyInstallCommand": [
|
2130
2130
|
{
|
2131
|
-
"document": "",
|
2131
|
+
"document": " ",
|
2132
2132
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribePublicProxyInstallCommand\n<公共请求参数>\n\n{\n \"Ip\": \"0.0.0.0\"\n}",
|
2133
|
-
"output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"
|
2134
|
-
"title": "
|
2133
|
+
"output": "{\n \"Response\": {\n \"KeepAliveCommand\": \"\",\n \"NginxCommand\": \"wget --no-check-certificate https://up.yd.qcloud.com/ydeyes/download/install_proxy.sh -O install_proxy.sh && sudo bash install_proxy.sh\",\n \"RequestId\": \"5921b751-84f3-4332-a89f-fca2a139bd10\"\n }\n}",
|
2134
|
+
"title": "示例"
|
2135
2135
|
}
|
2136
2136
|
],
|
2137
2137
|
"DescribeRansomDefenseBackupList": [
|
2138
2138
|
{
|
2139
2139
|
"document": "查询主机快照备份列表",
|
2140
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseBackupList\n<公共请求参数>\n\n{\n \"Order\": \"
|
2141
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {}\n ],\n \"RequestId\": \"
|
2140
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseBackupList\n<公共请求参数>\n\n{\n \"Order\": \"ASC\",\n \"Limit\": 1,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Offset\": 1,\n \"By\": \"CreateTime\"\n}",
|
2141
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"BackupTime\": \"2024-10-21 00:00:00\",\n \"EventStatus\": 0,\n \"BackupStatus\": 1,\n \"Disks\": \"disk-2wnc|adaqlu-test_系统盘\",\n \"DiskCount\": 1,\n \"SnapshotIds\": \"snap-gbz1cigr\",\n \"StrategyId\": 5570,\n \"StrategyStatus\": 1,\n \"StrategyName\": \"tt1\"\n }\n ],\n \"RequestId\": \"9dae49e7-472a-9c0d-d5c4-e4a4ad9b4e8c\"\n }\n}",
|
2142
2142
|
"title": "查询主机快照备份列表"
|
2143
2143
|
}
|
2144
2144
|
],
|
@@ -2146,15 +2146,15 @@
|
|
2146
2146
|
{
|
2147
2147
|
"document": "根据过滤参数查询防勒索事件列表",
|
2148
2148
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseEventsList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
2149
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"
|
2149
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 74,\n \"CreateTime\": \"2024-05-14 11:01:02\",\n \"ModifyTime\": \"2024-07-19 17:59:03\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Status\": 2,\n \"BaitFilePath\": \"/home/.yjfile/121hcXh.doc\",\n \"FilePath\": \"/usr/bin/bash\",\n \"FileMd5\": \"708c8760385810080c4d17fa84d325ca\",\n \"FileSize\": 964536,\n \"Pid\": 32254,\n \"PidParam\": \"bash -c echo \\\"Csip data test\\\" >> /home/.yjfile/121hcXh.doc 1>&2\",\n \"Type\": 0,\n \"PsTree\": \"W3sicGlkIjozMjI1NCwiZXhlIjoiL3Vzci9iaW4vYmFzaCIsImNtZGxpbmUiOiJiYXNoIC1jIGVjaG8gXCJDc2lwIGRhdGEgdGVzdFwiIFx1MDAzZVx1MDAzZSAvaG9tZS8ueWpmaWxlLzEyMWhjWGguZG9jICAxXHUwMDNlXHUwMDI2MiIsImFjY291bnQiOiIwOjAiLCJzdGFydF90aW1lIjoxNzE1NjU1NjYyLCJleGVfcGVybSI6Ii1yd3hyLXhyLXgiLCJleGVfbXRpbWUiOjE1ODU3MDc0NTEsInNlc3Npb25pZCI6MzIyNTQsInNzaF9zb3VyY2UiOiIxMTMuMTA4Ljc3LjUzOjM5NjIyIiwic3NoX3NlcnZpY2UiOiIxNzIuMTYuNDkuMTA0OjIyIn0seyJwaWQiOjMyMjUyLCJleGUiOiIvdXNyL3NiaW4vc3NoZCIsImNtZGxpbmUiOiIvdXNyL3NiaW4vc3NoZCAtRCAtUiIsImFjY291bnQiOiIwOjAiLCJzdGFydF90aW1lIjoxNzE1NjU1NjYxLCJleGVfcGVybSI6Ii1yd3hyLXhyLXgiLCJleGVfbXRpbWUiOjE2OTExNjQ4NTIsInNlc3Npb25pZCI6MzIyNTJ9XQ==\",\n \"ProcessStartTime\": \"2024-05-14 11:01:02\",\n \"InstanceId\": \"ins-qwea\",\n \"HostName\": \"销售许可测试机器\",\n \"StrategyId\": 5569,\n \"StrategyName\": \"测试勿动\",\n \"HostIp\": \"xx.xx.xx.xx\",\n \"WanIp\": \"xx.xx.xx.xx\",\n \"SnapshotNum\": 45\n }\n ],\n \"RequestId\": \"4e1f7136-1777-59a3-f31e-ed0623b3d270\"\n }\n}",
|
2150
2150
|
"title": "查询防勒索事件列表"
|
2151
2151
|
}
|
2152
2152
|
],
|
2153
2153
|
"DescribeRansomDefenseMachineList": [
|
2154
2154
|
{
|
2155
2155
|
"document": "查询备份详情列表",
|
2156
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseMachineList\n<公共请求参数>\n\n{\n \"Order\": \"
|
2157
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {}\n ],\n \"RequestId\": \"
|
2156
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseMachineList\n<公共请求参数>\n\n{\n \"Order\": \"DESC\",\n \"Limit\": 1,\n \"By\": \"LastBackupTime\",\n \"Offset\": 1\n}",
|
2157
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MachineName\": \"销售许可测试机器\",\n \"InstanceId\": \"ins-ewwewe\",\n \"MachineIp\": \"10.0.0.2\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"CloudTags\": [],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n \"Tag\": [\n {\n \"Rid\": 16069,\n \"Name\": \"apitest\",\n \"TagId\": 16069\n }\n ],\n \"Status\": 1,\n \"StrategyId\": 5570,\n \"StrategyName\": \"tt1\",\n \"DiskInfo\": \"\",\n \"HostVersion\": 2,\n \"BackupCount\": 128,\n \"BackupSuccessCount\": 121,\n \"LastBackupStatus\": 1,\n \"LastBackupTime\": \"2024-10-22 00:04:04\",\n \"LastBackupMessage\": \"\",\n \"RollBackStatus\": 0,\n \"RollBackPercent\": 0\n }\n ],\n \"RequestId\": \"586e7838-8dce-38d4-5e4d-bbc5f4191c25\"\n }\n}",
|
2158
2158
|
"title": "查询备份详情列表"
|
2159
2159
|
}
|
2160
2160
|
],
|
@@ -2169,8 +2169,8 @@
|
|
2169
2169
|
"DescribeRansomDefenseRollBackTaskList": [
|
2170
2170
|
{
|
2171
2171
|
"document": "查询回滚任务列表",
|
2172
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseRollBackTaskList\n<公共请求参数>\n\n{\n \"Order\": \"
|
2173
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {}\n ],\n \"RequestId\": \"
|
2172
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseRollBackTaskList\n<公共请求参数>\n\n{\n \"Order\": \"DESC\",\n \"Limit\": 1,\n \"By\": \"ModifyTime\",\n \"Offset\": 1\n}",
|
2173
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Id\": 906,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e \",\n \"InstanceId\": \"ins-ddada\",\n \"MachineName\": \"销售许可测试机器\",\n \"Status\": 1,\n \"Disks\": \"disk-dddd|ddd-test_系统盘\",\n \"CreateTime\": \"2024-09-19 21:46:09\",\n \"BackupTime\": \"2024-09-19 00:00:00\",\n \"ModifyTime\": \"2024-09-19 21:46:21\",\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n }\n }\n ],\n \"RequestId\": \"1703764f-b3ea-4d7f-99cb-cc3a6a62e2ec\"\n }\n}",
|
2174
2174
|
"title": "查询回滚任务列表"
|
2175
2175
|
}
|
2176
2176
|
],
|
@@ -2186,7 +2186,7 @@
|
|
2186
2186
|
{
|
2187
2187
|
"document": "",
|
2188
2188
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyDetail\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
2189
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2189
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"c0d89f6e-021b-f1ba-d067-201da364e250\",\n \"Strategy\": {\n \"Id\": 1,\n \"Uin\": \"100004506473\",\n \"Name\": \"tt1\",\n \"Description\": \"\",\n \"Status\": 1,\n \"IsAll\": 0,\n \"IncludeDir\": \"/\",\n \"ExcludeDir\": \"\",\n \"BackupType\": 0,\n \"Weekday\": \"1;2;3;4;5\",\n \"Hour\": \"00:00\",\n \"SaveDay\": 0,\n \"MachineCount\": 1,\n \"CreateTime\": \"2024-04-17 23:19:43\",\n \"ModifyTime\": \"2024-10-17 20:10:00\",\n \"EventCount\": 0\n }\n }\n}",
|
2190
2190
|
"title": "获取策略详情"
|
2191
2191
|
}
|
2192
2192
|
],
|
@@ -2194,15 +2194,15 @@
|
|
2194
2194
|
{
|
2195
2195
|
"document": "查询防勒索策略列表",
|
2196
2196
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyList\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
2197
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\":
|
2197
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 5570,\n \"Uin\": \"3232323\",\n \"Name\": \"tt1\",\n \"Description\": \"\",\n \"Status\": 1,\n \"IsAll\": 0,\n \"IncludeDir\": \"/\",\n \"ExcludeDir\": \"\",\n \"BackupType\": 0,\n \"Weekday\": \"1;2;3;4;5\",\n \"Hour\": \"00:00\",\n \"SaveDay\": 0,\n \"MachineCount\": 1,\n \"CreateTime\": \"2024-04-17 23:19:43\",\n \"ModifyTime\": \"2024-10-17 20:10:00\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
2198
2198
|
"title": "查询防勒索策略列表"
|
2199
2199
|
}
|
2200
2200
|
],
|
2201
2201
|
"DescribeRansomDefenseStrategyMachines": [
|
2202
2202
|
{
|
2203
2203
|
"document": "查询防勒索策略绑定机器列表",
|
2204
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyMachines\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Limit\": 1,\n \"
|
2205
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {}\n ],\n \"RequestId\": \"
|
2204
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRansomDefenseStrategyMachines\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
2205
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"MachineName\": \"销售许可测试机器\",\n \"InstanceId\": \"ins-ddad\",\n \"MachineIp\": \"10.0.0.2\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"CloudTags\": [],\n \"RegionInfo\": {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n \"Tag\": [\n {\n \"Rid\": 16069,\n \"Name\": \"apitest\",\n \"TagId\": 16069\n }\n ],\n \"Status\": 1,\n \"StrategyId\": 5570,\n \"StrategyName\": \"tt1\",\n \"DiskInfo\": \"\",\n \"HostVersion\": 2\n }\n ],\n \"RequestId\": \"544961cc-1ee0-4a5f-9752-7489afa407ef\"\n }\n}",
|
2206
2206
|
"title": "查询防勒索策略绑定机器列表"
|
2207
2207
|
}
|
2208
2208
|
],
|
@@ -2250,8 +2250,8 @@
|
|
2250
2250
|
{
|
2251
2251
|
"document": "",
|
2252
2252
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeRiskBatchStatus\n&RiskType=MALWARE\n&<公共请求参数>",
|
2253
|
-
"output": "{\n \"Response\": {\n \"Status\": \"
|
2254
|
-
"title": "
|
2253
|
+
"output": "{\n \"Response\": {\n \"Status\": \"Handling\",\n \"RequestId\": \"1703764f-b3ea-4d7f-99cb-cc3a6a62e2ec\"\n }\n}",
|
2254
|
+
"title": "查询入侵检测事件更新状态任务是否完成"
|
2255
2255
|
}
|
2256
2256
|
],
|
2257
2257
|
"DescribeRiskDnsEventInfo": [
|
@@ -2338,7 +2338,7 @@
|
|
2338
2338
|
{
|
2339
2339
|
"document": "",
|
2340
2340
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScanTaskDetails\n<公共请求参数>\n\n{\n \"ModuleType\": \"Vul\",\n \"TaskId\": 1\n}",
|
2341
|
-
"output": "{\n \"Response\": {\n \"ScanContent\": [\n \"
|
2341
|
+
"output": "{\n \"Response\": {\n \"ScanContent\": [\n \"cve\"\n ],\n \"VulInfo\": [\n {\n \"CveId\": \"cve-xx\",\n \"CvssScore\": 0,\n \"Name\": \"name\",\n \"Reference\": \"ref\",\n \"Level\": 1,\n \"Fix\": \"fix\",\n \"Descript\": \"desc\",\n \"PublishTime\": \" 2019-12-25 11:57:15\",\n \"VulId\": 1,\n \"Cvss\": \"cvss\",\n \"VulCategory\": 1\n }\n ],\n \"ScanMachineCount\": 1,\n \"ScanTaskDetailList\": [\n {\n \"Status\": \"status\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"ScanEndTime\": \" 2019-12-25 11:57:15\",\n \"FailType\": 1,\n \"HostName\": \"hostname\",\n \"ScanBeginTime\": \" 2019-12-25 11:57:15\",\n \"OsName\": \"osname\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"HostIp\": \"xx.xx.xx.xx\",\n \"RiskNum\": 1,\n \"Id\": 1,\n \"Description\": \"desc\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"MachineExtraInfo\": {\n \"WanIP\": \"xx.xx.xx.xx\",\n \"PrivateIP\": \"xx.xx.xx.xx\",\n \"NetworkType\": 0,\n \"NetworkName\": \"name\",\n \"InstanceID\": \"ins-xxx\",\n \"HostName\": \"hostname\"\n }\n }\n ],\n \"ScanEndTime\": \" 2019-12-25 11:57:15\",\n \"ScanTime\": 1,\n \"ScanProgress\": 1,\n \"ScanLeftTime\": 1,\n \"ScanBeginTime\": \" 2019-12-25 11:57:15\",\n \"TotalCount\": 1,\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\",\n \"RiskEventCount\": 1,\n \"VulCount\": 1,\n \"RiskMachineCount\": 1,\n \"Type\": 1,\n \"StoppingAll\": false\n }\n}",
|
2342
2342
|
"title": "示例"
|
2343
2343
|
}
|
2344
2344
|
],
|
@@ -2354,47 +2354,47 @@
|
|
2354
2354
|
{
|
2355
2355
|
"document": "使用appid查询定时检测配置的信息",
|
2356
2356
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeScanVulSetting\n&<公共请求参数>",
|
2357
|
-
"output": "{\n \"Response\": {\n \"
|
2357
|
+
"output": "{\n \"Response\": {\n \"ClickTimeout\": 0,\n \"EnableScan\": 0,\n \"EndTime\": \"23:50\",\n \"RequestId\": \"54111d3a-373d-4175-80dd-8d855b595647\",\n \"ScanMethod\": 0,\n \"StartTime\": \"00:40\",\n \"TimerInterval\": 1,\n \"TimerTime\": \"00:40\",\n \"Uuids\": [],\n \"VulCategories\": \"4;5;1;2\",\n \"VulEmergency\": 1,\n \"VulLevels\": \"1;2;3;4\"\n }\n}",
|
2358
2358
|
"title": "查询定时检测配置信息"
|
2359
2359
|
}
|
2360
2360
|
],
|
2361
2361
|
"DescribeScreenAttackHotspot": [
|
2362
2362
|
{
|
2363
2363
|
"document": "大屏获取安全事件数统计数据",
|
2364
|
-
"input": "
|
2365
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
2364
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenAttackHotspot\n<公共请求参数>\n\n{}",
|
2365
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"CreatedTime\": \"2022-06-28 19:27:26\",\n \"DstIp\": \"xx.xx.xx.xx\",\n \"EventName\": \"Atlassian Crowd和Atlassian Crowd Data Center 输入验证错误漏洞(CVE-2019-11580)\",\n \"Region\": \"\",\n \"SrcIp\": \"xx.xx.xx.xx\"\n }\n ],\n \"RequestId\": \"3dcfeabc-c2fa-4e5c-a1f7-9f28ce88f554\"\n }\n}",
|
2366
2366
|
"title": "大屏获取安全事件数统计数据"
|
2367
2367
|
}
|
2368
2368
|
],
|
2369
2369
|
"DescribeScreenBroadcasts": [
|
2370
2370
|
{
|
2371
2371
|
"document": "大屏获取安全事件数统计数据",
|
2372
|
-
"input": "
|
2373
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
2372
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenBroadcasts\n<公共请求参数>\n\n{}",
|
2373
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Id\": 331,\n \"Level\": 1,\n \"Time\": \"2024-08-07 18:57:27\",\n \"Title\": \"数据构造_1723028247\"\n }\n ],\n \"RequestId\": \"185a857f-c103-4e77-9380-a523f622dc90\"\n }\n}",
|
2374
2374
|
"title": "大屏获取安全事件数统计数据"
|
2375
2375
|
}
|
2376
2376
|
],
|
2377
2377
|
"DescribeScreenDefenseTrends": [
|
2378
2378
|
{
|
2379
2379
|
"document": "大屏获取安全事件数统计数据",
|
2380
|
-
"input": "
|
2381
|
-
"output": "{\n \"Response\": {\n \"TrendsChart\": [\n {\n \"Y\":
|
2380
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenDefenseTrends\n<公共请求参数>\n\n{}",
|
2381
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"ec95b0c7-a1f9-4806-991a-f600bb99edb2\",\n \"TrendsChart\": [\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-21\",\n \"Y\": 402\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-21\",\n \"Y\": 402\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-22\",\n \"Y\": 319\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-22\",\n \"Y\": 319\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-23\",\n \"Y\": 517\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-23\",\n \"Y\": 517\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-24\",\n \"Y\": 486\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-24\",\n \"Y\": 486\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-25\",\n \"Y\": 422\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-25\",\n \"Y\": 422\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-26\",\n \"Y\": 477\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-26\",\n \"Y\": 477\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-27\",\n \"Y\": 461\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-27\",\n \"Y\": 461\n },\n {\n \"Type\": \"攻击次数\",\n \"X\": \"2024-09-28\",\n \"Y\": 448\n },\n {\n \"Type\": \"防御次数\",\n \"X\": \"2024-09-28\",\n \"Y\": 448\n }\n ]\n }\n}",
|
2382
2382
|
"title": "大屏获取安全事件数统计数据"
|
2383
2383
|
}
|
2384
2384
|
],
|
2385
2385
|
"DescribeScreenEmergentMsg": [
|
2386
2386
|
{
|
2387
2387
|
"document": "大屏可视化紧急通知",
|
2388
|
-
"input": "
|
2389
|
-
"output": "{\n \"Response\": {\n \"MessageInfo\": [\n {\n \"Text\": \"
|
2388
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenEmergentMsg\n<公共请求参数>\n\n{}",
|
2389
|
+
"output": "{\n \"Response\": {\n \"MessageInfo\": [\n {\n \"Text\": \"新支持Jeecg-boot积木报表jmreport权限绕过漏洞检测,披露时间:2024-08-05 00:00:00\",\n \"Title\": \"紧急通知\",\n \"Type\": 0\n }\n ],\n \"RequestId\": \"0b2443b9-da24-449d-a07d-7ba389846886\"\n }\n}",
|
2390
2390
|
"title": "大屏可视化紧急通知"
|
2391
2391
|
}
|
2392
2392
|
],
|
2393
2393
|
"DescribeScreenEventsCnt": [
|
2394
2394
|
{
|
2395
2395
|
"document": "大屏获取安全事件数统计数据",
|
2396
|
-
"input": "
|
2397
|
-
"output": "{\n \"Response\": {\n \"Info\": [\n {\n \"Category\": [\n {\n \"Name\": \"
|
2396
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenEventsCnt\n<公共请求参数>\n\n{}",
|
2397
|
+
"output": "{\n \"Response\": {\n \"Info\": [\n {\n \"Category\": [\n {\n \"Name\": \"入侵检测\",\n \"Value\": 41343\n },\n {\n \"Name\": \"网络攻击\",\n \"Value\": 5795\n }\n ],\n \"Title\": \"待处理风险总数\",\n \"Total\": 47138\n }\n ],\n \"RequestId\": \"42f1c2a0-088c-43bb-909f-b9d54809b1d1\"\n }\n}",
|
2398
2398
|
"title": "大屏获取安全事件数统计数据"
|
2399
2399
|
}
|
2400
2400
|
],
|
@@ -2402,39 +2402,39 @@
|
|
2402
2402
|
{
|
2403
2403
|
"document": "",
|
2404
2404
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeScreenGeneralStat\n&<公共请求参数>",
|
2405
|
-
"output": "{\n \"Response\": {\n \"Protection\": [\n {\n \"Name\": \"
|
2406
|
-
"title": "
|
2405
|
+
"output": "{\n \"Response\": {\n \"Protection\": [\n {\n \"Name\": \"旗舰版\",\n \"Value\": 82\n },\n {\n \"Name\": \"专业版\",\n \"Value\": 0\n }\n ],\n \"RequestId\": \"25d35d95-6e24-4161-f405-ae7a90afe569\",\n \"Machines\": [\n {\n \"Name\": \"在线\",\n \"Value\": 57\n },\n {\n \"Name\": \"离线\",\n \"Value\": 30\n }\n ]\n }\n}",
|
2406
|
+
"title": "大屏可视化获取主机相关统计"
|
2407
2407
|
}
|
2408
2408
|
],
|
2409
2409
|
"DescribeScreenHostInvasion": [
|
2410
2410
|
{
|
2411
2411
|
"document": "",
|
2412
2412
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeScreenHostInvasion\n&Quuid=\"xxx\"\n&<公共请求参数>",
|
2413
|
-
"output": "{\n \"Response\": {\n \"DefendAttackLog\": [\n {\n \"DstIp\": \"xx\",\n \"Uuid\": \"
|
2413
|
+
"output": "{\n \"Response\": {\n \"DefendAttackLog\": [\n {\n \"DstIp\": \"xx.xx.xx.xx\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"VulType\": \"web\",\n \"SrcPort\": 1,\n \"HttpMethod\": \"POST\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"CreatedTime\": \" 2019-12-25 11:57:15\",\n \"DstPort\": 1,\n \"Id\": 1,\n \"SrcIp\": \"xx.xx.xx.xx\"\n }\n ],\n \"Vul\": [\n {\n \"Category\": 1,\n \"Name\": \"name\",\n \"Level\": 1,\n \"VulId\": 1,\n \"LastTime\": \" 2019-12-25 11:57:15\",\n \"Id\": 1,\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n }\n ],\n \"InvasionEvents\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Level\": 1,\n \"EventType\": 1,\n \"Content\": \"content\",\n \"CreatedTime\": \" 2019-12-25 11:57:15\",\n \"LevelZh\": \"level\",\n \"Id\": 1\n }\n ],\n \"Baseline\": [\n {\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Level\": 1,\n \"LastScanTime\": \" 2019-12-25 11:57:15\",\n \"BaselineFailCount\": 1,\n \"CategoryId\": 1,\n \"Name\": \"name\"\n }\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
2414
2414
|
"title": "示例"
|
2415
2415
|
}
|
2416
2416
|
],
|
2417
2417
|
"DescribeScreenMachineRegions": [
|
2418
2418
|
{
|
2419
|
-
"document": "",
|
2420
|
-
"input": "
|
2421
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"RegionCode\": \"
|
2419
|
+
"document": "示例",
|
2420
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenMachineRegions\n<公共请求参数>\n\n{}",
|
2421
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"RegionCode\": \"gz\",\n \"RegionId\": 1,\n \"RegionName\": \"华南地区(广州)\",\n \"RegionNameEn\": \"South China (Guangzhou)\"\n },\n {\n \"Region\": \"ap-nanjing\",\n \"RegionCode\": \"nj\",\n \"RegionId\": 33,\n \"RegionName\": \"华东地区(南京)\",\n \"RegionNameEn\": \"East Chinaxa0(Nanjing)\"\n },\n {\n \"Region\": \"ap-others\",\n \"RegionCode\": \"others\",\n \"RegionId\": 47,\n \"RegionName\": \"其他地域(其他)\",\n \"RegionNameEn\": \"Others (Other)\"\n },\n {\n \"Region\": \"ap-beijing\",\n \"RegionCode\": \"bj\",\n \"RegionId\": 8,\n \"RegionName\": \"华北地区(北京)\",\n \"RegionNameEn\": \"North China (Beijing)\"\n },\n {\n \"Region\": \"ap-chengdu\",\n \"RegionCode\": \"cd\",\n \"RegionId\": 16,\n \"RegionName\": \"西南地区(成都)\",\n \"RegionNameEn\": \"Southwestxa0China (Chengdu)\"\n },\n {\n \"Region\": \"ap-shanghai\",\n \"RegionCode\": \"sh\",\n \"RegionId\": 4,\n \"RegionName\": \"华东地区(上海)\",\n \"RegionNameEn\": \"East Chinaxa0(Shanghai)\"\n }\n ],\n \"RequestId\": \"01b46ad0-11ab-46fe-9f54-d998385913ee\"\n }\n}",
|
2422
2422
|
"title": "示例"
|
2423
2423
|
}
|
2424
2424
|
],
|
2425
2425
|
"DescribeScreenMachines": [
|
2426
2426
|
{
|
2427
|
-
"document": "",
|
2428
|
-
"input": "
|
2429
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
2427
|
+
"document": "主机3D图数据\n",
|
2428
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenMachines\n<公共请求参数>\n\n{}",
|
2429
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"AttackCnt\": 0,\n \"IgnoreCnt\": 0,\n \"Machines\": [\n {\n \"BaselineNum\": 147,\n \"CoreVersion\": \"3.10.0\",\n \"CpuLoad\": \"低\",\n \"CpuSize\": 2,\n \"CyberAttackNum\": 162,\n \"DiskLoad\": \"32.07\",\n \"DiskSize\": 50,\n \"InvasionNum\": 38479,\n \"MachineExtraInfo\": {\n \"HostName\": \"\",\n \"InstanceID\": \"ins-xxx\",\n \"NetworkName\": \"\",\n \"NetworkType\": 0,\n \"PrivateIP\": \"xx.xx.xx.xx\",\n \"WanIP\": \"xx.xx.xx.xx\"\n },\n \"MachineIp\": \"xx.xx.xx.xx\",\n \"MachineName\": \"ha2\",\n \"MachineOs\": \"CentOS 7.9 64位\",\n \"MachineStatus\": 9,\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"xx.xx.xx.xx\",\n \"MemLoad\": \"36.52\",\n \"MemSize\": 4,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"SecurityStatus\": \"RISK\",\n \"Uuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"VulNum\": 18\n }\n ],\n \"Region\": \"ap-guangzhou\",\n \"RegionName\": \"华南地区(广州)\",\n \"RiskCnt\": 1,\n \"SafetyCnt\": 1,\n \"TotalCount\": 1,\n \"UnAgentOfflineCnt\": 1\n }\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
2430
2430
|
"title": "示例"
|
2431
2431
|
}
|
2432
2432
|
],
|
2433
2433
|
"DescribeScreenProtectionCnt": [
|
2434
2434
|
{
|
2435
|
-
"document": "",
|
2436
|
-
"input": "
|
2437
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Count\":
|
2435
|
+
"document": " ",
|
2436
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenProtectionCnt\n<公共请求参数>\n\n{}",
|
2437
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"Count\": 7636893,\n \"Name\": \"异常行为\",\n \"Type\": \"analysis\"\n },\n {\n \"Count\": 6142807,\n \"Name\": \"BinaryAI引擎\",\n \"Type\": \"ai\"\n },\n {\n \"Count\": 30083186,\n \"Name\": \"云查杀引擎\",\n \"Type\": \"cloud\"\n },\n {\n \"Count\": 5791759,\n \"Name\": \"TAV引擎\",\n \"Type\": \"detect\"\n },\n {\n \"Count\": 1410148,\n \"Name\": \"攻击防御\",\n \"Type\": \"defend\"\n },\n {\n \"Count\": 1557109,\n \"Name\": \"威胁情报\",\n \"Type\": \"threat\"\n }\n ],\n \"RequestId\": \"1703ef61-2b43-45bc-82e8-e13d3babdece\"\n }\n}",
|
2438
2438
|
"title": "示例"
|
2439
2439
|
}
|
2440
2440
|
],
|
@@ -2442,15 +2442,15 @@
|
|
2442
2442
|
{
|
2443
2443
|
"document": "",
|
2444
2444
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeScreenProtectionStat\n&<公共请求参数>",
|
2445
|
-
"output": "{\n \"Response\": {\n \"Info\": [\n {\n \"Status\": 1,\n \"Name\": \"
|
2445
|
+
"output": "{\n \"Response\": {\n \"Info\": [\n {\n \"Status\": 1,\n \"Name\": \"nnn\"\n }\n ],\n \"RequestId\": \"e12bdf62-9683-4faf-bdee-7ce6ec6fd790\"\n }\n}",
|
2446
2446
|
"title": "示例"
|
2447
2447
|
}
|
2448
2448
|
],
|
2449
2449
|
"DescribeScreenRiskAssetsTop": [
|
2450
2450
|
{
|
2451
|
-
"document": "
|
2452
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenRiskAssetsTop\n<公共请求参数>\n\n{\n \"BusinessType\":
|
2453
|
-
"output": "{\n \"Response\": {\n \"Chart\": [\n {\n \"Name\": \"
|
2451
|
+
"document": "大屏获取安全事件数统计数据\n",
|
2452
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeScreenRiskAssetsTop\n<公共请求参数>\n\n{\n \"BusinessType\": 2\n}",
|
2453
|
+
"output": "{\n \"Response\": {\n \"Chart\": [\n {\n \"Name\": \"172.17.0.0 广州\",\n \"Value\": 21\n }\n ],\n \"RequestId\": \"f1d8e260-c75c-454d-bc84-34ce0ed8d9bf\"\n }\n}",
|
2454
2454
|
"title": "大屏获取安全事件数统计数据"
|
2455
2455
|
}
|
2456
2456
|
],
|
@@ -2472,25 +2472,25 @@
|
|
2472
2472
|
],
|
2473
2473
|
"DescribeSecurityBroadcastInfo": [
|
2474
2474
|
{
|
2475
|
-
"document": "
|
2475
|
+
"document": "根据id查询安全播报文章信息",
|
2476
2476
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeSecurityBroadcastInfo\n&Id=5\n&<公共请求参数>",
|
2477
|
-
"output": "{\n \"Response\": {\n \"BroadcastInfo\": {\n \"Subtitle\": \"
|
2478
|
-
"title": "
|
2477
|
+
"output": "{\n \"Response\": {\n \"BroadcastInfo\": {\n \"Subtitle\": \"安全播报\",\n \"Title\": \"安全播报\",\n \"CreateTime\": \"2019-12-25 11:57:15\",\n \"Content\": \"安全播报\",\n \"Id\": 5\n },\n \"RequestId\": \"5b49dea4-0d0e-400f-8d11-2fdf1707c51a\"\n }\n}",
|
2478
|
+
"title": "查询安全播报文章信息"
|
2479
2479
|
}
|
2480
2480
|
],
|
2481
2481
|
"DescribeSecurityBroadcasts": [
|
2482
2482
|
{
|
2483
2483
|
"document": "",
|
2484
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityBroadcasts\n<公共请求参数>\n\n{\n \"EndDate\": \"
|
2485
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Subtitle\": \"
|
2486
|
-
"title": "
|
2484
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSecurityBroadcasts\n<公共请求参数>\n\n{\n \"EndDate\": \"2019-11-25\",\n \"BeginDate\": \"2019-12-25\",\n \"Limit\": 1,\n \"Offset\": 1\n}",
|
2485
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Subtitle\": \"安全播报\",\n \"Level\": 1,\n \"Title\": \"安全播报\",\n \"CreateTime\": \"2019-12-25 11:57:15\",\n \"Type\": 1,\n \"Id\": 1\n }\n ],\n \"RequestId\": \"5b49dea4-0d0e-400f-8d11-2fdf1707c51a \"\n }\n}",
|
2486
|
+
"title": "安全播报列表页"
|
2487
2487
|
}
|
2488
2488
|
],
|
2489
2489
|
"DescribeSecurityDynamics": [
|
2490
2490
|
{
|
2491
2491
|
"document": "获取安全事件消息数据。",
|
2492
2492
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeSecurityDynamics\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
2493
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityDynamics\": [\n {\n \"Uuid\": \"add4a78a-0d59-11e8-b7ab-00e081e1a5c5\",\n \"EventTime\": \"2018-10-08 12:12:22\",\n \"EventType\": \"MALWARE\",\n \"Message\": \"发现主机10.10.10.12存在恶意文件5个\",\n \"SecurityLevel\": \"
|
2493
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"SecurityDynamics\": [\n {\n \"Uuid\": \"add4a78a-0d59-11e8-b7ab-00e081e1a5c5\",\n \"EventTime\": \"2018-10-08 12:12:22\",\n \"EventType\": \"MALWARE\",\n \"Message\": \"发现主机10.10.10.12存在恶意文件5个\",\n \"SecurityLevel\": \"HIGH\"\n }\n ],\n \"TotalCount\": 100\n }\n}",
|
2494
2494
|
"title": "获取安全事件消息数据"
|
2495
2495
|
}
|
2496
2496
|
],
|
@@ -2531,14 +2531,14 @@
|
|
2531
2531
|
"document": "",
|
2532
2532
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServerRelatedDirInfo\n<公共请求参数>\n\n{\n \"Id\": 1\n}",
|
2533
2533
|
"output": "{\n \"Response\": {\n \"HostIp\": \"10.0.0.1\",\n \"HostName\": \"服务器1\",\n \"ProtectDirNum\": 1,\n \"ProtectFileNum\": 1,\n \"ProtectTamperNum\": 1,\n \"ProtectLinkNum\": 1,\n \"RequestId\": \"ee02ffee-8682-4b28-aae3-561274d68bdd\"\n }\n}",
|
2534
|
-
"title": "
|
2534
|
+
"title": "查询服务区关联目录详情"
|
2535
2535
|
}
|
2536
2536
|
],
|
2537
2537
|
"DescribeServersAndRiskAndFirstInfo": [
|
2538
2538
|
{
|
2539
2539
|
"document": "",
|
2540
2540
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeServersAndRiskAndFirstInfo\n&<公共请求参数>",
|
2541
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2541
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"RiskFileCount\": 100,\n \"AddRiskFileCount\": 1,\n \"ServersCount\": 50,\n \"IsFirstCheck\": false,\n \"ScanTime\": \"2020-11-03 00:00:00\"\n }\n}",
|
2542
2542
|
"title": "获取待处理风险文件数+影响服务器数+试用"
|
2543
2543
|
}
|
2544
2544
|
],
|
@@ -2585,7 +2585,7 @@
|
|
2585
2585
|
"DescribeUsersConfig": [
|
2586
2586
|
{
|
2587
2587
|
"document": "查询用户自定义配置",
|
2588
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUsersConfig\n<公共请求参数>\n\n{\n \"ConfigName\": \"
|
2588
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUsersConfig\n<公共请求参数>\n\n{\n \"ConfigName\": \"license_monitor\"\n}",
|
2589
2589
|
"output": "{\n \"Response\": {\n \"RequestId\": \"fd768174-3c72-4c62-8fa0-fd0106d31494\",\n \"Value\": \"1\"\n }\n}",
|
2590
2590
|
"title": "查询用户自定义配置"
|
2591
2591
|
}
|
@@ -2625,8 +2625,8 @@
|
|
2625
2625
|
"DescribeVertexDetail": [
|
2626
2626
|
{
|
2627
2627
|
"document": "获取指定点属性信息",
|
2628
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVertexDetail\n<公共请求参数>\n\n{\n \"VertexIds\": [\n \"
|
2629
|
-
"output": "{\n \"Response\": {\n \"VertexDetails\": [\n {\n \"Type\": 0,\n \"Time\": \"
|
2628
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVertexDetail\n<公共请求参数>\n\n{\n \"VertexIds\": [\n \"dd8c40c6737f75a0c24244d6f4fa6173\"\n ],\n \"IncidentId\": \"468314cc-4004-492d-a974-7bf5666cb11b\",\n \"TableName\": \"incidents_xxx\"\n}",
|
2629
|
+
"output": "{\n \"Response\": {\n \"VertexDetails\": [\n {\n \"Type\": 0,\n \"Time\": \" 2019-12-25 11:57:15\",\n \"AlarmInfo\": [\n {\n \"AlarmId\": \"dd8c40c6\",\n \"Status\": 0\n }\n ],\n \"ProcName\": \"curl\",\n \"CmdLine\": \"curl\",\n \"Pid\": \"2534\",\n \"FileMd5\": \"\",\n \"FileContent\": \"\",\n \"FilePath\": \"\",\n \"FileCreateTime\": \"\",\n \"Address\": \"\",\n \"DstPort\": 18888,\n \"SrcIP\": \"\",\n \"User\": \"\",\n \"VulName\": \"\",\n \"VulTime\": \"\",\n \"HttpContent\": \"\",\n \"VulSrcIP\": \"\",\n \"VertexId\": \"dd8c40c6737f75a0c24244d6f4fa6173\"\n }\n ],\n \"RequestId\": \"xxxxxxxx-1234-5678-9101-yyyyyyyyyy\"\n }\n}",
|
2630
2630
|
"title": "示例"
|
2631
2631
|
}
|
2632
2632
|
],
|
@@ -2666,7 +2666,7 @@
|
|
2666
2666
|
{
|
2667
2667
|
"document": "",
|
2668
2668
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefenceOverview\n<公共请求参数>\n\n{}",
|
2669
|
-
"output": "{\n \"Response\": {\n \"Overview\": {\n \"Enable\": 0,\n \"
|
2669
|
+
"output": "{\n \"Response\": {\n \"Overview\": {\n \"Enable\": 0,\n \"DefendHostCount\": 0,\n \"ExceptionCount\": 0,\n \"AttackCounts\": [\n 0\n ],\n \"DefendCounts\": [\n 0\n ],\n \"Date\": [\n \"2020-10-01\"\n ]\n },\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
2670
2670
|
"title": "获取漏洞防御概览信息"
|
2671
2671
|
}
|
2672
2672
|
],
|
@@ -2690,7 +2690,7 @@
|
|
2690
2690
|
{
|
2691
2691
|
"document": "获取各主机漏洞防御插件状态",
|
2692
2692
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulDefencePluginStatus\n<公共请求参数>\n\n{}",
|
2693
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Quuid\": \"
|
2693
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"Alias\": \"销售许可测试机器\",\n \"PrivateIp\": \"10.0.1.15\",\n \"PublicIp\": \"xx.xx.xx.xx\",\n \"Exception\": 2,\n \"CreateTime\": \"2024-10-21 19:38:46\",\n \"ModifyTime\": \"2024-10-21 19:38:46\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
2694
2694
|
"title": "获取各主机漏洞防御插件状态"
|
2695
2695
|
}
|
2696
2696
|
],
|
@@ -2778,7 +2778,7 @@
|
|
2778
2778
|
{
|
2779
2779
|
"document": "获取指定分类和状态的漏洞列表数据",
|
2780
2780
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeVulList\n&Limit=10\n&Offset=0\n&<公共请求参数>",
|
2781
|
-
"output": "{\n \"Response\": {\n \"VulInfoList\": [\n {\n \"Ids\": \"
|
2781
|
+
"output": "{\n \"Response\": {\n \"VulInfoList\": [\n {\n \"Ids\": \"1\",\n \"Name\": \"Apache Log4j 1.x JNDI 注入漏洞(CVE-2021-4104)\",\n \"VulId\": 34338,\n \"Status\": 0,\n \"PublishTime\": \"2021-12-14 20:15:00\",\n \"LastTime\": \"2024-10-21 17:20:13\",\n \"HostCount\": 1,\n \"Level\": 3,\n \"From\": 0,\n \"Descript\": \"Apache Log4j是美国阿帕奇(Apache)基金会的一款基于Java的开源日志记录工具。 \\nApache Log4j 1.2存在代码问题漏洞,攻击者可利用该漏洞通过JMSApender反序列化来运行代码。\",\n \"PublishTimeWisteria\": \"\",\n \"NameWisteria\": \"\",\n \"DescriptWisteria\": \"\",\n \"CveId\": \"CVE-2021-4104\",\n \"CvssScore\": 7.5,\n \"Labels\": \"远程利用,存在POC\",\n \"IsSupportDefense\": 0,\n \"FixSwitch\": 1,\n \"TaskId\": 1,\n \"StatusStr\": \"\",\n \"DefenseAttackCount\": 0,\n \"FirstAppearTime\": \"2024-10-18T01:22:06+08:00\",\n \"VulCategory\": 4,\n \"AttackLevel\": 0,\n \"FixNoNeedRestart\": false,\n \"Method\": 0,\n \"VulFixSwitch\": 1\n }\n ],\n \"TotalCount\": 1,\n \"FollowVulCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
2782
2782
|
"title": "获取指定分类和状态的漏洞列表"
|
2783
2783
|
}
|
2784
2784
|
],
|
@@ -2793,8 +2793,8 @@
|
|
2793
2793
|
"DescribeVulStoreList": [
|
2794
2794
|
{
|
2795
2795
|
"document": "获取漏洞库列表\n\n",
|
2796
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulStoreList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"
|
2797
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\":
|
2796
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeVulStoreList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"VulName\",\n \"Values\": [\n \"CVE-2023-46604\"\n ],\n \"ExactMatch\": true\n }\n ],\n \"Limit\": 10,\n \"Offset\": 0,\n \"Order\": \"DESC\",\n \"By\": \"PublishDate\"\n}",
|
2797
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"VulId\": 105006,\n \"Level\": 4,\n \"Name\": \"Apache ActiveMQ远程代码执行漏洞(CVE-2023-46604)\",\n \"CveId\": \"CVE-2023-46604\",\n \"VulCategory\": 2,\n \"PublishDate\": \"2023-10-24 00:00:00\",\n \"Method\": 0,\n \"AttackLevel\": 3,\n \"FixSwitch\": 0,\n \"SupportDefense\": 1\n }\n ],\n \"TotalCount\": 1,\n \"Remaining\": 1,\n \"FreeSearchTimes\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
2798
2798
|
"title": "获取漏洞库列表"
|
2799
2799
|
}
|
2800
2800
|
],
|
@@ -2874,8 +2874,8 @@
|
|
2874
2874
|
{
|
2875
2875
|
"document": "",
|
2876
2876
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebPageEventList\n<公共请求参数>\n\n{\n \"By\": \"CreateTime\",\n \"Order\": 1,\n \"Filters\": [\n {\n \"Name\": \"IpOrAlias\",\n \"Values\": [\n \"HostName or HostIp\"\n ]\n }\n ]\n}",
|
2877
|
-
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"
|
2878
|
-
"title": "
|
2877
|
+
"output": "{\n \"Response\": {\n \"List\": [\n {\n \"HostName\": \"销售许可测试机器\",\n \"HostIp\": \"xx.xx.xx.xx\",\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"EventDir\": \"/root/csipdata/virus/php/1.php\",\n \"EventType\": 4,\n \"EventStatus\": 1,\n \"CreateTime\": \"2024-08-16 11:49:11\",\n \"RestoreTime\": \"2024-09-12 18:09:57\",\n \"Id\": 423826,\n \"FileType\": 0,\n \"MachineExtraInfo\": {\n \"WanIP\": \"xx.xx.xx.xx\",\n \"PrivateIP\": \"xx.xx.xx.xx\",\n \"NetworkType\": 0,\n \"NetworkName\": \"\",\n \"InstanceID\": \"ins-1111\",\n \"HostName\": \"\"\n }\n }\n ],\n \"RequestId\": \"d9506441-52bc-4d14-a767-7e1251ed3ced\",\n \"TotalCount\": 1\n }\n}",
|
2878
|
+
"title": "查询篡改事件列表"
|
2879
2879
|
}
|
2880
2880
|
],
|
2881
2881
|
"DescribeWebPageGeneralize": [
|
@@ -2899,7 +2899,7 @@
|
|
2899
2899
|
"document": "",
|
2900
2900
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeWebPageServiceInfo\n<公共请求参数>\n\n{}",
|
2901
2901
|
"output": "{\n \"Response\": {\n \"RequestId\": \"g54f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"Status\": true,\n \"UsedNum\": 2,\n \"ResidueNum\": 0,\n \"BuyNum\": 2,\n \"ExpireNum\": 1,\n \"ExpiredNum\": 1,\n \"ProtectDirNum\": 1,\n \"AllAuthorizedMachines\": [\n {\n \"HostName\": \"test机器\",\n \"HostIp\": \"1.0.0.1\",\n \"CreateTime\": \"2020-10-10 10:10:00\",\n \"ExpireTime\": \"2021-10-10 10:10:00\"\n }\n ],\n \"ExpireAuthorizedMachines\": [\n {\n \"HostName\": \"test机器2\",\n \"HostIp\": \"1.0.0.2\",\n \"SafeguardDirNum\": 1\n }\n ]\n }\n}",
|
2902
|
-
"title": "
|
2902
|
+
"title": "查询网站防篡改服务信息"
|
2903
2903
|
}
|
2904
2904
|
],
|
2905
2905
|
"DestroyOrder": [
|
@@ -2962,31 +2962,31 @@
|
|
2962
2962
|
{
|
2963
2963
|
"document": "",
|
2964
2964
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetDatabaseList\n<公共请求参数>\n\n{}",
|
2965
|
-
"output": "{\n \"Response\": {\n \"
|
2965
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"1\",\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
2966
2966
|
"title": "导出资产管理数据库列表"
|
2967
2967
|
}
|
2968
2968
|
],
|
2969
2969
|
"ExportAssetEnvList": [
|
2970
2970
|
{
|
2971
2971
|
"document": "",
|
2972
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetEnvList\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
2973
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2972
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetEnvList\n<公共请求参数>\n\n{\n \"Uuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\",\n \"Filters\": [\n {\n \"Name\": \"MachineName\",\n \"Values\": [\n \"host1\"\n ],\n \"ExactMatch\": true\n }\n ],\n \"Order\": \"asc\",\n \"By\": \"FirstTime\"\n}",
|
2973
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"TaskId\": \"11\"\n }\n}",
|
2974
2974
|
"title": "导出资产管理环境变量列表"
|
2975
2975
|
}
|
2976
2976
|
],
|
2977
2977
|
"ExportAssetInitServiceList": [
|
2978
2978
|
{
|
2979
2979
|
"document": "",
|
2980
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetInitServiceList\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
2981
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2980
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetInitServiceList\n<公共请求参数>\n\n{\n \"Uuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaaa-bbbb-b08d-98be9421372a\"\n}",
|
2981
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"TaskId\": \"1\"\n }\n}",
|
2982
2982
|
"title": "导出资产管理启动服务列表"
|
2983
2983
|
}
|
2984
2984
|
],
|
2985
2985
|
"ExportAssetJarList": [
|
2986
2986
|
{
|
2987
2987
|
"document": "",
|
2988
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetJarList\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
2989
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
2988
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetJarList\n<公共请求参数>\n\n{\n \"Uuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\"\n}",
|
2989
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"TaskId\": \"11\"\n }\n}",
|
2990
2990
|
"title": "导出Jar包列表"
|
2991
2991
|
}
|
2992
2992
|
],
|
@@ -3009,8 +3009,8 @@
|
|
3009
3009
|
"ExportAssetPlanTaskList": [
|
3010
3010
|
{
|
3011
3011
|
"document": "",
|
3012
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetPlanTaskList\n<公共请求参数>\n\n{\n \"Uuid\": \"
|
3013
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3012
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetPlanTaskList\n<公共请求参数>\n\n{\n \"Uuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\",\n \"Quuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\"\n}",
|
3013
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"TaskId\": \"11\"\n }\n}",
|
3014
3014
|
"title": "导出资产管理计划任务列表"
|
3015
3015
|
}
|
3016
3016
|
],
|
@@ -3018,7 +3018,7 @@
|
|
3018
3018
|
{
|
3019
3019
|
"document": "",
|
3020
3020
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetPortInfoList\n<公共请求参数>\n\n{}",
|
3021
|
-
"output": "{\n \"Response\": {\n \"
|
3021
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\",\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1122\"\n }\n}",
|
3022
3022
|
"title": "导出资产管理端口列表"
|
3023
3023
|
}
|
3024
3024
|
],
|
@@ -3026,7 +3026,7 @@
|
|
3026
3026
|
{
|
3027
3027
|
"document": "",
|
3028
3028
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetProcessInfoList\n<公共请求参数>\n\n{}",
|
3029
|
-
"output": "{\n \"Response\": {\n \"
|
3029
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1122\",\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
3030
3030
|
"title": "导出资产管理进程列表"
|
3031
3031
|
}
|
3032
3032
|
],
|
@@ -3058,7 +3058,7 @@
|
|
3058
3058
|
{
|
3059
3059
|
"document": "",
|
3060
3060
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetWebAppList\n<公共请求参数>\n\n{}",
|
3061
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3061
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\",\n \"TaskId\": \"1\"\n }\n}",
|
3062
3062
|
"title": "导出资产管理Web应用列表"
|
3063
3063
|
}
|
3064
3064
|
],
|
@@ -3066,7 +3066,7 @@
|
|
3066
3066
|
{
|
3067
3067
|
"document": "",
|
3068
3068
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetWebFrameList\n<公共请求参数>\n\n{}",
|
3069
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"123\",\n \"RequestId\": \"
|
3069
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"123\",\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\"\n }\n}",
|
3070
3070
|
"title": "导出资产管理Web框架列表"
|
3071
3071
|
}
|
3072
3072
|
],
|
@@ -3074,7 +3074,7 @@
|
|
3074
3074
|
{
|
3075
3075
|
"document": "",
|
3076
3076
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetWebLocationList\n<公共请求参数>\n\n{}",
|
3077
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3077
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\",\n \"TaskId\": \"1\"\n }\n}",
|
3078
3078
|
"title": "导出Web站点列表"
|
3079
3079
|
}
|
3080
3080
|
],
|
@@ -3082,7 +3082,7 @@
|
|
3082
3082
|
{
|
3083
3083
|
"document": "",
|
3084
3084
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportAssetWebServiceInfoList\n<公共请求参数>\n\n{}",
|
3085
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3085
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"07a92740-5e54-4ea6-9320-c6fc3f3a1121\",\n \"TaskId\": \"1\"\n }\n}",
|
3086
3086
|
"title": "导出资产管理Web服务列表"
|
3087
3087
|
}
|
3088
3088
|
],
|
@@ -3290,7 +3290,7 @@
|
|
3290
3290
|
{
|
3291
3291
|
"document": "导出主机快照备份列表",
|
3292
3292
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportRansomDefenseBackupList\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"ExactMatch\": true\n }\n ],\n \"Order\": \"abc\",\n \"By\": \"abc\",\n \"Quuid\": \"abc\"\n}",
|
3293
|
-
"output": "{\n \"Response\": {\n \"TaskId\": \"
|
3293
|
+
"output": "{\n \"Response\": {\n \"TaskId\": \"123\",\n \"RequestId\": \"123123\"\n }\n}",
|
3294
3294
|
"title": "导出主机快照备份列表"
|
3295
3295
|
}
|
3296
3296
|
],
|
@@ -3361,7 +3361,7 @@
|
|
3361
3361
|
"ExportScanTaskDetails": [
|
3362
3362
|
{
|
3363
3363
|
"document": "导出扫描任务详情",
|
3364
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportScanTaskDetails\n<公共请求参数>\n\n{\n \"ModuleType\": \"
|
3364
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportScanTaskDetails\n<公共请求参数>\n\n{\n \"ModuleType\": \"Vul\",\n \"TaskId\": 1\n}",
|
3365
3365
|
"output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\",\n \"TaskId\": \"1615549629\"\n }\n}",
|
3366
3366
|
"title": "导出扫描任务详情"
|
3367
3367
|
}
|
@@ -3465,8 +3465,8 @@
|
|
3465
3465
|
"GetLocalStorageItem": [
|
3466
3466
|
{
|
3467
3467
|
"document": "获取本地存储数据",
|
3468
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetLocalStorageItem\n<公共请求参数>\n\n{\n \"Key\": \"
|
3469
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\",\n \"Value\": \"
|
3468
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetLocalStorageItem\n<公共请求参数>\n\n{\n \"Key\": \"key\"\n}",
|
3469
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"bf93077b-51f5-4428-b9de-7e33a0b9cc4a\",\n \"Value\": \"value\"\n }\n}",
|
3470
3470
|
"title": "示例"
|
3471
3471
|
}
|
3472
3472
|
],
|
@@ -3619,9 +3619,9 @@
|
|
3619
3619
|
"ModifyFileTamperRule": [
|
3620
3620
|
{
|
3621
3621
|
"document": "正常添加规则",
|
3622
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFileTamperRule\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"
|
3622
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyFileTamperRule\n<公共请求参数>\n\n{\n \"Id\": 1,\n \"Name\": \"禁止特殊文件访问\",\n \"Rules\": [\n {\n \"ProcessPath\": \"/tmp/*\",\n \"Target\": \"/etc/shadow\",\n \"Action\": \"alert\",\n \"FileAction\": \"read\"\n }\n ],\n \"Uuids\": [\n \"1c26308c-5493-4eaf-a817-112ec25f499e\"\n ],\n \"IsGlobal\": 1,\n \"Status\": 1,\n \"Level\": 1,\n \"AddWhiteType\": \"cur\"\n}",
|
3623
3623
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c741a4fd-776f-499b-85a2-7bc70fd5b92s\"\n }\n}",
|
3624
|
-
"title": "
|
3624
|
+
"title": "编辑、新增核心文件监控规则"
|
3625
3625
|
}
|
3626
3626
|
],
|
3627
3627
|
"ModifyFileTamperRuleStatus": [
|
@@ -3698,10 +3698,10 @@
|
|
3698
3698
|
],
|
3699
3699
|
"ModifyLogStorageConfig": [
|
3700
3700
|
{
|
3701
|
-
"document": "
|
3702
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogStorageConfig\n<公共请求参数>\n\n{\n \"Type\": [\n \"
|
3701
|
+
"document": "修改日志存储配置",
|
3702
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogStorageConfig\n<公共请求参数>\n\n{\n \"Type\": [\n \"malware\"\n ],\n \"Period\": 0,\n \"IsModifyPeriod\": true\n}",
|
3703
3703
|
"output": "{\n \"Response\": {\n \"RequestId\": \"abc\"\n }\n}",
|
3704
|
-
"title": "
|
3704
|
+
"title": "修改日志存储配置"
|
3705
3705
|
}
|
3706
3706
|
],
|
3707
3707
|
"ModifyLoginWhiteInfo": [
|
@@ -3731,8 +3731,8 @@
|
|
3731
3731
|
"ModifyMachineRemark": [
|
3732
3732
|
{
|
3733
3733
|
"document": "修改主机备注信息",
|
3734
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMachineRemark\n<公共请求参数>\n\n{\n \"Remark\": \"
|
3735
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3734
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMachineRemark\n<公共请求参数>\n\n{\n \"Remark\": \"remark for host1\",\n \"Quuid\": \"6cf3c132-aaa-bbbb-b08d-98be9421372a\"\n}",
|
3735
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\"\n }\n}",
|
3736
3736
|
"title": "修改主机备注信息"
|
3737
3737
|
}
|
3738
3738
|
],
|
@@ -3917,7 +3917,7 @@
|
|
3917
3917
|
"document": "",
|
3918
3918
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebPageProtectDir\n<公共请求参数>\n\n{\n \"ProtectDirAddr\": \"/data/www/\",\n \"ProtectDirName\": \"网站根目录\",\n \"ProtectFileType\": \".php;.html;.js\",\n \"HostConfig\": [\n {\n \"Quuid\": \"机器Quuid\",\n \"ProtectSwitch\": 1,\n \"AutoRecovery\": 1\n }\n ]\n}",
|
3919
3919
|
"output": "{\n \"Response\": {\n \"RequestId\": \"g54f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
|
3920
|
-
"title": "
|
3920
|
+
"title": "创建/修改网站防护目录"
|
3921
3921
|
}
|
3922
3922
|
],
|
3923
3923
|
"ModifyWebPageProtectSetting": [
|
@@ -3925,7 +3925,7 @@
|
|
3925
3925
|
"document": "",
|
3926
3926
|
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyWebPageProtectSetting\n<公共请求参数>\n\n{\n \"ModifyType\": 1,\n \"Value\": \"网站名称1\",\n \"Id\": \"var\"\n}",
|
3927
3927
|
"output": "{\n \"Response\": {\n \"RequestId\": \"c741a4fd-776f-499b-85a2-7bc70fd5b92s\"\n }\n}",
|
3928
|
-
"title": "
|
3928
|
+
"title": "修改网站防护设置"
|
3929
3929
|
}
|
3930
3930
|
],
|
3931
3931
|
"ModifyWebPageProtectSwitch": [
|
@@ -3939,8 +3939,8 @@
|
|
3939
3939
|
"RansomDefenseRollback": [
|
3940
3940
|
{
|
3941
3941
|
"document": "",
|
3942
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RansomDefenseRollback\n<公共请求参数>\n\n{\n \"Quuid\": \"
|
3943
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3942
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RansomDefenseRollback\n<公共请求参数>\n\n{\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"BackupTime\": \"2019-12-25 11:57:15\"\n}",
|
3943
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"xxxx-xxxx-xxxx-xxxx-xxxx\"\n }\n}",
|
3944
3944
|
"title": "防勒索快照回滚"
|
3945
3945
|
}
|
3946
3946
|
],
|
@@ -3979,17 +3979,17 @@
|
|
3979
3979
|
"RetryVulFix": [
|
3980
3980
|
{
|
3981
3981
|
"document": "漏洞修复失败时,重试修复",
|
3982
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryVulFix\n<公共请求参数>\n\n{\n \"VulId\": 1,\n \"Quuid\": \"
|
3982
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RetryVulFix\n<公共请求参数>\n\n{\n \"VulId\": 1,\n \"Quuid\": \"1c26308c-5493-4eaf-a817-112ec25f499e\",\n \"FixId\": 1\n}",
|
3983
3983
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f14ce73f-50d7-4c36-af1d-fc33dae510c4\"\n }\n}",
|
3984
3984
|
"title": "示例"
|
3985
3985
|
}
|
3986
3986
|
],
|
3987
3987
|
"ScanAsset": [
|
3988
3988
|
{
|
3989
|
-
"document": "
|
3990
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ScanAsset\n<公共请求参数>\n\n{\n \"AssetTypeIds\": [\n 1\n ],\n \"Quuids\": [\n \"
|
3991
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
3992
|
-
"title": "
|
3989
|
+
"document": "启动资产指纹扫描",
|
3990
|
+
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ScanAsset\n<公共请求参数>\n\n{\n \"AssetTypeIds\": [\n 1\n ],\n \"Quuids\": [\n \"6cf3c132-aaa-bbbb-b08d-98be9421372a\"\n ]\n}",
|
3991
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8564b09e-0e04-4516-bb59-db09742503c2\",\n \"TaskId\": 1\n }\n}",
|
3992
|
+
"title": "资产指纹扫描"
|
3993
3993
|
}
|
3994
3994
|
],
|
3995
3995
|
"ScanBaseline": [
|