Resume a Resumable Pipeline
POST /runtime/start/{env_org}/{ruuid}
Overview
This API resumes the Resumable Pipeline with the specified Runtime ID.
Prerequisites
- Write access to the assets to be added or updated
Request
POST https://{controlplane_path}/api/1/rest/public/runtime/start/{env_org}/{ruuid}
Path Parameters
Key | Description |
---|---|
controlplane_path |
Required. The path to the SnapLogic Control Plane:
elastic.snaplogic.com
For the UAT or EMEA control plane, substitute the name for elastic . For
example:
|
env_org |
Required. The name of the SnapLogic environment/Org.
For example, My-Dev-Env |
ruuid |
Required. The Runtime ID of the pipeline.
To get the Runtime ID of a running pipeline:
|
Query Parameters
None.
Request Header
In the request header, specify Basic
for authorization, add your credentials, and specify application/json
for content type:
Authorization: Basic {your_encoded_security_credentials}
Content-Type: application/json
Request Body
None.
Response
Status code only.