|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Save event log in sys dump format on controller
/rw/elog
POST
action=saveraw Required
path={path along with file-name which will contain the system dump} Environment variables such as $system, $syspar shall be possible to have in the path.
No content
UNSUPPORTED_MEDIA(415), UNAUTHORIZED(401)
See Robot controller return codes
Generate elog in system dump format.
curl --digest -u "Default User":robotics -d "path=/fileservice/$syspar/elog_dump.txt" -X POST "http://localhost/rw/elog?action=saveraw"
Since saving an elog in system dump format is an asynchronous task, the value of location header can be subscribed on to get information about the status of the task.