Skip to content
Start here

Traces

Request Trace
client.requestTracers.traces.create(TraceCreateParams { account_id, method, url, 6 more } params, RequestOptionsoptions?): TraceCreateResponse { status_code, trace }
POST/accounts/{account_id}/request-tracer/trace
ModelsExpand Collapse
Trace = Array<TraceItem { action, action_parameters, description, 7 more } >
action?: string

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

action_parameters?: unknown

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

description?: string

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

expression?: string

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

kind?: string

If step type is ruleset, then kind of this ruleset

matched?: boolean

Whether tracing step affected tracing request/response

name?: string

If step type is ruleset, then name of this ruleset

step_name?: string

Tracing step identifying name

trace?: Trace { action, action_parameters, description, 7 more }
type?: string

Tracing step type

TraceItem { action, action_parameters, description, 7 more }

List of steps acting on request/response

action?: string

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

action_parameters?: unknown

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

description?: string

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

expression?: string

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

kind?: string

If step type is ruleset, then kind of this ruleset

matched?: boolean

Whether tracing step affected tracing request/response

name?: string

If step type is ruleset, then name of this ruleset

step_name?: string

Tracing step identifying name

trace?: Trace { action, action_parameters, description, 7 more }
type?: string

Tracing step type

TraceCreateResponse { status_code, trace }

Trace result with an origin status code

status_code?: number

HTTP Status code of zone response

trace?: Trace { action, action_parameters, description, 7 more }