|
Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
|
Get a list of actions that can be invoked on a RAPID tasks resource.
/rw/rapid/tasks
GET
action=show Required
HTTP_OK(200)
<?xml version="1.0" encoding="UTF-8"?> <html> <head> <title>rapid</title> <base href= "http://localhost:7777/rw/rapid/" /> </head> <body> <div class="state"> <a href= "tasks?action=show" rel="self"/> <form id="start-spy" method="post" action="tasks?action=start-spy"> <input name="log-file" type="file"/> </form> <form id="stop-spy" method="post" action="tasks?action=stop-spy"/> <form id="activate" method="post" action="tasks?action=activate"/> <form id="deactivate" method="post" action="tasks?action=deactivate"/> <form id="sub-subscribe" method='post' action="/subscription"> <fieldset class="rap-buildlog-ev"> <input type="checkbox" name="resources" value="1"/> <input class="res" type="text" name="1" value="/rw/rapid/tasks;buildlogchange" maxlength="500"/> <select class="priority" name="1-p"> <option value="0" selected="selected"></option> <option value="1"></option> </select> </fieldset> </form> </div> </body> </html>
BAD_REQUEST(400)
curl --digest -u "Default User":robotics "http://localhost/rw/rapid/tasks?action=show"
Not supported in bootserver mode