Recording Template APIs
This catalog provides a comprehensive list of all available APIs for analytics . APIs are categorized by features, including the essential information such as Request URI, method, and brief 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. |