library
turbot/opsgenie
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Create Incident

Creates an incident.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run opsgenie.pipeline.create_incident \
--arg 'message=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = opsgenie.pipeline.create_incident
args = {
message = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.opsgenie
YesName for connections to use. If not provided, the default connection will be used.connection.opsgenie.default
message
string
YesMessage of the incident.-
description
string
NoDescription field of the incident.-
tags
list(string)
NoTags of the incident.-
priority
string
NoPriority level of the incident.-
note
string
NoAdditional note that is added while creating the incident.-
notify_stakeholders
bool
NoIndicate whether stakeholders are notified or not.-

Outputs

NameDescription
request

Tags

recommended = true