API URL
<ips-api-base>/custom_rules/info
Sample curl request
curl -gsvk -X GET --header "$c" "https://<host>/wsapis/v2.0.0/ips/ custom_rules/info"
Authentication
Standard WSAPI authentication
Method
GET
Response
{
"block_count": 0,
"active_count": 0,
"hash": "d55a490c2f2655f8bae6519bff919061f9831821d83cf9b9daf7f41181f73be7",
"rule_count": 100
}