Runtime APIs
Runtime APIs allow you:
- To retrieve information about pipeline executions.
- To start or stop a specific pipeline execution.
Note: Public APIs that collect API usage statistics require Environment/Org administrator access.
Runtime monitoring APIs | |
---|---|
GET
/runtime/{env_org}
|
retrieves information about pipeline executions that match the specified filters. |
GET
/runtime/{env_org}/{ruuid}
|
retrieves information about the pipeline execution with the specified Runtime ID. |
GET
/runtime/api-stats/{env_org}
|
retrieves the concurrent and daily metrics of pipeline executions at the specified time. |
GET
/runtime/api-stats/{env_org}/daily
|
retrieves the daily metrics of pipeline executions on the specified date. |
GET
/runtime/api-stats/{env_org}/concurrent
|
retrieves the metrics of concurrent pipeline executions at the specified time. |
POST
/runtime/start/{env_org}/{ruuid}
|
resumes the Resumable Pipeline with the specified Runtime ID. |
POST
/runtime/stop/{env_org}/{ruuid}
|
stops the pipeline execution with the specified Runtime ID. |