|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get SyncPers Status
/rw/rapid/modules/{module}
GET
resource=syncper-status Required
task={task_name} Required
None
HTTP_OK, see HTTP Status codes
<html> <head> <title>rapid</title> <base href= "http://localhost:7777/rw/rapid/" /> </head> <body> <div class="state"> <a href= "modules/MainModule?resource=syncper-status&task=T_ROB1" rel="self"/> <ul> <li class="rap-syncper-status" title="syncperstatus"> <span class="syncperstatus">1</span> </li> </ul> </div> </body> </html>
Bad Request(400), see HTTP Status codes
curl --digest -u "Default User":robotics "http://localhost/rw/rapid/modules/base?resource=syncper-status&task=T_ROB1"
Not supported in bootserver mode