Apama Documentation : Deploying and Managing Apama Applications : Managing and Monitoring over REST : Generic Management
Generic Management
The Apama REST API GET methods return information about correlators, sentinel agents and IAFs, and the PUT /logLevel method changes the specified log level. The GET methods also return information on the dashboard data servers and display servers, with the restrictions mentioned below.
GET /info
This method returns summary information about the component including its name, version, etc. This is analogous to the data that can be retrieved with the Apama engine_management tool, for example, the hostname field is exactly what engine_management --gethostname gives you.
GET /ping and GET /deepPing
Checks if the component is still running. If the component is running the client receives an empty response. A failure is a timeout waiting for the response.
GET /logLevel
This method displays the log level of a component.
PUT /logLevel
This methods sets the log level of a component. Not supported for dashboard servers.
GET /connections
Gets the incoming and outgoing messaging connections to the given component, along with the channels subscribed to and whether or not the receivers are slow. For dashboard servers, this is always empty.
GET /info/argv
This method returns the arguments used when starting the component as a list of name-value pairs.
GET /info/envp
This method returns a list the environment variables in use as a list of name-value pairs.
GET /info/sysprop
Dashboard servers only. This method returns the names and values of the Java system properties of the component.
GET /info/categories
This method returns the names of the categories for which you can get general information.
Copyright © 2013-2016 Software AG, Darmstadt, Germany.

Product LogoContact Support   |   Community   |   Feedback