SafeLine · JSON Structure

Safeline Acl Rule Structure

JSON structure documentation for a SafeLine WAF access control list rule for blocking or allowing traffic

Type: object Properties: 0 Required: 6
ProxyWAFSecurityOpen-SourceReverse ProxyAPI Gateway

Safeline Acl Rule Structure is a JSON Structure definition published by SafeLine.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "SafeLine ACL Rule Structure",
  "description": "JSON structure documentation for a SafeLine WAF access control list rule for blocking or allowing traffic",
  "type": "object",
  "structure": {
    "id": {"type": "integer", "description": "Unique ACL rule identifier"},
    "name": {"type": "string", "description": "Descriptive name for the rule"},
    "action": {
      "type": "string",
      "description": "Action to take when rule matches: block, allow, or log",
      "enum": ["block", "allow", "log"]
    },
    "match_type": {
      "type": "string",
      "description": "Type of match condition: ip, ip_range, country, url, user_agent, header"
    },
    "match_value": {
      "type": "string",
      "description": "Value to match against (IP address, CIDR range, country code, URL pattern, etc.)"
    },
    "priority": {
      "type": "integer",
      "description": "Rule evaluation priority (lower number = higher priority)"
    },
    "enabled": {
      "type": "boolean",
      "description": "Whether the rule is active and enforced"
    },
    "description": {
      "type": "string",
      "description": "Optional human-readable description of the rule purpose"
    },
    "created_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp when the rule was created"
    },
    "updated_at": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 timestamp of the most recent rule modification"
    }
  },
  "required": ["id", "name", "action", "match_type", "match_value", "enabled"]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/safeline-acl-rule-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.