zerotier/controller/member
Package: zerotier
Type: Directory
| Parameter | Type | Description |
X | disabled | Whether an item is disabled. |
I | inactive | Whether the member is inactive. |
A | authorized | Whether the member is authorized. |
B | bridge | Whether the member acts as a bridge. |
| Parameter | Type | Description |
disabled | bool | Whether an item is disabled. |
name | string | Name of the member. |
network (mandatory) | enum | Network the member belongs to. |
zt-address (mandatory) | string | ZeroTier address of the member. |
authorized | bool | Whether the member is authorized to join the network. |
bridge | bool | Whether the member acts as a bridge. |
ip-address | | IP address assigned to the member. |
| Parameter | Type | Description |
lost | bool | Whether the connection to the member is lost. |
last-seen | time | Time since the member was last seen. |
Updated 2026-08-22.