sample
turbot/flowpipe-samples/remediate-pagerduty-alert
Get Involved
Version
Pipeline: 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=<any>'
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 = <any> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
pagerduty_conn | connection.pagerduty | Yes | Name of PagerDuty connection to use. If not provided, the default PagerDuty connection will be used. | connection.pagerduty.default |
event | any | Yes | PagerDuty event. | - |
Outputs
Name | Description |
---|---|
remediate_pagerduty_alert | The remediation action taken. |
Tags
recommended = true