sample
turbot/flowpipe-samples/remediate-pagerduty-alert
Get Involved
Version
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
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 |
incident_id | string | Yes | The ID of the incident. | - |
Outputs
Name | Description |
---|---|
pagerduty_incident_acknowledged | The incident acknowledged details. |
note | The note created on the incident with type 'acknowledged'. |