tccli 3.0.1256.1__py2.py3-none-any.whl → 3.0.1257.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/bi/v20220105/api.json +172 -86
- tccli/services/bi/v20220105/examples.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +215 -165
- tccli/services/cdwdoris/v20211228/examples.json +34 -34
- tccli/services/cfg/v20210820/api.json +29 -0
- tccli/services/cwp/cwp_client.py +0 -106
- tccli/services/cwp/v20180228/api.json +0 -405
- tccli/services/cwp/v20180228/examples.json +0 -16
- tccli/services/dlc/v20210125/api.json +265 -216
- tccli/services/dlc/v20210125/examples.json +46 -52
- tccli/services/hunyuan/v20230901/api.json +11 -1
- tccli/services/lke/v20231130/api.json +821 -10
- tccli/services/lke/v20231130/examples.json +10 -16
- tccli/services/ocr/ocr_client.py +361 -308
- tccli/services/ocr/v20181119/api.json +176 -0
- tccli/services/ocr/v20181119/examples.json +8 -0
- tccli/services/rum/v20210622/api.json +241 -135
- tccli/services/rum/v20210622/examples.json +31 -31
- tccli/services/scf/v20180416/api.json +2 -2
- tccli/services/tdmq/v20200217/api.json +3 -3
- tccli/services/tdmq/v20200217/examples.json +3 -3
- tccli/services/teo/teo_client.py +326 -8
- tccli/services/teo/v20220901/api.json +3104 -294
- tccli/services/teo/v20220901/examples.json +69 -3
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1257.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1257.1.dist-info}/RECORD +30 -30
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1257.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1257.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1256.1.dist-info → tccli-3.0.1257.1.dist-info}/license_files/LICENSE +0 -0
@@ -854,20 +854,6 @@
|
|
854
854
|
"output": "DescribeAttackLogsResponse",
|
855
855
|
"status": "deprecated"
|
856
856
|
},
|
857
|
-
"DescribeAttackSource": {
|
858
|
-
"document": "已废弃\n\n查询攻击溯源",
|
859
|
-
"input": "DescribeAttackSourceRequest",
|
860
|
-
"name": "查询攻击溯源",
|
861
|
-
"output": "DescribeAttackSourceResponse",
|
862
|
-
"status": "deprecated"
|
863
|
-
},
|
864
|
-
"DescribeAttackSourceEvents": {
|
865
|
-
"document": "已废弃\n\n查询攻击溯源事件",
|
866
|
-
"input": "DescribeAttackSourceEventsRequest",
|
867
|
-
"name": "查询攻击溯源事件",
|
868
|
-
"output": "DescribeAttackSourceEventsResponse",
|
869
|
-
"status": "deprecated"
|
870
|
-
},
|
871
857
|
"DescribeAttackStatistics": {
|
872
858
|
"document": "网络攻击数据统计",
|
873
859
|
"input": "DescribeAttackStatisticsRequest",
|
@@ -8895,250 +8881,6 @@
|
|
8895
8881
|
],
|
8896
8882
|
"usage": "out"
|
8897
8883
|
},
|
8898
|
-
"AttackSource": {
|
8899
|
-
"document": "攻击溯源",
|
8900
|
-
"members": [
|
8901
|
-
{
|
8902
|
-
"disabled": false,
|
8903
|
-
"document": "攻击溯源节点描述",
|
8904
|
-
"example": " { \"EventId\": 1, \"Level\": 1, \"EventType\": \"BRUTEFORCE\", \"NodeDesc\": \"desc of desc\", \"NodeId\": \"node-id1d*\", \"StartTime\": \"2020-10-01 00:00:01\", \"Ip\": \"1.1.1.*\", \"EndTime\": \"2020-10-02 00:00:01\", \"TimeLineNum\":1, \"NodeDetail\":\"detail for node\" }",
|
8905
|
-
"member": "AttackSourceNode",
|
8906
|
-
"name": "Nodes",
|
8907
|
-
"output_required": true,
|
8908
|
-
"type": "list",
|
8909
|
-
"value_allowed_null": false
|
8910
|
-
},
|
8911
|
-
{
|
8912
|
-
"disabled": false,
|
8913
|
-
"document": "攻击溯源节点路径",
|
8914
|
-
"example": " { \"To\": \"node-b\", \"From\": \"node-a\" }",
|
8915
|
-
"member": "AttackSourceEdge",
|
8916
|
-
"name": "Edges",
|
8917
|
-
"output_required": true,
|
8918
|
-
"type": "list",
|
8919
|
-
"value_allowed_null": false
|
8920
|
-
},
|
8921
|
-
{
|
8922
|
-
"disabled": false,
|
8923
|
-
"document": "请求节点相关事件详情的参数",
|
8924
|
-
"example": " params",
|
8925
|
-
"member": "string",
|
8926
|
-
"name": "EventInfoParam",
|
8927
|
-
"output_required": true,
|
8928
|
-
"type": "string",
|
8929
|
-
"value_allowed_null": false
|
8930
|
-
}
|
8931
|
-
],
|
8932
|
-
"usage": "out"
|
8933
|
-
},
|
8934
|
-
"AttackSourceEdge": {
|
8935
|
-
"document": "攻击溯源路线描述",
|
8936
|
-
"members": [
|
8937
|
-
{
|
8938
|
-
"disabled": false,
|
8939
|
-
"document": "出发节点",
|
8940
|
-
"example": " node_a",
|
8941
|
-
"member": "string",
|
8942
|
-
"name": "From",
|
8943
|
-
"output_required": true,
|
8944
|
-
"type": "string",
|
8945
|
-
"value_allowed_null": false
|
8946
|
-
},
|
8947
|
-
{
|
8948
|
-
"disabled": false,
|
8949
|
-
"document": "目标节点",
|
8950
|
-
"example": " node_b",
|
8951
|
-
"member": "string",
|
8952
|
-
"name": "To",
|
8953
|
-
"output_required": true,
|
8954
|
-
"type": "string",
|
8955
|
-
"value_allowed_null": false
|
8956
|
-
}
|
8957
|
-
],
|
8958
|
-
"usage": "out"
|
8959
|
-
},
|
8960
|
-
"AttackSourceEvent": {
|
8961
|
-
"document": "攻击溯源事件",
|
8962
|
-
"members": [
|
8963
|
-
{
|
8964
|
-
"disabled": false,
|
8965
|
-
"document": "事件类型:0:文件查杀,1:异常登录, 2:密码破解,3:恶意请求,4:高危命令",
|
8966
|
-
"example": "1",
|
8967
|
-
"member": "uint64",
|
8968
|
-
"name": "EventType",
|
8969
|
-
"output_required": true,
|
8970
|
-
"type": "int",
|
8971
|
-
"value_allowed_null": false
|
8972
|
-
},
|
8973
|
-
{
|
8974
|
-
"disabled": false,
|
8975
|
-
"document": "【文件查杀】病毒名 VirusName、文件名 FileName、文件路径 FilePath、文件大小 FileSize、文件MD5 MD5、首次发现时间 CreateTime、最近检测时间LatestScanTime、危害描述 HarmDescribe、修复建议SuggestScheme\n【异常登录】来源IP SrcIp、来源地 Location、登录用户名 UserName、登录时间 LoginTime\n【密码破解】来源IP SrcIp、来源地 City,Country 、协议 Protocol、登录用户名UserName 、端口 Port、尝试次数 Count、首次攻击时间 CreateTime、最近攻击时间 ModifyTime\n【恶意请求】恶意请求域名 Url、进程ProcessName 、MD5 ProcessMd5、PID Pid、请求次数 AccessCount、最近请求时间 MergeTime、危害描述 HarmDescribe、修复建议SuggestScheme\n【高危命令】命中规则名 RuleName、规则类别 RuleCategory、命令内容 BashCmd、数据来源 DetectBy、登录用户 User、PID Pid、发生时间 CreateTime 、危害描述 HarmDescribe、修复建议SuggestScheme",
|
8976
|
-
"example": "VirusName",
|
8977
|
-
"member": "string",
|
8978
|
-
"name": "Content",
|
8979
|
-
"output_required": true,
|
8980
|
-
"type": "string",
|
8981
|
-
"value_allowed_null": false
|
8982
|
-
},
|
8983
|
-
{
|
8984
|
-
"disabled": false,
|
8985
|
-
"document": "入侵时间",
|
8986
|
-
"example": "2021-03-30 19:17:28",
|
8987
|
-
"member": "string",
|
8988
|
-
"name": "CreatedTime",
|
8989
|
-
"output_required": true,
|
8990
|
-
"type": "string",
|
8991
|
-
"value_allowed_null": false
|
8992
|
-
},
|
8993
|
-
{
|
8994
|
-
"disabled": false,
|
8995
|
-
"document": "等级 事件统一等级 0:提示,1:低危, 2:中危, 3:高危, 4:严重",
|
8996
|
-
"example": "1",
|
8997
|
-
"member": "uint64",
|
8998
|
-
"name": "Level",
|
8999
|
-
"output_required": true,
|
9000
|
-
"type": "int",
|
9001
|
-
"value_allowed_null": false
|
9002
|
-
},
|
9003
|
-
{
|
9004
|
-
"disabled": false,
|
9005
|
-
"document": "等级中文展示字符串",
|
9006
|
-
"example": "严重",
|
9007
|
-
"member": "string",
|
9008
|
-
"name": "LevelZh",
|
9009
|
-
"output_required": true,
|
9010
|
-
"type": "string",
|
9011
|
-
"value_allowed_null": false
|
9012
|
-
},
|
9013
|
-
{
|
9014
|
-
"disabled": false,
|
9015
|
-
"document": "事件id",
|
9016
|
-
"example": "12",
|
9017
|
-
"member": "uint64",
|
9018
|
-
"name": "Id",
|
9019
|
-
"output_required": true,
|
9020
|
-
"type": "int",
|
9021
|
-
"value_allowed_null": false
|
9022
|
-
},
|
9023
|
-
{
|
9024
|
-
"disabled": false,
|
9025
|
-
"document": "主机uuid",
|
9026
|
-
"example": "e5b4724c-49af-46ab-bd84-cdbae897e7e0",
|
9027
|
-
"member": "string",
|
9028
|
-
"name": "Uuid",
|
9029
|
-
"output_required": true,
|
9030
|
-
"type": "string",
|
9031
|
-
"value_allowed_null": false
|
9032
|
-
}
|
9033
|
-
],
|
9034
|
-
"usage": "out"
|
9035
|
-
},
|
9036
|
-
"AttackSourceNode": {
|
9037
|
-
"document": "攻击溯源节点",
|
9038
|
-
"members": [
|
9039
|
-
{
|
9040
|
-
"disabled": false,
|
9041
|
-
"document": "事件ID,为空的时候表示没有对应事件",
|
9042
|
-
"example": "1",
|
9043
|
-
"member": "uint64",
|
9044
|
-
"name": "EventId",
|
9045
|
-
"output_required": true,
|
9046
|
-
"type": "int",
|
9047
|
-
"value_allowed_null": false
|
9048
|
-
},
|
9049
|
-
{
|
9050
|
-
"disabled": false,
|
9051
|
-
"document": "BRUTEFORCE:密码破解、MALWARE:木马、BASH:高危命令、RISK_DNS:恶意请求、LOGIN:异地登录、HOST:主机节点, TIME_ORDER:通用节点",
|
9052
|
-
"example": "BRUTEFORCE",
|
9053
|
-
"member": "string",
|
9054
|
-
"name": "EventType",
|
9055
|
-
"output_required": true,
|
9056
|
-
"type": "string",
|
9057
|
-
"value_allowed_null": false
|
9058
|
-
},
|
9059
|
-
{
|
9060
|
-
"disabled": false,
|
9061
|
-
"document": "节点ip 当节点为HOST时",
|
9062
|
-
"example": "10.0.0.1",
|
9063
|
-
"member": "string",
|
9064
|
-
"name": "Ip",
|
9065
|
-
"output_required": true,
|
9066
|
-
"type": "string",
|
9067
|
-
"value_allowed_null": false
|
9068
|
-
},
|
9069
|
-
{
|
9070
|
-
"disabled": false,
|
9071
|
-
"document": "等级 0:提示,1:低危, 2:中危, 3:高危, 4:严重",
|
9072
|
-
"example": "0",
|
9073
|
-
"member": "uint64",
|
9074
|
-
"name": "Level",
|
9075
|
-
"output_required": true,
|
9076
|
-
"type": "int",
|
9077
|
-
"value_allowed_null": false
|
9078
|
-
},
|
9079
|
-
{
|
9080
|
-
"disabled": false,
|
9081
|
-
"document": "节点ID",
|
9082
|
-
"example": " node-uniqueid",
|
9083
|
-
"member": "string",
|
9084
|
-
"name": "NodeId",
|
9085
|
-
"output_required": true,
|
9086
|
-
"type": "string",
|
9087
|
-
"value_allowed_null": false
|
9088
|
-
},
|
9089
|
-
{
|
9090
|
-
"disabled": false,
|
9091
|
-
"document": "开始时间",
|
9092
|
-
"example": "2021-03-30 19:17:28",
|
9093
|
-
"member": "string",
|
9094
|
-
"name": "StartTime",
|
9095
|
-
"output_required": true,
|
9096
|
-
"type": "string",
|
9097
|
-
"value_allowed_null": false
|
9098
|
-
},
|
9099
|
-
{
|
9100
|
-
"disabled": false,
|
9101
|
-
"document": "结束时间",
|
9102
|
-
"example": "2021-03-30 19:17:28",
|
9103
|
-
"member": "string",
|
9104
|
-
"name": "EndTime",
|
9105
|
-
"output_required": true,
|
9106
|
-
"type": "string",
|
9107
|
-
"value_allowed_null": false
|
9108
|
-
},
|
9109
|
-
{
|
9110
|
-
"disabled": false,
|
9111
|
-
"document": "通用节点的描述",
|
9112
|
-
"example": "desc ",
|
9113
|
-
"member": "string",
|
9114
|
-
"name": "NodeDesc",
|
9115
|
-
"output_required": true,
|
9116
|
-
"type": "string",
|
9117
|
-
"value_allowed_null": false
|
9118
|
-
},
|
9119
|
-
{
|
9120
|
-
"disabled": false,
|
9121
|
-
"document": "时间线编号,同一个编号的节点属于同一个时间线",
|
9122
|
-
"example": "1",
|
9123
|
-
"member": "uint64",
|
9124
|
-
"name": "TimeLineNum",
|
9125
|
-
"output_required": true,
|
9126
|
-
"type": "int",
|
9127
|
-
"value_allowed_null": false
|
9128
|
-
},
|
9129
|
-
{
|
9130
|
-
"disabled": false,
|
9131
|
-
"document": "节点详情",
|
9132
|
-
"example": " detail",
|
9133
|
-
"member": "string",
|
9134
|
-
"name": "NodeDetail",
|
9135
|
-
"output_required": true,
|
9136
|
-
"type": "string",
|
9137
|
-
"value_allowed_null": false
|
9138
|
-
}
|
9139
|
-
],
|
9140
|
-
"usage": "out"
|
9141
|
-
},
|
9142
8884
|
"BanWhiteList": {
|
9143
8885
|
"document": "阻断白名单规则",
|
9144
8886
|
"members": [
|
@@ -20661,153 +20403,6 @@
|
|
20661
20403
|
],
|
20662
20404
|
"type": "object"
|
20663
20405
|
},
|
20664
|
-
"DescribeAttackSourceEventsRequest": {
|
20665
|
-
"document": "DescribeAttackSourceEvents请求参数结构体",
|
20666
|
-
"members": [
|
20667
|
-
{
|
20668
|
-
"disabled": false,
|
20669
|
-
"document": "主机uuid",
|
20670
|
-
"example": "xxx",
|
20671
|
-
"member": "string",
|
20672
|
-
"name": "Uuid",
|
20673
|
-
"required": true,
|
20674
|
-
"type": "string"
|
20675
|
-
},
|
20676
|
-
{
|
20677
|
-
"disabled": false,
|
20678
|
-
"document": "开始日期",
|
20679
|
-
"example": "xxx",
|
20680
|
-
"member": "date",
|
20681
|
-
"name": "BeginDate",
|
20682
|
-
"required": true,
|
20683
|
-
"type": "string"
|
20684
|
-
},
|
20685
|
-
{
|
20686
|
-
"disabled": false,
|
20687
|
-
"document": "结束日期",
|
20688
|
-
"example": "xxx",
|
20689
|
-
"member": "date",
|
20690
|
-
"name": "EndDate",
|
20691
|
-
"required": true,
|
20692
|
-
"type": "string"
|
20693
|
-
},
|
20694
|
-
{
|
20695
|
-
"disabled": false,
|
20696
|
-
"document": "接口DescribeAttackSource 返回的EventInfoParam",
|
20697
|
-
"example": "xxxx",
|
20698
|
-
"member": "string",
|
20699
|
-
"name": "EventInfoParam",
|
20700
|
-
"required": true,
|
20701
|
-
"type": "string"
|
20702
|
-
},
|
20703
|
-
{
|
20704
|
-
"disabled": false,
|
20705
|
-
"document": "限制分页条数默认10",
|
20706
|
-
"example": "xxx",
|
20707
|
-
"member": "uint64",
|
20708
|
-
"name": "Limit",
|
20709
|
-
"required": false,
|
20710
|
-
"type": "int"
|
20711
|
-
},
|
20712
|
-
{
|
20713
|
-
"disabled": false,
|
20714
|
-
"document": "起始步长默认0",
|
20715
|
-
"example": "xxx",
|
20716
|
-
"member": "uint64",
|
20717
|
-
"name": "Offset",
|
20718
|
-
"required": false,
|
20719
|
-
"type": "int"
|
20720
|
-
}
|
20721
|
-
],
|
20722
|
-
"type": "object"
|
20723
|
-
},
|
20724
|
-
"DescribeAttackSourceEventsResponse": {
|
20725
|
-
"document": "DescribeAttackSourceEvents返回参数结构体",
|
20726
|
-
"members": [
|
20727
|
-
{
|
20728
|
-
"disabled": false,
|
20729
|
-
"document": "总条数",
|
20730
|
-
"example": "xxx",
|
20731
|
-
"member": "uint64",
|
20732
|
-
"name": "TotalCount",
|
20733
|
-
"required": true,
|
20734
|
-
"type": "int",
|
20735
|
-
"value_allowed_null": false
|
20736
|
-
},
|
20737
|
-
{
|
20738
|
-
"disabled": false,
|
20739
|
-
"document": "攻击溯源事件列表",
|
20740
|
-
"example": "xxx",
|
20741
|
-
"member": "AttackSourceEvent",
|
20742
|
-
"name": "List",
|
20743
|
-
"required": true,
|
20744
|
-
"type": "list",
|
20745
|
-
"value_allowed_null": false
|
20746
|
-
},
|
20747
|
-
{
|
20748
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
20749
|
-
"member": "string",
|
20750
|
-
"name": "RequestId",
|
20751
|
-
"type": "string"
|
20752
|
-
}
|
20753
|
-
],
|
20754
|
-
"type": "object"
|
20755
|
-
},
|
20756
|
-
"DescribeAttackSourceRequest": {
|
20757
|
-
"document": "DescribeAttackSource请求参数结构体",
|
20758
|
-
"members": [
|
20759
|
-
{
|
20760
|
-
"disabled": false,
|
20761
|
-
"document": "主机uuid",
|
20762
|
-
"example": "xxx",
|
20763
|
-
"member": "string",
|
20764
|
-
"name": "Uuid",
|
20765
|
-
"required": true,
|
20766
|
-
"type": "string"
|
20767
|
-
},
|
20768
|
-
{
|
20769
|
-
"disabled": false,
|
20770
|
-
"document": "开始日期",
|
20771
|
-
"example": "xxx",
|
20772
|
-
"member": "date",
|
20773
|
-
"name": "BeginDate",
|
20774
|
-
"required": true,
|
20775
|
-
"type": "string"
|
20776
|
-
},
|
20777
|
-
{
|
20778
|
-
"disabled": false,
|
20779
|
-
"document": "结束日期",
|
20780
|
-
"example": "xxx",
|
20781
|
-
"member": "date",
|
20782
|
-
"name": "EndDate",
|
20783
|
-
"required": true,
|
20784
|
-
"type": "string"
|
20785
|
-
}
|
20786
|
-
],
|
20787
|
-
"type": "object"
|
20788
|
-
},
|
20789
|
-
"DescribeAttackSourceResponse": {
|
20790
|
-
"document": "DescribeAttackSource返回参数结构体",
|
20791
|
-
"members": [
|
20792
|
-
{
|
20793
|
-
"disabled": false,
|
20794
|
-
"document": "攻击溯源数据",
|
20795
|
-
"example": "xxx",
|
20796
|
-
"member": "AttackSource",
|
20797
|
-
"name": "AttackSource",
|
20798
|
-
"required": true,
|
20799
|
-
"type": "object",
|
20800
|
-
"value_allowed_null": false
|
20801
|
-
},
|
20802
|
-
{
|
20803
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
20804
|
-
"member": "string",
|
20805
|
-
"name": "RequestId",
|
20806
|
-
"type": "string"
|
20807
|
-
}
|
20808
|
-
],
|
20809
|
-
"type": "object"
|
20810
|
-
},
|
20811
20406
|
"DescribeAttackStatisticsRequest": {
|
20812
20407
|
"document": "DescribeAttackStatistics请求参数结构体",
|
20813
20408
|
"members": [],
|
@@ -976,22 +976,6 @@
|
|
976
976
|
"title": "网络攻击日志列表"
|
977
977
|
}
|
978
978
|
],
|
979
|
-
"DescribeAttackSource": [
|
980
|
-
{
|
981
|
-
"document": "查询攻击溯源",
|
982
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackSource\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\",\n \"Uuid\": \"xx\"\n}",
|
983
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"AttackSource\": {\n \"EventInfoParam\": \"xx\",\n \"Nodes\": [\n {\n \"EventId\": 1,\n \"Level\": 1,\n \"EventType\": \"xx\",\n \"NodeDesc\": \"xx\",\n \"NodeId\": \"xx\",\n \"StartTime\": \"xx\",\n \"Ip\": \"xx\",\n \"EndTime\": \"xx\"\n }\n ],\n \"Edges\": [\n {\n \"To\": \"xx\",\n \"From\": \"xx\"\n }\n ]\n }\n }\n}",
|
984
|
-
"title": "查询攻击溯源"
|
985
|
-
}
|
986
|
-
],
|
987
|
-
"DescribeAttackSourceEvents": [
|
988
|
-
{
|
989
|
-
"document": "查询攻击溯源",
|
990
|
-
"input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAttackSourceEvents\n<公共请求参数>\n\n{\n \"BeginDate\": \"2020-09-22\",\n \"EndDate\": \"2020-09-22\",\n \"Uuid\": \"xx\",\n \"EventInfoParam\": \"dsss\"\n}",
|
991
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"List\": [\n {\n \"Uuid\": \"xx\",\n \"Level\": 1,\n \"EventType\": 1,\n \"Content\": \"xx\",\n \"CreatedTime\": \"xx\",\n \"LevelZh\": \"xx\",\n \"Id\": 1\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
992
|
-
"title": "查询攻击溯源"
|
993
|
-
}
|
994
|
-
],
|
995
979
|
"DescribeAttackStatistics": [
|
996
980
|
{
|
997
981
|
"document": "网络攻击数据统计",
|