|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns the operations allowed on Elog.
Get a list of actions that can be performed on the elog subsystem.
/rw/elog
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>Elog</title>
<base href="http://192.168.8.131/rw/elog/"/>
</head>
<body>
<div class="state">
<form id="clearall" method='post' action="/rw/elog?action=clearall">
</form>
<form id="saveraw" method="post" action="rw/elog?action=saveraw">
<input name="path" value="0" type="text"/>
</form>
</div>
</body>
</html>
curl --digest -u "Default User":robotics "http://localhost/rw/elog?action=show"
Not supported in bootserver mode