|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns a list of attributes supported by this domain type with their properties.
/rw/cfg/{domain}/{type}/attributes
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/cfg/"/>
</head>
<body>
<div class="state">
<a href="eio/INDUSTRIAL_NETWORK/attributes" rel="self"/>
<ul>
<li class="cfg-dt-attribute-li" title="Name">
<span class="name">Name</span>
<span class="type">string</span>
<span class="numbers">1</span>
<span class="min"/>
<span class="max"/>
<span class="init"/>
<span class="mandatory">false</span>
</li>
<li class="cfg-dt-attribute-li" title="Connection">
<span class="name">Connection</span>
<span class="type">string</span>
<span class="numbers">1</span>
<span class="min"/>
<span class="max"/>
<span class="init"/>
<span class="mandatory">false</span>
</li>
<li> ... </li>
</ul>
</div>
</body>
</html>
BAD_REQUEST(400)
Robot controller errors, See Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/cfg/eio/INDUSTRIAL_NETWORK/attributes"
Not supported in bootserver mode