-
Notifications
You must be signed in to change notification settings - Fork 0
API
Welcome to the admin-ui API documentation! This is the backend of the admin-ui plugin. For the rest of the API of the pure Optimal Framework backend, see https://github.com/OptimalBPM/of/wiki/API
##broker_control
Sends a message to the broker, can be "stop" or "restart"
##get_peers
Returns a list of all registered(logged in) peers
##initialize_admin_plugins
(alias admin/admin_init.ts)
Generates a typescript file with initialisation code for the admin UI.
Deprecated: Will become a function in a hook file instead
##initialize_admin_menu
(alias admin/admin_menus.json)
Generates a json with a list of menu items for the admin UI.
Deprecated: Will become a function in a hook file instead
##initialize_admin_systemjs
(alias admin/admin_jspm_config.js)
Generates a SystemJS intialisation file.
Deprecated: Will become a function in a hook file instead
##get_broker_environment Returns a structure with the environment of the broker.