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://{pod_path}/api/1/rest/public/runtime/start/{env_org}/{ruuid}
Path Parameters
Key | Description |
---|---|
pod_path |
Required. The path to your SnapLogic pod.
Example: |
org |
Required. The name of the SnapLogic Environment/Org. |
ruuid |
Required. The Runtime ID of the pipeline.
To get the Runtime ID of a running pipeline:
|
Query Parameters
None.
Request Header
Specify Basic
for authorization and application/json
for content type.
Authorization: Basic {your_encoded_security_credentials}
Content-Type: application/json
Request Body
None.
Response
Status code only.