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

Pipeline: PagerDuty Incident Acknowledged

Takes remediation action for PagerDuty incident 'acknowledged'.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run remediate_pagerduty_alert.pipeline.pagerduty_incident_acknowledged \
--arg 'incident_id=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = remediate_pagerduty_alert.pipeline.pagerduty_incident_acknowledged
args = {
incident_id = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
pagerduty_conn
connection.pagerduty
YesName of PagerDuty connection to use. If not provided, the default PagerDuty connection will be used.connection.pagerduty.default
incident_id
string
YesThe ID of the incident.-

Outputs

NameDescription
pagerduty_incident_acknowledgedThe incident acknowledged details.
noteThe note created on the incident with type 'acknowledged'.