|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get a specific elog message in the given domain.
Also supports getting language specific elog message.
/rw/elog/{domain-number}/{sequence-number}
GET
lang=[alphanumeric] Optional, a two letter language code e.g. en, sv, de, hi etc.
This option returns all the elog messages in the specified language.
example: lang=de
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/rw/elog/"/>
</head>
<body>
<div class="state">
<a href="" rel="self"></a>
<ul>
<a href="0" rel="self"></a>
<li class="elog-message" title="/rw/elog/0/8">
<span class="msgtype">2</span>
<span class="code">20573</span>
<span class="src-name">MC0</span>
<span class="tstamp">2013-09-08 T 11:22:10</span>
<span class="argc">2</span>
<span class="arg1" type="string">EIO</span>
<span class="arg2" type="string">6.0</span>
</li>
</ul>
</div>
</body>
</html>
lang parameter is providedlang parameter is providedlang parameter is providedlang parameter is providedlang parameter is providedNOT_FOUND(404), BAD_REQUEST(400)
HTTP Errors, see HTTP Status codes
Robot controller errors, See Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/elog/0/8?lang=en"
Not supported in bootserver mode