library
turbot/opsgenie
Get Involved
Version
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(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(string)> identifier = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
cred | string | Yes | Name for credentials to use. If not provided, the default credentials will be used. | default |
tags | list(string) | Yes | The list of tags to add into incident. | - |
identifier | string | Yes | Identifier of the incident. | - |
identifier_type | string | Yes | Type of the identifier that is provided as an in-line parameter. | id |
note | string | No | Additional incident note to add. | - |
Outputs
Name | Description |
---|---|
request |