Skip to main content

NodeTailscaleDiagnostics

This node's own Tailscale state, read locally where the bundle is built.

Carried inside the diagnostics bundle (which the cluster endpoint proxies to the target node) so a per-node view always shows the SELECTED node's tailnet identity; the standalone connectivity endpoint reports whichever node served the HTTP request, which is wrong in a per-node context.

runningRunning (boolean)required

Whether tailscaled reports BackendState Running.

selfIp object

Tailscale IPv4 (100.x) when running.

anyOf
string
hostname object

Tailnet-registered hostname.

anyOf
string
dnsName object

MagicDNS name when available.

anyOf
string
NodeTailscaleDiagnostics
{
"running": true,
"selfIp": "string",
"hostname": "string",
"dnsName": "string"
}