PagerDutyOpenapiClient::EventRuleActionsCommonExtractionsInnerOneOf1
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. |
|
require 'pager_duty_openapi_client'
instance = PagerDutyOpenapiClient::EventRuleActionsCommonExtractionsInnerOneOf1.new(
target: null,
template: Error number {{count}} on host {{host}}
)