Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 662 Bytes

EventRuleActionsCommonExtractionsInnerOneOf1.md

File metadata and controls

20 lines (14 loc) · 662 Bytes

PagerDutyOpenapiClient::EventRuleActionsCommonExtractionsInnerOneOf1

Properties

Name Type Description Notes
target String The PD-CEF field that will be set with the value from the regex.
template String A value that will be used to populate the target PD-CEF field. You can include variables extracted from the payload by using string interpolation.

Example

require 'pager_duty_openapi_client'

instance = PagerDutyOpenapiClient::EventRuleActionsCommonExtractionsInnerOneOf1.new(
  target: null,
  template: Error number {{count}} on host {{host}}
)