View Source

Get system pause information including pause reason.

h1. Syntax
System pause information can be fetched by issuing GET request to below url:
{code}http://localhost:8810/rest/paused{code}
The response is of mime type _text/xml_ and the content is xml representation of the system pause object if system is paused. Http status code 204 (no content) will be returned if system is not paused.

h1. Security
Any one including anonymous user can check the system pause information.

h1. Demo
We use [curl|http://curl.haxx.se/] to demonstrate how to get system pause information:
{code}curl http://localhost:8810/rest/paused{code}