Skip to content

Commit

Permalink
Additional README formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Hunter Morris committed Jul 10, 2011
1 parent 3f4d872 commit a947eae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Expand Up @@ -105,16 +105,16 @@ at the top).
URL schemes, blah
=================

/vm lists running apps, releases, process count etc
* `/vm` lists running apps, releases, process count etc

/rb/reports lists available SASL reports
/rb/reports?type=error lists SASL reports of a specific type
/rb/reports/1 returns SASL report id 1
/rb/stream websocket endpoint for streaming SASL reports as JSON
* `/rb/reports` lists available SASL reports
* `/rb/reports?type=error` lists SASL reports of a specific type
* `/rb/reports/1` returns SASL report id 1
* `/rb/stream` websocket endpoint for streaming SASL reports as JSON

/pid/<1.2.3> process_info (POST to send msg to pid)
/pid/NAME as above, but using registered process name NAME
/pid/global/NAME as above, but using global registered process name NAME
/module/NAME NAME:module_info() stuff
* `/pid/<1.2.3>` process_info (POST to send msg to pid)
* `/pid/NAME` as above, but using registered process name NAME
* `/pid/global/NAME` as above, but using global registered process name NAME
* `/module/NAME` NAME:module_info() stuff


0 comments on commit a947eae

Please sign in to comment.