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

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_credstringYesName for PagerDuty credentials to use. If not provided, the default credentials will be used.default
incident_idstringYesThe ID of the incident.-

Outputs

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