Get a list of actions that can be invoked on a ios-devices type resources.
URL
/rw/iosystem/devices
Method
GET
URL Params
action=show Required
Returns action Forms for this resource
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" xml:lang="en" lang="en">
<head><title>io</title>
<base href="http://localhost/"/>
</head>
<body>
<div class="state">
<a href="?rw/iosystem/devices?action=show" rel="self"></a>
<form id="search" method='post' action="rw/iosystem/devices?action=search">
<input type="text" name="name" value="" />
<input type="text" name="pstate" value="" />
<input type="text" name="lstate" value="" />
</form>
</div>
</body>
</html>
Actions
- search Search devices
- name The name of the device
- pstate The physical state of the device
- lstate The logical state of the device
Error Response
BAD_REQUEST(400)
See Robot controller return codes
Sample Call
curl --digest -u "Default User":robotics "http://localhost/rw/iosystem/devices?action=show"
Notes
Not supported in bootserver mode