Screenshot Template API
This catalog provides a comprehensive list of all available APIs for managing live screenshot templates. APIs are categorised by features, including the essential information such as request URI, method, and descriptions.
| API Name | Method | Request URI | Description |
|---|---|---|---|
| Create a Screenshot Template | POST | /lls/v1.0/template/screenshot | Create a screenshot template for an ingest domain, an app, or a stream. |
| Modify a Screenshot Template | PUT | /lls/v1.0/template/screenshot/{templateName} | Modify an existing screenshot template for an ingest domain, an app, or a stream. |
| Query a Screenshot Template | GET | /lls/v1.0/template/screenshot/{templateName} | Query a screenshot template with template name. |
| List Screenshot Templates | GET | /lls/v1.0/template/screenshot | List screenshot templates. |
| Delete a Screenshot Template | DELETE | /lls/v1.0/template/screenshot/{templateName} | Delete a screenshot template. |