Queries information about threat intelligence configurations.
Operation description
This operation queries access control policies for NAT firewalls by page.
Try it now
Test
RAM authorization
Request syntax
GET HTTP/1.1
Request parameters
|
Parameter |
Type |
Required |
Description |
Example |
No parameters required.
Response elements
|
Element |
Type |
Description |
Example |
|
object |
Schema of Response |
||
| TotalCount |
integer |
The total number of entries. |
24 |
| CategoryList |
array<object> |
The list of threat intelligence categories. |
|
|
object |
The list of threat intelligence categories. |
||
| CategoryId |
string |
The ID of the threat intelligence category. |
3000037 |
| CategoryName |
string |
The name of the category. |
Tor出口恶意IP |
| CategoryDescribe |
string |
The description of the category. |
Tor出口恶意IP |
| CategoryParentId |
string |
The ID of the parent threat intelligence category. |
123 |
| Action |
string |
The action of the rule. Valid values: alert: Monitor. drop: Block. |
alert |
| EnableStatus |
integer |
The status of the switch. Valid values: 1: enabled. 0: disabled. |
1 |
| RequestId |
string |
The ID of the request. |
6B8E0379-2629-59A1-B811-96F3E**** |
Examples
Success response
JSON format
{
"TotalCount": 24,
"CategoryList": [
{
"CategoryId": "3000037",
"CategoryName": "Tor出口恶意IP\n",
"CategoryDescribe": "Tor出口恶意IP\n",
"CategoryParentId": "123",
"Action": "alert",
"EnableStatus": 1
}
],
"RequestId": "6B8E0379-2629-59A1-B811-96F3E****"
}
Error codes
See Error Codes for a complete list.
Release notes
See Release Notes for a complete list.