REST API guide#
The REST Server harnesses the capabilities of the DL Streamer Pipeline Server, offering a easy to use solution for constructing and managing video analytics pipelines. With the help of JSON files, users can effortlessly define and adapt their pipelines as required. Additionally, it provides a streamlined set of RESTful endpoints for seamless pipeline control.
The following REST API endpoints are currently supported.
Path |
Description |
---|---|
|
Return supported pipelines. |
|
Return status of all pipeline instances. |
|
Start a new pipeline instance. |
|
Return pipeline instance summary. |
|
Send request to an already queued pipeline. Supported only for source of type |
|
Stops a running pipeline. |
|
Download files from the model registry microservice associated with a specific model. |
Learn how to access and utilize the RESTful endpoints provided by the Pipeline Server for efficient pipeline management here.
Learn how to structure and set parameters for your pipelines using JSON files here.
Learn how to tailor your pipeline requests to meet specific requirements here.