|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns a list of links to IO system resource, such as Networks, Devices and Signals.
/rw/iosystem
GET
None
None
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>io</title>
<base href="http://localhost/rw/iosystem/"/>
</head>
<body>
<div class="state">
<a href="" rel="self"/>
<ul>
<li class="ios-networks-li" title="networks">
<a href="networks" rel="self"/>
</li>
<li class="ios-devices-li" title="devices">
<a href="devices" rel="self"/>
</li>
<li class="ios-signals-li" title="signals">
<a href="signals" rel="self"/>
</li>
</ul>
</div>
</body>
</html>
BAD REQUEST(400)
See Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/iosystem"
Not supported in bootserver mode