Skip to main content

LocalAccess

Direct LAN access information for the local node.

Attributes: ip: Preferred LAN IPv4 address, or None if unknown. port: API/dashboard port. url: http://{ip}:{port} when ip is known, otherwise None.

ip objectrequired

Preferred LAN IPv4 address, or None if unknown.

anyOf
string
portPort (integer)required

API/dashboard port.

url objectrequired

http://{ip}:{port} if ip is known, else None.

anyOf
string
LocalAccess
{
"ip": "string",
"port": 0,
"url": "string"
}