Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Restart the Controller

Restart the Controller

URL

/rw/panel

Method

POST

URL Params

action=restart Required

Data Params

restart-mode = restart modes are {restart | istart | pstart | bstart} Required

Success Response

NO_CONTENT(204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400)

See Robot controller return codes

Sample Call

Restart the controller

curl --digest -u "Default User":robotics -d "restart-mode=restart" -X POST "http://localhost/rw/panel?action=restart"

Notes

Not supported in bootserver mode