Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.1 KB

File metadata and controls

61 lines (42 loc) · 1.1 KB
sidebar_position 13

Start suite execution

Description

Runs a suite template (starts execution).

URL

http://{Job Scheduling API IP}:{port#}/{space_name}/SuiteTemplate/{id}/start

Parameter Description/Comments
space_name CloudShell domain in which the suite was executed. (string)
id Suite execution's ID- included in the suite's URL. (string)
For example:
http://192.168.74.11/Test%20Lab/execution/1ab91be7-6136-4fd5-b22d-72c462947459/

HTTP method

POST

Request

Headers

Example header format:

Authorization: Basic <authorization token returned from the login method>

Content-Type: application/json

Response

Response example ```javascript { "id": "a7f13fe5-ddee-4ec8-971f-a0e6784c8387" } ```
Response summary
ParameterDescription/Comments
id Suite execution id. (guid)