Robot Web Services
3HAC050973-001 Revision:M, Application Manual - Robot Web Services
Stop RAPID Spy Logging

Stops RAPID Spy logging

URL

/rw/rapid/tasks

Method

POST

URL Params

action=stop-spy Required See Common URL parameters

Data Params

None

Success Response

NO_CONTENT (204), see HTTP Status codes

Example Response

None

Error Response

BAD_REQUEST(400), FORBIDDEN(403), UNSUPPORTED_MEDIA (415), see HTTP Status codes

See Robot controller return codes

Sample Call

curl --digest -u "Default User":robotics -X POST "http://localhost/rw/rapid/tasks?action=stop-spy"

Notes

Will request mastership internally (No need to ask explicitly). Not supported in bootserver mode.