Admin API
Admin API
Introduction
This section describes the HTTP/JSON API which the
Management Application
provides for the administration of n2svcd
at run-time. Using this HTTP/JSON API,
an external client can perform the following actions:
- Query application and platform status
- Query configuration & resource information
- Update configuration values
Note that not all Configuration information support updating via this API, the support for on-the-fly configuration updates varies between applications.
Refer to the specific documentation for each application’s configuration to see which Configuration Scalars and/or Vectors support on-the-fly updates.
The default management listen TCP port is 8088
. This may be changed by
configuration within the ManageApp
.
The root path for accessing the API is /api
.