Robot Web Services
3HAC050973-001 Revision:L, Application Manual - Robot Web Services
Get CFG resources

Get a list of all CFG domains.

Lists the names of all the available domains in the CFG subsystem and provides links to get to their detailed information.

URL

/rw/cfg

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/"/>
    </head>
    <body>
        <div class="state">
            <a href="cfg" rel="self" class="cfg"></a> 
            <a href="cfg?action=show" rel="action"></a>
            <ul>
                <li class="cfg-domain-li" title="EIO">
                    <a href="cfg/EIO" rel="self"></a>
                </li>
                <li class="cfg-domain-li" title="MMC">
                    <a href="cfg/MMC" rel="self"></a>
                </li>
                <li class="cfg-domain-li" title="MOC">
                    <a href="cfg/MOC" rel="self"></a>
                </li>
                <li class="cfg-domain-li" title="PROC">
                    <a href="cfg/PROC" rel="self"></a>
                </li>
                <li class="cfg-domain-li" title="SIO">
                    <a href="cfg/SIO" rel="self"></a>
                </li>
                <li class="cfg-domain-li" title="SYS"> 
                    <a href="cfg/SYS" rel="self"></a>
                </li>
            </ul>
        </div>
    </body>
</html>

Resources

  • cfg-domain-li Specifies a link to the 'cfg-domain` resource.

Sample Call

curl --digest -u "Default User":robotics" "http://localhost/rw/cfg"

Notes

Not supported in bootserver mode