Skip to content

Commit 4e96371

Browse files
added api partial info
1 parent 9431220 commit 4e96371

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/magic-transit/network-health/run-endpoint-health-checks.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ sidebar:
99

1010
---
1111

12-
import { CURL } from '~/components';
12+
import { CURL, Render } from '~/components';
1313

1414
Magic Transit uses endpoint health checks to determine the overall health of your [inter-network connections](/magic-transit/reference/gre-ipsec-tunnels/). Probes originate from Cloudflare infrastructure, outside customer network namespaces, and target IP addresses deep within your network, beyond the tunnel-terminating border router. These "long distance" probes are purely diagnostic.
1515

@@ -37,6 +37,8 @@ Endpoint health checks can only be configured via the Cloudflare API. Endpoint h
3737

3838
Refer to the [API documentation](/api/resources/diagnostics/) to learn how to create, list, and delete endpoint health checks. Here is an example of a request to the Cloudflare API to create a new endpoint health check.
3939

40+
<Render file="account-id-api-key" product="networking-services" />
41+
4042
<CURL
4143
url="https://api.cloudflare.com/client/v4/accounts/account_id/diagnostics/endpoint-healthcheck"
4244
method="POST"

0 commit comments

Comments
 (0)