|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get Mastership info on the specified domain
Get detailed information regarding the RW domain under mastership.
/rw/mastership/{domain-name}
GET
None
None
HTTP_OK(200)
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>MasterShip</title>
<base href="http://localhost/rw/mastership/cfg/"/>
</head>
<body>
<div class="state">
<a href="" rel="self"/>
<a href="?action=show" rel="action"/>
<ul>
<li class="msh-resource" title="motion">
<span class="uid">15</span>
<span class="location"></span>
<span class="alias"></span>
<span class="application">RobAPI2-Client</span>
<span class="mastership">remote</span>
<span class="mastershipheldbyme">FALSE</span>
</li>
</ul>
</div>
</body>
</html>
BAD_REQUEST(400)
NOT_FOUND(404)
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics "http://localhost/rw/mastership/cfg"
Not supported in bootserver mode