Returns System Robotware License.
URL
/rw/system/license
Method
GET
URL Params
None
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>system</title>
<base href="http://localhost/rw/system/license/"/>
</head>
<body>
<div class="state">
<a href="" rel="self"/>
<a href="?action=show" rel="action"></a>
<ul>
<li class="sys-license" title="license">
<span class="license">INTERNAL_USE</span>
</li>
</ul>
</div>
</body>
</html>
Resources
- license System robotware license.
Error Response
BAD_REQUEST(400)
Robot controller errors, see Robot controller return codes
Sample Call
curl --digest -u "Default User":robotics "http://localhost/rw/system/license"
Notes
Not supported in bootserver mode.