samples
turbot/flowpipe-samples/remediate-pagerduty-alert
Get Involved
Version
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_cred | string | Yes | Name for PagerDuty credentials to use. If not provided, the default credentials will be used. | 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'. |