Check System Pause Information
Get system pause information including pause reason.
Syntax
System pause information can be fetched by issuing GET request to below url:
http://localhost:8810/rest/paused
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.
Security
Any one including anonymous user can check the system pause information.
Demo
We use curl to demonstrate how to get system pause information:
curl http://localhost:8810/rest/paused