Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Save elog in system dump format

Description

Save event log in sys dump format on controller

URL

/rw/elog

Method

POST

URL Params

action=saveraw Required

Data Params

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.

Success Response

Example Response

No content

Error Response

UNSUPPORTED_MEDIA(415), UNAUTHORIZED(401)

See Robot controller return codes

Sample Call

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"

Notes

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.