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.
- string
- null
string
hostname object
Tailnet-registered hostname.
- string
- null
string
dnsName object
MagicDNS name when available.
- string
- null
string
NodeTailscaleDiagnostics
{
"running": true,
"selfIp": "string",
"hostname": "string",
"dnsName": "string"
}