|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get DIPC queue info
/rw/dipc/{queue-name}
GET
None
None
HTTP_OK(200)
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>RobAPI2 DIPC</title>
<base href= "http://localhost/rw/dipc/" />
</head>
<body>
<div class="state">
<a href= "testq?action=show" rel="action"/>
<ul>
<li class="dipc-queue" title="testq">
<a href= "testq" rel="self"/>
<span class="queue-name">testq</span>
<span class="queue-size">200</span>
<span class="queue-max-msg-size">50</span>
<span class="queue-slot-id">193</span>
</li>
</ul>
</div>
</body>
</html>
BAD REQUEST(400)
HTTP Errors, see HTTP Status codes
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/dipc/testq"
Not supported in bootserver mode