Admin UI
A simplified administration UI is provided by the manager node, providing easy access to the manager api operations.
DocService
The DocService is an admin UI automatically generated from the protobuf definitions via Armeria. This service can be accessed at the /docs
path at the manager IP.
Using the debug UI
The debug UI will automatically populate an example request body stub that can be used to help prepare a request. Note that this example is not always valid, as certain fields may be required that are not automatically populated.
Invoking the debug dialog can be done with an overlay using the debug button, or is additionally provided at the bottom of a service description page. Submitting a request in the UI will render the response, along with any error messages that may have occurred.