1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
|
<?php return [
'version' => '1.0',
'info' => ['style' => 'RPC', 'product' => 'SasRasp', 'version' => '2024-07-27'],
'directories' => [
[
'children' => ['DescribeAttackProtectionCount', 'DescribeAttacks'],
'type' => 'directory',
'title' => '攻击告警',
'id' => 433485,
],
],
'components' => [
'schemas' => [],
],
'apis' => [
'DescribeAttackProtectionCount' => [
'summary' => '查看攻击防护计数。',
'methods' => ['get', 'post'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'deprecated' => false,
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsas30M8TS'],
'autoTest' => true,
'tenantRelevance' => 'tenant',
],
'parameters' => [
[
'name' => 'StartTimestamp',
'in' => 'query',
'schema' => ['description' => '开始时间(毫秒级时间戳)。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1739289981765'],
],
[
'name' => 'EndTimestamp',
'in' => 'query',
'schema' => ['description' => '结束时间(毫秒级时间戳)。', 'type' => 'integer', 'format' => 'int32', 'required' => true, 'example' => '1767456000000'],
],
[
'name' => 'AgentType',
'in' => 'query',
'schema' => ['description' => '需要获取的 Agent 类型。', 'type' => 'string', 'required' => false, 'example' => 'sas'],
],
],
'responses' => [
200 => [
'schema' => [
'title' => 'Schema of Response',
'description' => 'Schema of Response',
'type' => 'object',
'properties' => [
'RequestId' => ['title' => 'Id of the request', 'description' => '唯一请求ID。', 'type' => 'string', 'example' => '400E8C8C-ADD3-5F25-9038-BDC057841D20'],
'TotalRequestCount' => ['description' => '总请求数。', 'type' => 'integer', 'format' => 'int64', 'example' => '61134279'],
'BlockHighCount' => ['description' => '阻断高危告警数。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'BlockMediumCount' => ['description' => '阻断中危告警数。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'BlockLowCount' => ['description' => '阻断低危告警数。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'MonitorHighCount' => ['description' => '监控高危次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'MonitorMediumCount' => ['description' => '监控中危次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
'MonitorLowCount' => ['description' => '监控低危次数。', 'type' => 'integer', 'format' => 'int64', 'example' => '0'],
],
],
],
],
'staticInfo' => ['returnType' => 'synchronous'],
'title' => '查看攻击防护计数',
'changeSet' => [],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sas:DescribeAttackProtectionCount',
'authLevel' => 'operate',
'actionConditions' => [],
'resources' => [
['validationType' => 'always', 'product' => 'SasRasp', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"RequestId\\": \\"400E8C8C-ADD3-5F25-9038-BDC057841D20\\",\\n \\"TotalRequestCount\\": 61134279,\\n \\"BlockHighCount\\": 0,\\n \\"BlockMediumCount\\": 0,\\n \\"BlockLowCount\\": 0,\\n \\"MonitorHighCount\\": 0,\\n \\"MonitorMediumCount\\": 0,\\n \\"MonitorLowCount\\": 0\\n}","type":"json"}]',
],
'DescribeAttacks' => [
'methods' => ['post', 'get'],
'schemes' => ['https'],
'security' => [
[
'AK' => [],
],
],
'operationType' => 'read',
'systemTags' => [
'operationType' => 'get',
'riskType' => 'none',
'chargeType' => 'free',
'abilityTreeNodes' => ['FEATUREsas30M8TS'],
],
'parameters' => [
[
'name' => 'Lang',
'in' => 'formData',
'schema' => ['description' => '请求和接收消息的语言类型。取值:'."\n"
.'- **zh**:中文。'."\n"
.'- **en**:英文。', 'type' => 'string', 'required' => false, 'example' => 'zh'],
],
[
'name' => 'Region',
'in' => 'query',
'schema' => ['description' => '区域(仅支持:cn-hangzhou)。', 'type' => 'string', 'required' => false, 'example' => 'cn-hangzhou'],
],
[
'name' => 'AgentType',
'in' => 'query',
'schema' => ['description' => '需要获取的 Agent 类型(仅支持:sas)。', 'type' => 'string', 'required' => false, 'example' => 'sas'],
],
[
'name' => 'ApplicationId',
'in' => 'query',
'schema' => ['description' => '应用ID。'."\n"
.'> 您可以调用[DescribeSasApplications](~~DescribeSasApplications~~)获取该参数。', 'type' => 'string', 'required' => false, 'example' => '67e283ee866f097cf07d****'],
],
[
'name' => 'StartTimestamp',
'in' => 'query',
'schema' => ['description' => '开始时间(时间戳,单位:毫秒)。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1727281449756'],
],
[
'name' => 'EndTimestamp',
'in' => 'query',
'schema' => ['description' => '结束时间(时间戳,单位:毫秒)。', 'type' => 'integer', 'format' => 'int64', 'required' => true, 'example' => '1737216000000'],
],
[
'name' => 'PageNumber',
'in' => 'query',
'schema' => ['description' => '查询页码。默认值:1。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '4'],
],
[
'name' => 'PageSize',
'in' => 'query',
'schema' => ['description' => '每页显示条例数。默认值:10。', 'type' => 'integer', 'format' => 'int64', 'required' => false, 'example' => '10'],
],
[
'name' => 'UnionId',
'in' => 'query',
'schema' => ['description' => '创建人的unionId(工号)。', 'type' => 'string', 'required' => false, 'example' => '2d14556b77cf1bf7c696e010aaa*****'],
],
[
'name' => 'AttackUrl',
'in' => 'query',
'schema' => ['description' => '请求URL。', 'type' => 'string', 'required' => false, 'example' => 'http://aliyun.com'],
],
[
'name' => 'AttackType',
'in' => 'query',
'schema' => ['description' => '攻击类型取值说明。取值:'."\n"
.'- file_read:任意文件读取。'."\n"
.'- sql:sql注入。'."\n"
.'- xxe:XXE。'."\n"
.'- ssrf:恶意外连。'."\n"
.'- rce:命令执行。'."\n"
.'- file:恶意文件读写。'."\n"
.'- thread_inject:线程注入。'."\n"
.'- file_upload:恶意文件上传。'."\n"
.'- file_list:目录遍历。'."\n"
.'- memory_shell:内存马注入。'."\n"
.'- jni:JNI注入。'."\n"
.'- dns:恶意DNS查询。'."\n"
.'- reflect:恶意反射调用。'."\n"
.'- file_delete:任意文件删除。'."\n"
.'- jndi:JNDI注入。'."\n"
.'- read_object:反序列化攻击。'."\n"
.'- dangerous_protocol:危险协议使用。'."\n"
.'- attach:恶意Attach。'."\n"
.'- expression:表达式注入。'."\n"
.'- engine:引擎注入。'."\n"
.'- beans:恶意beans绑定。'."\n"
.'- classloader:恶意类加载。'."\n"
.'- jstl:JSTL任意文件包含。'."\n"
.'- callable:回调函数执行。'."\n"
.'- unserialize:反序列化。'."\n"
.'- include:恶意文件包含。'."\n"
.'- eval:任意代码执行。', 'type' => 'string', 'required' => false, 'example' => 'sql'],
],
[
'name' => 'HandlerType',
'in' => 'query',
'schema' => ['description' => '处理方式取值说明。取值:'."\n"
.'- monitor:监控。'."\n"
.'- block:阻断。', 'type' => 'string', 'required' => false, 'example' => 'block'],
],
[
'name' => 'Severity',
'in' => 'query',
'schema' => ['description' => '攻击危险等级取值说明。取值:'."\n"
.'- low:低危。'."\n"
.'- medium:中危。'."\n"
.'- high:高危。', 'type' => 'string', 'required' => false, 'example' => 'high'],
],
[
'name' => 'Hostname',
'in' => 'query',
'schema' => ['description' => '主机名。', 'type' => 'string', 'required' => false, 'example' => 'lshm-sec-waf-new-38'],
],
[
'name' => 'Ip',
'in' => 'query',
'schema' => ['description' => '告警事件中的 IP 地址。', 'type' => 'string', 'required' => false, 'example' => '127.0.0.1'],
],
[
'name' => 'AttackHostId',
'in' => 'query',
'schema' => ['description' => '攻击主机Id。', 'type' => 'string', 'required' => false, 'example' => '127.0.0.1'],
],
[
'name' => 'RaspType',
'in' => 'query',
'schema' => ['description' => '应用语言取值说明。取值:'."\n"
.'- java:Java。'."\n"
.'- php:PHP。', 'type' => 'string', 'required' => false, 'example' => 'java'],
],
[
'name' => 'Pid',
'in' => 'query',
'schema' => ['description' => '进程ID。', 'type' => 'string', 'required' => false, 'example' => '10359'],
],
[
'name' => 'Remote',
'in' => 'query',
'schema' => ['description' => '攻击者IP。', 'type' => 'string', 'required' => false, 'example' => '127.0.0.1'],
],
[
'name' => 'HandleStatus',
'in' => 'query',
'schema' => ['title' => '处置状态,值为0/1', 'description' => '处置状态,取值:'."\n"
."\n"
.'- 0:未处置。'."\n"
.'- 1:已处置。', 'type' => 'integer', 'format' => 'int32', 'required' => false, 'example' => '0'],
],
],
'responses' => [
200 => [
'schema' => [
'type' => 'object',
'properties' => [
'TotalCount' => ['description' => '总数。', 'type' => 'integer', 'format' => 'int64', 'example' => '289'],
'RequestId' => ['description' => '请求ID。', 'type' => 'string', 'example' => '4E7772EA-1AD0-5583-BA55-A4E7B65F****'],
'Attacks' => [
'description' => '攻击数据列表。',
'type' => 'array',
'items' => [
'description' => '攻击数据。',
'type' => 'object',
'properties' => [
'MinTimestamp' => ['description' => '整个 Topic 目前存储的最新的消息的时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1727281449756'],
'PayloadLength' => ['description' => '包长度最小值。', 'type' => 'integer', 'format' => 'int64', 'example' => '100'],
'Message' => ['description' => '攻击信息。', 'type' => 'string', 'example' => '通过危险堆栈读取敏感文件'],
'Os' => ['description' => '服务器的操作系统类型。', 'type' => 'string', 'example' => 'linux'],
'AppDir' => ['description' => '应用目录。', 'type' => 'string', 'example' => '/app'],
'Headers' => ['description' => '表头名称。', 'type' => 'string', 'example' => '{\'X-Total-Count\': 1}'],
'Stacktrace' => [
'description' => '堆栈跟踪列表。',
'type' => 'array',
'items' => ['description' => '堆栈跟踪。', 'type' => 'string', 'example' => 'null'],
],
'OsVersion' => ['description' => '机型名。', 'type' => 'string', 'example' => 'aliyun_V3_5.1'],
'Ip' => ['description' => 'ip信息。', 'type' => 'string', 'example' => '47.92.92.85'],
'RaspVersion' => ['description' => 'Rasp版本。', 'type' => 'string', 'example' => 'php'],
'UnionId' => ['description' => 'unionId。', 'type' => 'string', 'example' => '23yaet4dg6ek3s7aj'],
'Remote' => ['description' => '攻击者IP。', 'type' => 'string', 'example' => '192.168.1.1'],
'MiddlewareInstanceId' => ['description' => '中间件实例ID。', 'type' => 'string', 'example' => 'null'],
'Time' => ['description' => '最新发生时间,单位:秒。', 'type' => 'string', 'example' => '1724033134746'],
'RuleResult' => ['description' => '防御状态。', 'type' => 'string', 'example' => '2'],
'Count' => ['description' => '总条数。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'MaxTimestamp' => ['description' => '整个 Topic 目前存储的最早的消息的时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1727281449756'],
'Timestamp' => ['description' => '时间戳。', 'type' => 'integer', 'format' => 'int64', 'example' => '1712284140'],
'Url' => ['description' => '请求URL。', 'type' => 'string', 'example' => 'https://other-general-huadong1.oss-cn-hangzhou.aliyuncs.com/uploadWidget/TaxiInvoice_01.jpeg'],
'AppName' => ['description' => '应用名称。', 'type' => 'string', 'example' => 'zhxy'],
'Result' => ['description' => '证书主题备用名。', 'type' => 'string', 'example' => '[{\'TagKey\': \'acs:rm:rgId\', \'TagValue\': \'rg-aek25bwhtt22cjq\'}]'],
'Jdk' => ['description' => 'JDK版本。', 'type' => 'string', 'example' => '1.8.0_342'],
'Language' => ['description' => '语言。', 'type' => 'string', 'example' => 'cn'],
'Confidence' => ['description' => '置信度。', 'type' => 'string', 'example' => 'high'],
'LanguageVersion' => ['description' => '应用描述语语言版本。', 'type' => 'string', 'example' => '1.0'],
'Hostname' => ['description' => '主机名。', 'type' => 'string', 'example' => 'hostnames'],
'Severity' => ['description' => 'Severity'."\n"
.'攻击危险等级取值说明。取值:'."\n"
.'- low:低危。'."\n"
.'- medium:中危。'."\n"
.'- high:高危。', 'type' => 'string', 'example' => 'low'],
'Data' => ['description' => '返回数据。', 'type' => 'string', 'example' => '{\'All\': 12, \'Online\': 9}'],
'Pid' => ['description' => '进程。', 'type' => 'string', 'example' => '29719'],
'Method' => ['description' => '请求方法。', 'type' => 'string', 'example' => 'POST'],
'HostId' => ['description' => '主机ID。', 'type' => 'string', 'example' => '100.116.60.78'],
'Avd' => ['description' => '虚拟设备。', 'type' => 'string', 'example' => 'null'],
'InputParamItemList' => [
'description' => '输入参数项列表。',
'type' => 'array',
'items' => [
'description' => '输入参数项。',
'type' => 'object',
'properties' => [
'Value' => ['description' => '数值。', 'type' => 'string', 'example' => '10.101.9.189'],
'ProcessedKey' => ['description' => '已处理密钥。', 'type' => 'string', 'example' => '4E7772EA-1AD0-5583-BA55-A4****'],
'RawKey' => ['description' => '原密钥。', 'type' => 'string', 'example' => '4E7772EA-1AD0-5583-BA55-A4****'],
],
],
],
'Type' => ['description' => '攻击类型。', 'type' => 'string', 'example' => 'exact'],
'AppId' => ['description' => '应用ID。', 'type' => 'string', 'example' => '661dece60bb1'],
'Content' => ['description' => '检测内容。', 'type' => 'string', 'example' => '{\'Exist\': \'false\'}'],
'InstallType' => ['description' => '安装方式,取值:'."\n"
."\n"
.'- 1:静态安装。'."\n"
.'- 2:动态安装。'."\n"
.'- 3: ACK安装。', 'type' => 'integer', 'format' => 'int64', 'example' => '1'],
'Param' => ['description' => '数据库信息。', 'type' => 'string', 'example' => 'PUBLIC_CLOUD'],
'OsArch' => ['description' => '系统架构。', 'type' => 'string', 'example' => 'linux'],
'Region' => ['description' => '地理信息。', 'type' => 'string', 'example' => 'cn-shanghai'],
'Payload' => ['description' => '响应体。', 'type' => 'string', 'example' => '245256'],
'ContentLength' => ['description' => '内容长度。', 'type' => 'integer', 'format' => 'int64', 'example' => '1024'],
'Cmdline' => ['description' => '进程命令行。', 'type' => 'string', 'example' => 'jar'],
'HandleStatus' => ['title' => '告警处置状态', 'description' => '告警处置状态。', 'type' => 'integer', 'format' => 'int32', 'example' => '0'],
'HandleTimestamp' => ['title' => '告警处置时间', 'description' => '告警处置时间。', 'type' => 'integer', 'format' => 'int64', 'example' => '1758607200'],
'LlmAsset' => ['type' => 'boolean', 'description' => ''],
],
],
],
],
'description' => '',
],
],
],
'gatewayOptions' => [
'gatewayProtocols' => [],
],
'title' => '查看攻击信息',
'summary' => '攻击告警页面下攻击信息详情',
'changeSet' => [
['createdAt' => '2026-03-02T09:30:12.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2026-01-08T09:51:38.000Z', 'description' => '请求参数发生变更'],
['createdAt' => '2025-11-25T04:48:37.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2025-07-18T01:53:59.000Z', 'description' => '响应参数发生变更'],
['createdAt' => '2025-05-29T06:10:46.000Z', 'description' => '请求参数发生变更'],
],
'ramActions' => [
[
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sas:DescribeAttacks',
'authLevel' => 'operate',
'actionConditions' => [],
'resources' => [
['validationType' => 'always', 'product' => 'SasRasp', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'responseDemo' => '[{"errorExample":"","example":"{\\n \\"TotalCount\\": 289,\\n \\"RequestId\\": \\"4E7772EA-1AD0-5583-BA55-A4E7B65F****\\",\\n \\"Attacks\\": [\\n {\\n \\"MinTimestamp\\": 1727281449756,\\n \\"PayloadLength\\": 100,\\n \\"Message\\": \\"通过危险堆栈读取敏感文件\\",\\n \\"Os\\": \\"linux\\",\\n \\"AppDir\\": \\"/app\\",\\n \\"Headers\\": \\"{\'X-Total-Count\': 1}\\",\\n \\"Stacktrace\\": [\\n \\"null\\"\\n ],\\n \\"OsVersion\\": \\"aliyun_V3_5.1\\",\\n \\"Ip\\": \\"47.92.92.85\\",\\n \\"RaspVersion\\": \\"php\\",\\n \\"UnionId\\": \\"23yaet4dg6ek3s7aj\\",\\n \\"Remote\\": \\"192.168.1.1\\",\\n \\"MiddlewareInstanceId\\": \\"null\\",\\n \\"Time\\": \\"1724033134746\\",\\n \\"RuleResult\\": \\"2\\",\\n \\"Count\\": 1,\\n \\"MaxTimestamp\\": 1727281449756,\\n \\"Timestamp\\": 1712284140,\\n \\"Url\\": \\"https://other-general-huadong1.oss-cn-hangzhou.aliyuncs.com/uploadWidget/TaxiInvoice_01.jpeg\\",\\n \\"AppName\\": \\"zhxy\\",\\n \\"Result\\": \\"[{\'TagKey\': \'acs:rm:rgId\', \'TagValue\': \'rg-aek25bwhtt22cjq\'}]\\",\\n \\"Jdk\\": \\"1.8.0_342\\",\\n \\"Language\\": \\"cn\\",\\n \\"Confidence\\": \\"high\\",\\n \\"LanguageVersion\\": \\"1.0\\",\\n \\"Hostname\\": \\"hostnames\\",\\n \\"Severity\\": \\"low\\",\\n \\"Data\\": \\"{\'All\': 12, \'Online\': 9}\\",\\n \\"Pid\\": \\"29719\\",\\n \\"Method\\": \\"POST\\",\\n \\"HostId\\": \\"100.116.60.78\\",\\n \\"Avd\\": \\"null\\",\\n \\"InputParamItemList\\": [\\n {\\n \\"Value\\": \\"10.101.9.189\\",\\n \\"ProcessedKey\\": \\"4E7772EA-1AD0-5583-BA55-A4****\\",\\n \\"RawKey\\": \\"4E7772EA-1AD0-5583-BA55-A4****\\"\\n }\\n ],\\n \\"Type\\": \\"exact\\",\\n \\"AppId\\": \\"661dece60bb1\\",\\n \\"Content\\": \\"{\'Exist\': \'false\'}\\",\\n \\"InstallType\\": 1,\\n \\"Param\\": \\"PUBLIC_CLOUD\\",\\n \\"OsArch\\": \\"linux\\",\\n \\"Region\\": \\"cn-shanghai\\",\\n \\"Payload\\": \\"245256\\",\\n \\"ContentLength\\": 1024,\\n \\"Cmdline\\": \\"jar\\",\\n \\"HandleStatus\\": 0,\\n \\"HandleTimestamp\\": 1758607200,\\n \\"LlmAsset\\": true\\n }\\n ]\\n}","type":"json"}]',
],
],
'endpoints' => [
['regionId' => 'ap-southeast-1', 'regionName' => '新加坡', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sasrasp.ap-southeast-1.aliyuncs.com', 'endpoint' => 'sasrasp.ap-southeast-1.aliyuncs.com', 'vpc' => ''],
['regionId' => 'cn-hangzhou', 'regionName' => '华东1(杭州)', 'areaId' => 'asiaPacific', 'areaName' => '亚太', 'public' => 'sasrasp.cn-hangzhou.aliyuncs.com', 'endpoint' => 'sasrasp.cn-hangzhou.aliyuncs.com', 'vpc' => ''],
],
'errorCodes' => [
['code' => 'Rasp.App.DeleteFail', 'message' => 'The attach records are not empty, or has active instances.', 'http_code' => 403, 'description' => '应用分组删除失败'],
['code' => 'Rasp.App.NameDuplicate', 'message' => 'The application name is duplicate.', 'http_code' => 403, 'description' => '应用名称重复'],
['code' => 'Rasp.App.NotExist', 'message' => 'The specified application does not exist.', 'http_code' => 403, 'description' => '应用分组不存在'],
],
'changeSet' => [
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeAttacks'],
],
'createdAt' => '2026-03-02T09:30:29.000Z',
'description' => '',
],
[
'apis' => [
['description' => '请求参数发生变更', 'api' => 'DescribeAttacks'],
],
'createdAt' => '2026-01-08T09:51:53.000Z',
'description' => '',
],
[
'apis' => [
['description' => '响应参数发生变更', 'api' => 'DescribeAttacks'],
],
'createdAt' => '2025-11-25T04:48:52.000Z',
'description' => '',
],
],
'ram' => [
'productCode' => 'SasRasp',
'productName' => '云安全中心',
'ramCodes' => ['yundun-sas'],
'ramLevel' => '操作级',
'ramConditions' => [],
'ramActions' => [
[
'apiName' => 'DescribeAttacks',
'description' => '查看攻击信息',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sas:DescribeAttacks',
'authLevel' => 'operate',
'actionConditions' => [],
'resources' => [
['validationType' => 'always', 'product' => 'SasRasp', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
[
'apiName' => 'DescribeAttackProtectionCount',
'description' => '查看攻击防护计数',
'operationType' => 'get',
'ramAction' => [
'action' => 'yundun-sas:DescribeAttackProtectionCount',
'authLevel' => 'operate',
'actionConditions' => [],
'resources' => [
['validationType' => 'always', 'product' => 'SasRasp', 'resourceType' => '全部资源', 'arn' => '*'],
],
],
],
],
'resourceTypes' => [],
],
];
|