library
turbot/opsgenie
Get Involved
Version
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
| 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 incident. | - |
| description | string | No | Description field of the incident. | - |
| tags | list(string) | No | Tags of the incident. | - |
| priority | string | No | Priority level of the incident. | - |
| note | string | No | Additional note that is added while creating the incident. | - |
| notify_stakeholders | bool | No | Indicate whether stakeholders are notified or not. | - |
Outputs
| Name | Description |
|---|---|
| request |
Tags
recommended = true