docs: fix REST api description Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/1ca11bd3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/1ca11bd3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/1ca11bd3
Branch: refs/heads/master Commit: 1ca11bd3edbf84c25b0d1b16989ff0024f8c1ef9 Parents: b36436b Author: Aled Sage <[email protected]> Authored: Fri Jan 16 13:44:34 2015 +0000 Committer: Aled Sage <[email protected]> Committed: Fri Jan 16 13:44:34 2015 +0000 ---------------------------------------------------------------------- docs/guide/ops/runtime-management/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/1ca11bd3/docs/guide/ops/runtime-management/index.md ---------------------------------------------------------------------- diff --git a/docs/guide/ops/runtime-management/index.md b/docs/guide/ops/runtime-management/index.md index 42b274e..dd825dd 100644 --- a/docs/guide/ops/runtime-management/index.md +++ b/docs/guide/ops/runtime-management/index.md @@ -167,13 +167,14 @@ More information can be found in the javadoc for ``ManagementContext``. ### Management REST API -Brooklyn does not yet expose a REST API. This was to allow the APi to be designed to align with emerging standards. +Brooklyn's REST API supports a wide range of queries and operations. All information +and operations shown in the web-console is performed via the REST API. -Selected management operations are possible remotely using links exposed by the GUI (after authenticating with the GUI). +The REST API can be explored through the Brooklyn web-console, via the menu Script -> REST API. ### Logging -Brooklyn uses the SLF4J logging facade, which allows use of many popular frameworks including java.util.logging, log4j, and logback. +Brooklyn uses the SLF4J logging facade, which allows use of many popular frameworks including logback, java.util.logging and log4j. The convention for log levels is as follows: * ERROR and above: exceptional situations which indicate that something has unexpectedly failed or
