|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Returns a list of UI Instructions resources.
/rw/rapid/uiinstr
GET
None*
HTTP_OK(200), see HTTP Status codes
<?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/uiinstr/"/> </head> <body> <div class="state"> <a href= "" rel="self"/> <a href= "?action=show" rel="action"/> <ul> <li class="rap-active-li" title="active"> <a href="active" rel="self"/> </li> </ul> </div> </body> </html>
NOT FOUND(404), see HTTP Status codes
See Robot controller return codes
curl --digest -u "Default User":robotics "http://127.0.0.1/rw/rapid/uiinstr"
Not supported in bootserver mode