|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get a list of actions that can be invoked on Path Supervision resource.
/rw/motionsystem/pathsupervision
GET
action=show Required
None
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>motionsystem</title>
<base href="http://localhost/rw/motionsystem/"/>
</head>
<body>
<div class="state">
<form id="set-mode" method="post" action="pathsupervision?action=set-mode">
<input type="text" name="mechunit" value="0"/>
<input type="text" name="mode" value="0"/>
</form>
<form id="set-level" method="post" action="pathsupervision?action=set-level">
<input type="text" name="mechunit" value="0"/>
<input type="text" name="level" value="0"/>
</form>
</div>
</body>
</html>
BAD_REQUEST(400)
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/motionsystem/pathsupervision?action=show"
Not supported in bootserver mode