Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get Elog Actions

Returns the operations allowed on Elog.

Get a list of actions that can be performed on the elog subsystem.

URL

/rw/elog

Method

GET

URL Params

action=show Required

See Common URL parameters

Data Params

None

Success Response

HTTP_OK(200)

see HTTP Status codes

Example Response

<?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>

Actions

  • clearall Clear elog messages in all elog domains
  • saveraw Dump raw elog messages to a file.

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/elog?action=show"

Notes

Not supported in bootserver mode