Recording Template API
This catalog provides a comprehensive list of all available APIs for managing live recording 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 Recording Template | POST | /lls/v1.0/template/recording | Create a recording template for an ingest domain, an app, or a stream. |
| Modify a Recording Template | PUT | /lls/v1.0/template/recording/{templateName} | Modify an existing recording template for an ingest domain, an app, or a stream. |
| Query a Recording Template | GET | /lls/v1.0/template/recording/{templateName} | Query a Recording Template with template name. |
| List Recording Templates | GET | /lls/v1.0/template/recording | List Recording Templates. |
| Delete a Recording Template | DELETE | /lls/v1.0/template/recording/{templateName} | Delete a Recording Template. |