Skip to main content
GET
/
rule
/
list
list all rules
curl --request GET \
  --url http://localhost:3917/rule/list
{
  "count": 3,
  "rules": [
    {
      "id": 0,
      "name": "agent-rule-0",
      "type": "health_below"
    }
  ]
}

Response

200 - application/json

Active rules with their condition types.