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

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

URL

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

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="eio/INDUSTRIAL_NETWORK/instances?action=create-default"
            id="create-default" method="post">
            <input name="name" type="text"/>
        </form>
        <form action="eio/INDUSTRIAL_NETWORK/instances?action=reset" id="reset" method="post"/>
    </div>
</body>
</html>

Actions

  • reset - Remove all external (non-readonly) instances of a type
  • create-default - Create an external instance with default values.

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/INDUSTRIAL_NETWORK/instances?action=show"

Notes

Not supported in bootserver mode