Search Tokens for PagerDuty (Response Templates) in Context XDR

You can use the search tokens available in Pager tab and refine your search results. Click each token to learn more about it.

Pager

createdOncreatedOn

Use a date range or specific date to define a date on which the template was created.

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

Use a text value ##### to search all results according to the name given to the template, Which will be used to search for the templates while creating the rules.

Example

Show all results based on the templates to search while creating the rules

notificationName: HIGH_ALERT_PAGER_MESSAGE

pagerApiKeypagerApiKey

Use a text value ##### to search all results according to the API key to be used for connect to pager service.

Example

Show all results with the API key for used to connect pager service

pagerApiKey: abcd1234

pagerMessagepagerMessage

Use a text value ##### to search all results based on to the message that needs to be send as a pager.

Example

Show all results with the pager message

pagerMessage: PLEASE CHECK LOGS

createdBycreatedBy

Use a text value ##### to search for results based on the user who created the template.

Example

Show all results with the user who created the template

createdBy: dashb_du

notificationTypenotificationType

Use a text value ##### to search all results based on to the type of notification.

Example

Show all results based on the notification type

notificationType: EMAIL

pagerIncidentKeypagerIncidentKey

Use a text value ##### to search all results according to the key of incident to be used to connect to pager service.

Example

Show all results with the API key for used to connect pager service

pagerIncidentKey: abcd1234

idid

Use an integer value ##### to search all results based on the id for the current pager template.

Example

Show all results based on the id for the current pager template

id: 01

customerIdcustomerId

Use an integer value ##### to search all results based on the id for the customer.

Example

Show all results based on the id for the customer

customerId: 01

moduleNamemoduleName

Use a text value ##### to search all results according to the module name of the pager template.

Example

Show all results based on the module name of the pager template

moduleName: HIGH_ALERT_EMAIL

updatedByupdatedBy

Use a text value ##### to search results based on the user who updated the template.

Example

Show all results based on the user who updated the template

updatedBy: HIGH_ALERT_EMAIL

updatedOnupdatedOn

Use a date range or specific date to define date on which the template was updated.

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'