Retrieves a list of vulnerability names.
Try it now
Test
RAM authorization
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
| SourceIp |
string |
No |
The source IP address of the visitor. |
36.112.73.XXX |
| Lang |
string |
No |
The language type. Valid values:
|
zh |
| Lang |
string |
No |
The language type. Valid values:
|
zh |
| StartTime |
string |
No |
The start time. This is a UNIX timestamp in seconds. |
1757620800 |
| EndTime |
string |
No |
The end time. This is a UNIX timestamp in seconds. |
1738780437 |
Response elements
|
Element |
Type |
Description |
Example |
|
object |
|||
| RequestId |
string |
The request ID. |
6ABAA264-E7B5-5D66-8FC3-9253100**** |
| NameList |
array |
A list of vulnerability names. |
|
|
string |
A list of vulnerability names. |
[] |
|
| EventNameList |
array<object> |
A list of anomalous activity names. |
|
|
object |
A list of anomalous activity names. |
||
| EventKey |
string |
The unique identifier of the vulnerability event. |
CActivity |
| EventName |
string |
The name of the vulnerability event. |
可疑中控通信 |
Examples
Success response
JSON format
{
"RequestId": "6ABAA264-E7B5-5D66-8FC3-9253100****",
"NameList": [
"[]"
],
"EventNameList": [
{
"EventKey": "CActivity",
"EventName": "可疑中控通信"
}
]
}
Error codes
|
HTTP status code |
Error code |
Error message |
Description |
|---|---|---|---|
| 400 | ErrorAliUid | Aliuid invalid. | The aliuid is invalid. |
| 400 | ErrorDBSelectError | A database select error occurred. | The error message returned because an internal error has occurred in querying the database. |
| 400 | ErrorMarshalJSON | internal error. | Internal error. |
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.