Expand description
Overlay network API DTOs.
Wire types for the /api/v1/overlay/* HTTP surface, shared between
zlayer-api (server) and zlayer-client / zlayer-manager (clients).
These are the response shapes consumed by both the daemon and SDK
clients.
See crate::overlay for the underlying configuration types.
Structs§
- Bridge
Info - Where on a specific node a service’s overlay terminates.
- DnsStatus
Response - DNS service status response
- IpAllocation
Response - IP allocation status response
- NatCandidate
Dto - Locally gathered NAT candidate (
Host/ServerReflexive/Relay). - NatPeer
Dto - Per-peer NAT connectivity entry.
- NatStatus
Response - NAT traversal status response
- Overlay
Status Response - Overlay network status response
- Peer
Info - Peer information
- Peer
List Response - Peer list response
- Service
Overlay Status - Status of a service’s overlay across the cluster.