Listeners (proto)
admin.v3.Listeners
Admin endpoint uses this wrapper for /listeners
to display listener status information.
See /listeners for more information.
{
"listener_statuses": []
}
- listener_statuses
(repeated admin.v3.ListenerStatus) List of listener statuses.
admin.v3.ListenerStatus
[admin.v3.ListenerStatus proto]
Details an individual listener’s current status.
{
"name": ...,
"local_address": {...},
"additional_local_addresses": []
}
- name
(string) Name of the listener
- local_address
(config.core.v3.Address) The actual local address that the listener is listening on. If a listener was configured to listen on port 0, then this address has the port that was allocated by the OS.
- additional_local_addresses
(repeated config.core.v3.Address) The additional addresses the listener is listening on as specified via the additional_addresses configuration.