Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get Actions on elog domain

Get actions that can be invoked on elog domain resource

URL

/rw/elog/{domain-number}

Method

GET

URL Params

None

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://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>

Actions

  • clear
    • Clear elog messages in this domain
  • subscribe
    • Subscribe on a elog domain

Error Response

NOT_FOUND(404)

See Robot controller return codes

Sample Call

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

Notes

Not supported in bootserver mode