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

Returns the attributes and their corresponding values of the given instance.

URL

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

Method

GET

URL Params

None

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">
        <a href="PRESENT_OPTIONS/sis/instances/sis" rel="self"/>
        <a href="PRESENT_OPTIONS/sis/instances/sis?action=show" rel="action"/>
        <ul>
            <li class="cfg-dt-instance-li" title="sis">
                <span class="rdonly">true</span>
                <span class="instanceid">1147824980</span>
                <ul>
                    <li class="cfg-ia-t-li" title="name">
                        <span class="value">SIS</span>
                    </li>
                    <li class="cfg-ia-t-li" title="desc">
                        <span class="value">Service Info System</span>
                    </li>
                </ul>
            </li>
        </ul>
    </div>
</body>
</html>

Resources

  • cfg-dt-instance-li List of attributes for the given type
    • rdonly If true is the instance read only
    • title Name of the instance
    • instanceid Public id for instance
  • cfg-ia-t-li Attribute of the instance
    • value Value of the atribute
    • title Name of the attribute

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/sys/PRESENT_OPTIONS/instances/sis"

Notes

Not supported in bootserver mode