PATH: CancelRun
Introduction
A REST-S-REQUEST to the RestTestLuaService with a URI path ending in /CancelRun
will cancel an in-progress Rest Tester Service run.
The REST-S-RESPONSE response in the case of failure is a 500 status code with a
text/plain error message body.
Cancel Run
The attributes of the query are supplied as follows:
| Field | Type | Description |
|---|---|---|
query_args
|
Table |
The listed query args (the ?arg=value&arg2=value2 part of the URI) are supported.
|
"run_id"
|
String | [Required] This must refer to a test run previously started which has not yet reported completion. |
The REST response in the case of success is a 200 status code with application/json content type.
The JSON object is identical to the response as documented for the QueryRun operation.