Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get RMMP state

URL

/users/rmmp

Method

GET

URL Params

None

See Common URL parameters

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>ROBAPI2 User</title>
<base href="http://localhost/users/rmmp/" />
</head>
<body>
<div class="state">
<a href= "" rel="self"/>
<a href= "?action=show" rel="action"/>
<ul>
<li class="user-rmmp-poll-li" title="rmmp-poll">
<a href= "poll" rel="poll"/>
</li>
<li class="user-rmmp" title="state">
<span class="userid">0</span>
<span class="alias"/>
<span class="location"/>
<span class="application"/>
<span class="privilege">none</span>
<span class="rmmpheldbyme">true</span>
</li>
</ul>
</div>
</body>
</html>

Resources

  • userid User id
  • alias Alias for the user. For users on a Windows PC it is the Windows user name.
  • location User location. For users on a PC it is the PC's network name.
  • application Name of the application the user is using. E.g., "RobotStudio-Online", "PickMaster"
  • privilege {none|pending modify|modify|exec}
  • rmmpheldbyme {true | false} whether the rmmp request and the current request are mady by same user.

Sample Call

Get RMMP state

curl --digest -u "Default User":robotics "http://localhost/users/rmmp"

Notes

Not Supported in bootserver mode