ManagerAdmin

Provides administrative access to the Manager. Methods in class ManagerAdmin are listed in the following table:

Method Method Type Description
broker-id GET Retrieves the Broker ID if it exists else returns -1.
broker-name GET Retrieves the Broker name if it exists else returns null.
broker-url GET Retrieves the Broker URL; returns null if the Manager does not contain a Broker.
build-version GET Retrieves the full Manager version including the build number.
busy-engine-count GET Retrieves the total number of busy Engines from all the Brokers logged in to the Director.
category GET Retrieves the specified configuration category.
category-names GET Retrieves the Manager configuration category names.
director-id GET Gets the Director ID if it exists else returns -1.
engine-configuration-names GET Retrieves a list of names of the Engine configuration profiles available on the specified Manager.
engine-count GET Retrieves the total number of Engines from all the Brokers logged in to the Director.
events GET Retrieves the available subscription events.
finished-service-count GET Retrieves the total number of finished Services from all the Brokers logged in to the Director.
license-info GET Retrieves the Manager license information.
manager-value GET Retrieves a Manager property value specified by category name, property group name, and property name on the specified manager.
pending-invocation-count GET Retrieves the total number of pending Service invocations from all the Brokers logged in to the Director.
running-invocation-count GET Retrieves the total number of running Service invocations from all the Brokers logged in to the Director.
running-service-count GET Retrieves the total number of running Services from all the Brokers logged in to the Director.
service-count GET Retrieves the total number of Services from all the Brokers logged in to the Director.
subscriber-events POST Retrieves the events that the given subscriber is registered to receive.
subscribers GET Retrieves the registered event subscribers.
value GET Gets a Manager property value specified by the category name, property group name, and property name.
version GET Retrieves the Manager version in M.m format.
available GET Retrieves whether the methods are available.
manager-value PUT Sets a Manager property value specified by the category name, property group name, and property name on the specified manager.
value PUT Sets a Manager property value specified by the category name, property group name, and property name.
subscribe POST Subscribes to the given events.
unsubscribe POST Unsubscribes from the given events.