You can use the search tokens available in Pager tab and refine your search results. Click each token to learn more about it.
Examples
Show template created within certain dates
createdOn:[2016-01-01 .. 2016-01-10]
Show template created starting 2015-10-01, ending 1 month ago
createdOn:[2015-10-01 .. now-1M]
Show template created starting 2 weeks ago, ending 1 second ago
createdOn:[now-2w .. now-1s]
Show template created on specific date
createdOn:'2020-10-21 03:18 PM'
notificationNamenotificationName
Example
Show all results based on the templates to search while creating the rules
notificationName: HIGH_ALERT_PAGER_MESSAGE
Example
Show all results with the API key for used to connect pager service
pagerApiKey: abcd1234
Example
Show all results with the pager message
pagerMessage: PLEASE CHECK LOGS
Example
Show all results with the user who created the template
createdBy: dashb_du
notificationTypenotificationType
Example
Show all results based on the notification type
notificationType: EMAIL
pagerIncidentKeypagerIncidentKey
Example
Show all results with the API key for used to connect pager service
pagerIncidentKey: abcd1234
Example
Show all results based on the id for the current pager template
id: 01
Example
Show all results based on the id for the customer
customerId: 01
Example
Show all results based on the module name of the pager template
moduleName: HIGH_ALERT_EMAIL
Example
Show all results based on the user who updated the template
updatedBy: HIGH_ALERT_EMAIL
Examples
Show template updated within certain dates
updatedOn: [2016-01-01 .. 2016-01-10]
Show template updated starting 2015-10-01, ending 1 month ago
updatedOn: [2015-10-01 .. now-1M]
Show template updated starting 2 weeks ago, ending 1 second ago
updatedOn: [now-2w .. now-1s]
Show template updated on specific date
updatedOn:'2016-01-08'