library
turbot/opsgenie
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Close Incident

Closes an incident.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run opsgenie.pipeline.close_incident \
--arg 'identifier=<string>' \
--arg 'identifier_type=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = opsgenie.pipeline.close_incident
args = {
identifier = <string>
identifier_type = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.opsgenie
YesName for connections to use. If not provided, the default connection will be used.connection.opsgenie.default
identifier
string
YesIdentifier of the incident.-
identifier_type
string
YesType of the identifier that is provided as an in-line parameter-
note
string
NoAdditional incident note to add.-

Outputs

NameDescription
request

Tags

recommended = true