Querying alert config
Function
Querying alert config
Debugging
You can use API Explorer to debug this API.
URI
GET /v2/{project_id}/warnalert/alertconfig/query
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| project_id | Yes | String | poject id Minimum: 32 Maximum: 64 |
Request Parameters
| Parameter | Mandatory | Type | Description |
|---|---|---|---|
| X-Auth-Token | Yes | String | token Minimum: 32 Maximum: 2097152 |
| Content-Type | Yes | String | Default: application/json;charset=utf8 |
Response Parameters
Status code: 200
| Parameter | Type | Description |
|---|---|---|
| topic_urn | String | ID of an alarm group |
| display_name | String | display name of alert config |
| warn_config | warn_config object | warn config |
| Parameter | Type | Description |
|---|---|---|
| antiDDoS | Boolean | DDoS attacks |
| back_doors | Boolean | Webshells |
| bruce_force | Boolean | Brute force cracking (system logins, FTP, and DB) |
| high_privilege | Boolean | Overly high rights of a database process |
| remote_login | Boolean | Alarms about remote logins |
| send_frequency | Integer | Possible values:0: indicates that alarms are sent once a day.1: indicates that alarms are sent once every half hour.This parameter is mandatory for the Host Intrusion Detection (HID) service. |
| waf | Boolean | Reserved |
| weak_password | Boolean | Weak passwords (system and database) |
Example Requests
None
Example Responses
None
Status Codes
| Status Code | Description |
|---|---|
| 200 | OK |
Error Codes
See Error Codes.
Last Article: Alert Controller
Next Article: Configuring alert config
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.