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.
- string
- null
string
portPort (integer)required
API/dashboard port.
url objectrequired
http://{ip}:{port} if ip is known, else None.
- string
- null
string
LocalAccess
{
"ip": "string",
"port": 0,
"url": "string"
}