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

Get a list of actions that can be performed on the CFG domain type instance.

URL

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

Method

GET

URL Params

action=show Required

Returns action Forms for this resource

See Common URL parameters

Data Params

None

Success Response

HTTP_OK(200)

see HTTP Status codes

Example Response

<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>cfg</title>
    <base href="http://localhost/rw/cfg/"/>
</head>
<body>
    <div class="state">
        <form action="sys/PRESENT_OPTIONS/instances/sis?action=set" id="set" method="post">
            <input name="name" type="text"/>
            <input name="desc" type="text"/>
        </form>
    </div>
</body>
</html>

Actions

  • set - Update one or more attributes
    • name - Name
    • desc - Description

Error Response

BAD_REQUEST(400)

Robot controller errors, See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics" "http://localhost/rw/cfg/eio/eio_bus/instances?action=show"

Notes

Not supported in bootserver mode