📃 Mockoon pre-generated templates

Make API development a breeze with our comprehensive library of JSON templates, designed to help you prototype and learn faster in Mockoon.

List of alerts

Copy
[ {{#repeat 10}} { "id": "{{faker 'string.uuid'}}", "title": "{{faker 'lorem.sentence'}}", "description": "{{faker 'lorem.paragraph'}}", "severity": {{faker 'number.int' min=1 max=5}}, "timestamp": "{{faker 'date.recent'}}", "acknowledged": {{faker 'datatype.boolean'}} } {{/repeat}} ]

Equipped with properties such as title, description, severity, and timestamp, this template generates a list of random alerts suitable for prototyping monitoring applications and notification systems. Whether populating mock databases or serving as sample data for alerting tools, it offers developers essential alert information for testing and analysis. Moreover, its inclusion enhances the accuracy and effectiveness of alert-related functionalities within applications. These data are perfect to prototype or serve as sample data for applications like monitoring platforms, notification systems, and alerting tools.