library
turbot/opsgenie
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
messagestringYesMessage of the incident.-
descriptionstringNoDescription field of the incident.-
tagslist of stringNoTags of the incident.-
prioritystringNoPriority level of the incident.-
notestringNoAdditional note that is added while creating the incident.-
notify_stakeholdersboolNoIndicate whether stakeholders are notified or not.-

Outputs

NameDescription
request

Tags

type = featured