Screenshot 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 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. |