request-tracer_trace

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-request-tracer-trace-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/request-tracer_trace",
  "title": "request-tracer_trace",
  "items": {
    "description": "List of steps acting on request/response",
    "properties": {
      "action": {
        "description": "If step type is rule, then action performed by this rule",
        "example": "execute",
        "pattern": "^[a-z_]+$",
        "type": "string"
      },
      "action_parameters": {
        "description": "If step type is rule, then action parameters of this rule as JSON",
        "example": {
          "id": "4814384a9e5d4991b9815dcfc25d2f1f"
        },
        "type": "object"
      },
      "description": {
        "description": "If step type is rule or ruleset, the description of this entity",
        "example": "some rule",
        "type": "string"
      },
      "expression": {
        "description": "If step type is rule, then expression used to match for this rule",
        "example": "ip.src ne 1.1.1.1",
        "type": "string"
      },
      "kind": {
        "description": "If step type is ruleset, then kind of this ruleset",
        "example": "zone",
        "type": "string"
      },
      "matched": {
        "description": "Whether tracing step affected tracing request/response",
        "example": true,
        "type": "boolean"
      },
      "name": {
        "description": "If step type is ruleset, then name of this ruleset",
        "example": "some ruleset name",
        "type": "string"
      },
      "step_name": {
        "description": "Tracing step identifying name",
        "example": "rule_id01",
        "type": "string"
      },
      "trace": {
        "$ref": "#/components/schemas/request-tracer_trace"
      },
      "type": {
        "description": "Tracing step type",
        "example": "rule",
        "type": "string"
      }
    },
    "type": "object"
  },
  "type": "array"
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-request-tracer-trace"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.