|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get actions that can be invoked on elog domain resource
/rw/elog/{domain-number}
GET
None
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://localhost/"/>
</head>
<body>
<div class="state">
<form id="clear" method="post" action="rw/elog/0?action=clear"/>
<form id="subscribe" method="post" action="subscription">
<fieldset class="sub-elog">
<input type="checkbox" name="resources" value="1"/>
<input class="res" type="text" name="1" value="rw/elog/0" maxlength="500"/>
<select class="priority" name="1-p">
<option value="0" selected="selected"/>
<option value="1"/>
</select>
</fieldset>
</form>
</div>
</body>
</html>
NOT_FOUND(404)
See Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/elog/0?action=show"
Not supported in bootserver mode