Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get IO Network Configuration Properties

Returns an IO Network Configuration Properties.

URL

/rw/iosystem/networks/{network}

Method

GET

URL Params

resource=config Required

configtype = {configtype_value} Optional

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>io</title>
<base href="http://localhost/rw/iosystem/"/>
</head>
<body>
<div class="state">
<a href= "networks/Local" rel="self"></a>
<a href= "networks/Local?action=show" rel="action"></a>
<ul>
<li class="ios-network-config-runtime" title="Local">
<span class="networkname">Local</span>
<span class="networktype">Local</span>
<span class="networkaddress">-</span>
</li>
</ul>
</div>
</body>
</html>

Resources

  • ios-network-config-runtime IO network resource
    • networkname IO network name
    • networktype Network type {LOC, ...}
    • networkaddress Industrial network address

Error Response

BAD REQUEST(400)

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/iosystem/networks/Local?resource=config&configtype=1"

Notes

"configtype_value" should be 1 (or) 2 (or) 3 (2= general configuration , 1 = runtime configuration, 3 = both)

Not supported in bootserver mode