|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
/rw/vision
POST
action=set-ip-settings Required
name={cameraname} Required
address={ip-address} Required
netmask={subnetmask-value} Required
gateway={gateway value} Required
NO_CONTENT(204)
No content
BAD_REQUEST(400),FORBIDDEN(403),NOT_FOUND(404)
Robot controller errors, see Robot controller return codes
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"
Not supported in bootserver mode.
Restart the controller to apply IP settings.