TailscaleAccess
Tailscale overlay access information for the local node.
Attributes:
running: True when tailscaled is connected.
ip: Tailscale IPv4 address (100.x.x.x), or None when not running.
dns_name: Fully-qualified Tailscale MagicDNS name, or None.
port: API/dashboard port.
url: http://{dns_name or ip}:{port} when running, otherwise None.
MagicDNS name is preferred over the raw 100.x.x.x address.
runningRunning (boolean)required
True when tailscaled is running and connected.
ip object
Tailscale IPv4 address (100.x.x.x).
- string
- null
string
dnsName object
Fully-qualified Tailscale MagicDNS name.
- string
- null
string
portPort (integer)required
API/dashboard port.
url object
http://{dns_name or ip}:{port} if running, else None. MagicDNS preferred.
- string
- null
string
TailscaleAccess
{
"running": true,
"ip": "string",
"dnsName": "string",
"port": 0,
"url": "string"
}