library
turbot/opsgenie
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Create Alert

Creates an alert.

Run the pipeline

To run this pipeline from your terminal:

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

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = opsgenie.pipeline.create_alert
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 alert-
alias
string
NoClient-defined identifier of the alert, this is also the key element of Alert De-Duplication.-
description
string
NoDescription field of the alert that is generally used to provide detailed information about the alert.-
tags
list(string)
NoTags of the alert.-
entity
string
NoEntity field of the alert that is generally used to specify which domain the alert is related to.-
priority
string
NoPriority level of the alert.-
note
string
NoAdditional note that will be added while creating the alert.-

Outputs

NameDescription
request

Tags

recommended = true