Skip to content
Start here

Traces

Request Trace
POST/accounts/{account_id}/request-tracer/trace
ModelsExpand Collapse
Trace = array of TraceItem { action, action_parameters, description, 7 more }
TraceItem = object { action, action_parameters, description, 7 more }

List of steps acting on request/response

action: optional string

If step type is rule, then action performed by this rule

action_parameters: optional unknown

If step type is rule, then action parameters of this rule as JSON

description: optional string

If step type is rule or ruleset, the description of this entity

expression: optional string

If step type is rule, then expression used to match for this rule

kind: optional string

If step type is ruleset, then kind of this ruleset

matched: optional boolean

Whether tracing step affected tracing request/response

name: optional string

If step type is ruleset, then name of this ruleset

step_name: optional string

Tracing step identifying name

trace: optional Trace
type: optional string

Tracing step type

TraceCreateResponse = object { status_code, trace }

Trace result with an origin status code

status_code: optional number

HTTP Status code of zone response

trace: optional Trace