EMQX Management offers various interfaces for administrators to interact with
the system, either by a remote console attached to a running node, a CLI (i.e.
./emqx ctl), or through its rich CRUD-style REST API (mostly used by EMQX'
dashboard). The system enables administrators to modify both cluster and
individual node configurations, and provides the ability to view and reset
different statistics and metrics.
Amongst others it allows to manage
Moreover it lets you
API endpoints are implemented using the minirest framework in combination with
HOCON schema and OpenAPI 3.0 specifications.
At its current state there are some reverse dependencies from other applications
that do calls directly into emqx_mgmt.
Also, and somewhat related, its bpapi proto modules do calls directly into other applications.