Skip to main content

request_tracer

Creates, updates, deletes, gets or lists a request_tracer resource.

Overview

Namerequest_tracer
TypeResource
Idcloudflare.request_tracers.request_tracer

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
create_traceexecaccount_id, url, method

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
account_idstringThe Cloudflare account ID.

Lifecycle Methods

Request Trace response

EXEC cloudflare.request_tracers.request_tracer.create_trace
@account_id='{{ account_id }}' --required
@@json=
'{
"body": "{{ body }}",
"context": "{{ context }}",
"cookies": "{{ cookies }}",
"headers": "{{ headers }}",
"method": "{{ method }}",
"protocol": "{{ protocol }}",
"skip_response": {{ skip_response }},
"url": "{{ url }}"
}'
;