Get RAPID Spy Logging status
URL
/rw/rapid/tasks
Method
GET
URL Params
resource=spy-status Required
See Common URL parameters
Success Response
HTTP_OK (200)
see HTTP Status codes
Example Response
<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>rapid</title>
<base href= "http://localhost:7777/rw/rapid/" />
</head>
<body>
<div class="state">
<a href= "tasks?resource=spy-status" rel="self"/>
<ul>
<li class="rap-spy-status" title="spy-status">
<span class="status">Not Logging</span>
</li>
</ul>
</div>
</body>
</html>
Resources
- rap-spy-status
- status Rapid spy logging status {Logging|Not Logging}
Sample Call
curl --digest -u "Default User":robotics "http://localhost/rw/rapid/tasks?resource=spy-status"
Notes
Not supported in bootserver mode.