|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get a list of all CFG Domain types for a given type.
Returns the names of all the available types for the given domain and provides links to get to their detailed information.
/rw/cfg/{domain}
GET
See Common URL parameters
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/cfg/"/>
</head>
<body>
<div class="state">
<a href="moc" rel="self"></a>
<a href="moc?action=show" rel="action"></a>
<a href="moc?start=2&limit=2" rel="next"></a>
<ul>
<li class="cfg-dt-li" title="MOTION_SYSTEM">
<a href="moc/MOTION_SYSTEM" rel="self"></a>
</li>
<li class="cfg-dt-li" title="MOTION_PLANNER">
<a href="moc/MOTION_PLANNER" rel="self"></a>
</li>
</ul>
</div>
</body>
</html>
cfg-domain-type resource.curl --digest -u "Default User":robotics "http://localhost/rw/cfg/moc"
Not supported in bootserver mode