Legacy | End Execution

Ends the execution specified by <executionId>.

The <executionId> is the execution identifier returned by the Start New Execution operation.

Request syntax

Copy
https://mycloud.perfectomobile.com/services/executions/<executionId>?operation=end&securityToken=value[&optionalParameters=value]
Important: All REST API commands require authentication through the Perfecto security token. See also Authentication in new APIs.

Parameters

Name

Default

Description

securityToken*


A unique cryptographic key assigned to an authorized user.

responseFormat

json

The format to use for the response: xml, json.

* Mandatory parameter

Response

Name

Description

status 

success if the execution was ended.

Examples

This example shows the request and response in json format for ending the execution with the specified execution id without specifying any optional parameters.

Copy

Request

https://mycloud.perfectomobile.com/services/executions/samb@perfectomobile.com_controller_16-11-03_12_05_57_457?operation=end&securityToken=<your_token>
Copy

JSON response

{
    "status" : "Success"}