Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Update CFG instance

Update/set attribute value of CFG instance.

URL

/rw/cfg/{domain}/{type}/instances/{instance}

Method

POST

URL Params

action=set

Data Params

{attribute name}={attribute value}

Success Response

NO_CONTENT(204)

see HTTP Status codes

Error Response

UNSUPPORTED_MEDIA(415), BAD_REQUEST(400)

Robot controller errors, See Robot controller return codes

Sample Call

Update one or more attributes

curl --digest - u "Default User" : robotics -d "Simulated=True" - X POST "http://localhost/rw/cfg/eio/INDUSTRIAL_NETWORK/instances/testinstance?action=set"

Notes

Not supported in bootserver mode