This documentation relates to QuickBuild 6.1.x
Select here if you are using a different version

Check System Pause Information

Version 1 by Robin Shen
on Dec 22, 2015 13:48.


 
compared with
Current by Robin Shen
on Dec 22, 2015 13:48.


 
Key
These lines were removed. This word was removed.
These lines were added. This word was added.

View page history


There are 0 changes. View first change.

 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}