request_tracer
Creates, updates, deletes, gets or lists a request_tracer resource.
Overview
| Name | request_tracer |
| Type | Resource |
| Id | cloudflare.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
create_trace | exec | account_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.
| Name | Datatype | Description |
|---|---|---|
account_id | string | The Cloudflare account ID. |
Lifecycle Methods
- create_trace
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 }}"
}'
;