CLINetwork
Network
3 `hanzo` commands for Network, each calling one operation on api.hanzo.ai.
Package network mounts the Hanzo Cloud NETWORKING surface: the tenant's Hanzo Zero Trust footprint — the overlay network, its routers and its services — served as clean, org-scoped REST off the unified cloud binary and fronting the Hanzo Zero Trust controller (hanzoai/zt, an OpenZiti-based fabric).
3 commands · API reference →
| Command | Calls | What it does |
|---|---|---|
hanzo networks get <id> | GET /v1/network/{id} | Returns one overlay network by id, scoped to the caller's org. |
hanzo networks routers | GET /v1/network/routers | Returns the Zero Trust routers the caller's org owns. |
hanzo networks list | GET /v1/network | Returns the caller's org overlay network on the Zero Trust fabric. |
How is this guide?