Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Get rapid Tasks actions

Get a list of actions that can be invoked on a RAPID tasks resource.

URL

/rw/rapid/tasks

Method

GET

URL Params

action=show Required

Success Response

HTTP_OK(200)

see HTTP Status codes

Example Response

<?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>

Error Response

BAD_REQUEST(400)

see HTTP Status codes

Sample Call

curl --digest -u "Default User":robotics "http://localhost/rw/rapid/tasks?action=show"

Notes

Not supported in bootserver mode