samples
turbot/flowpipe-samples/remediate-pagerduty-alert

Remediate PagerDuty Alert

Takes Remediation Actions based on the event.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run remediate_pagerduty_alert.pipeline.remediate_pagerduty_alert \
--arg 'event=<dynamic>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = remediate_pagerduty_alert.pipeline.remediate_pagerduty_alert
args = {
event = <dynamic>
}
}

Params

NameTypeRequiredDescriptionDefault
pagerduty_credstringYesName for PagerDuty credentials to use. If not provided, the default credentials will be used.default
eventdynamicYesPagerDuty event.-

Outputs

NameDescription
remediate_pagerduty_alertThe remediation action taken.