zerotier / ZeroTierOne

A Smart Ethernet Switch for Earth
https://zerotier.com
Other
14.47k stars 1.69k forks source link

Extend the API for network members with writable name, and readable last seen and physical IP parameters #981

Closed MrFox42 closed 5 years ago

MrFox42 commented 5 years ago

my.zerotier.com allows me to set a custom name and description for network members individually, and also provides information like last seen and physical IP. However, these properties are missing from the self-hosted controller's API.

Are these parameters intentionally left out from the API?

laduke commented 5 years ago

Hi, they don't exist in the controller api; The Central api is built on top of the Controller api and those extra properties are stored in a different database.