|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get a list of actions that can be invoked on rapid modules.
/rw/rapid/modules
GET
action=show Required
Returns action Forms for this resource
None
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>rapid</title> <base href="http://localhost/rw/rapid/"/> </head> <body> <div class="state"> <a href="modules?action=show" rel="self"> </a> <form id="modify-all-position" method='post' action="modules?action=modify-all-position"> </form> </div> </body> </html>
BAD_REQUEST(400)
HTTP Errors, see HTTP Status codes
Robot controller errors, see Robot controller return codes
curl --digest -u "Default User":robotics" "http://localhost/rw/rapid/modules?action=show"
Not supported in bootserver mode