Diagnostics
diagnostics
Diagnostics
Endpoint Healthchecks
diagnostics.endpoint-healthchecks
Methods
Endpoint Health Check -> Envelope<{ check_type, endpoint, id, 1 more... }>
post/accounts/{account_id}/diagnostics/endpoint-healthchecks
Create Endpoint Health Check.
Delete Endpoint Health Check -> { errors, messages, success }
delete/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}
Delete Endpoint Health Check.
Get Endpoint Health Check -> Envelope<{ check_type, endpoint, id, 1 more... }>
get/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}
Get a single Endpoint Health Check.
List Endpoint Health Checks -> Envelope<{ check_type, endpoint, id, 1 more... }>
get/accounts/{account_id}/diagnostics/endpoint-healthchecks
List Endpoint Health Checks.
Update Endpoint Health Check -> Envelope<{ check_type, endpoint, id, 1 more... }>
put/accounts/{account_id}/diagnostics/endpoint-healthchecks/{id}
Update a Endpoint Health Check.
Domain types
EndpointHealthcheck = { check_type, endpoint, name }
Diagnostics
Traceroutes
diagnostics.traceroutes
Methods
post/accounts/{account_id}/diagnostics/traceroute
Run traceroutes from Cloudflare colos.
Domain types
Traceroute = { colos, target }