library
turbot/opsgenie
Get Involved
Version
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
Name | Type | Required | Description | Default |
---|---|---|---|---|
conn | connection.opsgenie | Yes | Name for connections to use. If not provided, the default connection will be used. | connection.opsgenie.default |
message | string | Yes | Message of the alert | - |
alias | string | No | Client-defined identifier of the alert, this is also the key element of Alert De-Duplication. | - |
description | string | No | Description field of the alert that is generally used to provide detailed information about the alert. | - |
tags | list(string) | No | Tags of the alert. | - |
entity | string | No | Entity field of the alert that is generally used to specify which domain the alert is related to. | - |
priority | string | No | Priority level of the alert. | - |
note | string | No | Additional note that will be added while creating the alert. | - |
Outputs
Name | Description |
---|---|
request |
Tags
recommended = true