Diagnostics

diagnostics

Diagnostics

Traceroutes

diagnostics.traceroutes

Methods

Traceroute -> SinglePage<>
post/accounts/{account_id}/diagnostics/traceroute

Run traceroutes from Cloudflare colos.

Security
API Email + API Key

The previous authorization scheme for interacting with the Cloudflare API, used in conjunction with a Global API key.

Example: X-Auth-Email: user@example.com

The previous authorization scheme for interacting with the Cloudflare API. When possible, use API tokens instead of Global API keys.

Example: X-Auth-Key: 144c9defac04969c7bfad8efaa8ea194

Accepted Permissions (at least one required)

Magic Transit Write

path Parameters
account_id: string
(maxLength: 32)

Identifier

Body parameters
targets: Array<string>
(maxLength: 10)
colos: Array<string>
Optional

If no source colo names specified, all colos will be used. China colos are unavailable for traceroutes.

options: { max_ttl, packet_type, packets_per_ttl, 2 more... }
Optional
Response fields
errors: Array<>
messages: Array<>
result: Array<>
success: true

Whether the API call was successful

Request example
200Example

Domain types

Traceroute = { colos, target }