library
turbot/opsgenie
Get Involved
Version
Pipeline: Close Incident
Closes an incident.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run opsgenie.pipeline.close_incident \ --arg 'identifier=<string>' \ --arg 'identifier_type=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = opsgenie.pipeline.close_incident args = { identifier = <string> identifier_type = <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 |
identifier | string | Yes | Identifier of the incident. | - |
identifier_type | string | Yes | Type of the identifier that is provided as an in-line parameter | - |
note | string | No | Additional incident note to add. | - |
Outputs
Name | Description |
---|---|
request |
Tags
recommended = true