Robot Web Services
3HAC050973-001 Revision:L, Application Manual - Robot Web Services
Load CFG file

Load a configuration file

URL

/rw/cfg

Method

POST

URL Params

action=load Required

See Common URL parameters

Data Params

Success Response

NO_CONTENT(204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400)

HTTP Errors, see HTTP Status codes

Robot controller errors, See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -d "filepath=$TEMP/a.cfg&action-type=add-with-reset" -X POST "http://localhost/rw/cfg?action=load"

Notes

Not supported in bootserver mode