Get a list of actions that can be invoked on a ios-networks type resources.
URL
/rw/iosystem/networks
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">
<head><title>io</title>
<base href="http://localhost/"/>
</head>
<body>
<div class="state">
<a href="rw/iosystem/networks?action=show" rel="self"></a>
<form id="search" method='post' action="/rw/iosystem/networks?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 IO networks based on name or state
- name The name of the network e.g. Virtual, Local etc.
- pstate The network state e.g. running
- 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/networks?action=show"
Notes
Not supported in bootserver mode