|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
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.
/rw/cfg
GET
None
None
HTTP_OK(200)
<?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>
curl --digest -u "Default User":robotics" "http://localhost/rw/cfg"
Not supported in bootserver mode