Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Set Camera IP Settings

URL

/rw/vision

Method

POST

URL Params

action=set-ip-settings Required

Data Params

name={cameraname} Required

address={ip-address} Required

netmask={subnetmask-value} Required

gateway={gateway value} Required

Success Response

NO_CONTENT(204)

see HTTP Status codes

Example Response

No content

Error Response

BAD_REQUEST(400),FORBIDDEN(403),NOT_FOUND(404)

Robot controller errors, see Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics-d "name=mycamera&address=192.168.125.206&netmask=255.255.255.0&gateway=0.0.0.0" -X POST "http://localhost/rw/vision?action=set-ip-settings"

Notes

Not supported in bootserver mode.

Restart the controller to apply IP settings.