library
turbot/opsgenie
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
messagestringYesMessage of the alert-
aliasstringNoClient-defined identifier of the alert, this is also the key element of Alert De-Duplication.-
descriptionstringNoDescription field of the alert that is generally used to provide detailed information about the alert.-
tagslist of stringNoTags of the alert.-
entitystringNoEntity field of the alert that is generally used to specify which domain the alert is related to.-
prioritystringNoPriority level of the alert.-
notestringNoAdditional note that will be added while creating the alert.-

Outputs

NameDescription
request

Tags

type = featured