library
turbot/opsgenie
OverviewPipelines
0
Triggers
0
Variables
GitHub

Add Tags to Incident

Adds tags to an incident.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run opsgenie.pipeline.add_tags_to_incident \
--arg 'tags=<list of string>' \
--arg 'identifier=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = opsgenie.pipeline.add_tags_to_incident
args = {
tags = <list of string>
identifier = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
tagslist of stringYesThe list of tags to add into incident.-
identifierstringYesIdentifier of the incident.-
identifier_typestringYesType of the identifier that is provided as an in-line parameter.id
notestringNoAdditional incident note to add.-

Outputs

NameDescription
request