|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns the attributes and their corresponding values of the given instance.
/rw/cfg/{domain}/{type}/instances/{instance name}
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="PRESENT_OPTIONS/sis/instances/sis" rel="self"/>
<a href="PRESENT_OPTIONS/sis/instances/sis?action=show" rel="action"/>
<ul>
<li class="cfg-dt-instance-li" title="sis">
<span class="rdonly">true</span>
<span class="instanceid">1147824980</span>
<ul>
<li class="cfg-ia-t-li" title="name">
<span class="value">SIS</span>
</li>
<li class="cfg-ia-t-li" title="desc">
<span class="value">Service Info System</span>
</li>
</ul>
</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/sys/PRESENT_OPTIONS/instances/sis"
Not supported in bootserver mode