Start suite template
Description
Runs a suite template (starts execution).
HTTP method
POST
Request
URL
http://{Job Scheduling API IP}:{port#}/{space_name}/SuiteTemplate/{id}/start
Headers
Example header format:
Authorization: Basic <authorization token returned from the login method>
Content-Type: application/json
Parameter | Description/Comments |
space_name |
CloudShell domain in which the suite was executed. (string) |
id |
Suite template's id - included in suite's URL. For example:
|
Response
Response example
{
"id": "a7f13fe5-ddee-4ec8-971f-a0e6784c8387"
}
Response summary
Parameter | Description/Comments |
id |
Suite execution id. (guid) |