1. Packages
  2. Opsgenie
  3. API Docs
  4. IntegrationAction
Opsgenie v1.3.6 published on Tuesday, Feb 27, 2024 by Pulumi

opsgenie.IntegrationAction

Explore with Pulumi AI

opsgenie logo
Opsgenie v1.3.6 published on Tuesday, Feb 27, 2024 by Pulumi

    Manages advanced actions for Integrations within Opsgenie. This applies for the following resources:

    • opsgenie.ApiIntegration
    • opsgenie.EmailIntegration

    The actions that are supported are:

    • create
    • close
    • acknowledge
    • add_note
    • ignore

    Create IntegrationAction Resource

    new IntegrationAction(name: string, args: IntegrationActionArgs, opts?: CustomResourceOptions);
    @overload
    def IntegrationAction(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          acknowledges: Optional[Sequence[IntegrationActionAcknowledgeArgs]] = None,
                          add_notes: Optional[Sequence[IntegrationActionAddNoteArgs]] = None,
                          closes: Optional[Sequence[IntegrationActionCloseArgs]] = None,
                          creates: Optional[Sequence[IntegrationActionCreateArgs]] = None,
                          ignores: Optional[Sequence[IntegrationActionIgnoreArgs]] = None,
                          integration_id: Optional[str] = None)
    @overload
    def IntegrationAction(resource_name: str,
                          args: IntegrationActionArgs,
                          opts: Optional[ResourceOptions] = None)
    func NewIntegrationAction(ctx *Context, name string, args IntegrationActionArgs, opts ...ResourceOption) (*IntegrationAction, error)
    public IntegrationAction(string name, IntegrationActionArgs args, CustomResourceOptions? opts = null)
    public IntegrationAction(String name, IntegrationActionArgs args)
    public IntegrationAction(String name, IntegrationActionArgs args, CustomResourceOptions options)
    
    type: opsgenie:IntegrationAction
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args IntegrationActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args IntegrationActionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args IntegrationActionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IntegrationActionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IntegrationActionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    IntegrationAction Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The IntegrationAction resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IntegrationAction resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing IntegrationAction Resource

    Get an existing IntegrationAction resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: IntegrationActionState, opts?: CustomResourceOptions): IntegrationAction
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            acknowledges: Optional[Sequence[IntegrationActionAcknowledgeArgs]] = None,
            add_notes: Optional[Sequence[IntegrationActionAddNoteArgs]] = None,
            closes: Optional[Sequence[IntegrationActionCloseArgs]] = None,
            creates: Optional[Sequence[IntegrationActionCreateArgs]] = None,
            ignores: Optional[Sequence[IntegrationActionIgnoreArgs]] = None,
            integration_id: Optional[str] = None) -> IntegrationAction
    func GetIntegrationAction(ctx *Context, name string, id IDInput, state *IntegrationActionState, opts ...ResourceOption) (*IntegrationAction, error)
    public static IntegrationAction Get(string name, Input<string> id, IntegrationActionState? state, CustomResourceOptions? opts = null)
    public static IntegrationAction get(String name, Output<String> id, IntegrationActionState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:

    Supporting Types

    IntegrationActionAcknowledge, IntegrationActionAcknowledgeArgs

    Name string
    Name of the integration action.
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    Filters List<IntegrationActionAcknowledgeFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    Name string
    Name of the integration action.
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    Filters []IntegrationActionAcknowledgeFilter
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters List<IntegrationActionAcknowledgeFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note String
    Additional alert action note.
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.
    name string
    Name of the integration action.
    alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters IntegrationActionAcknowledgeFilter[]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note string
    Additional alert action note.
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    type string
    The responder type - can be escalation, team or user.
    user string
    Owner of the execution for integration action.
    name str
    Name of the integration action.
    alias str
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters Sequence[IntegrationActionAcknowledgeFilter]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note str
    Additional alert action note.
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    type str
    The responder type - can be escalation, team or user.
    user str
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters List<Property Map>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note String
    Additional alert action note.
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.

    IntegrationActionAcknowledgeFilter, IntegrationActionAcknowledgeFilterArgs

    Type string
    The responder type - can be escalation, team or user.
    Conditions List<IntegrationActionAcknowledgeFilterCondition>
    Type string
    The responder type - can be escalation, team or user.
    Conditions []IntegrationActionAcknowledgeFilterCondition
    type String
    The responder type - can be escalation, team or user.
    conditions List<IntegrationActionAcknowledgeFilterCondition>
    type string
    The responder type - can be escalation, team or user.
    conditions IntegrationActionAcknowledgeFilterCondition[]
    type str
    The responder type - can be escalation, team or user.
    conditions Sequence[IntegrationActionAcknowledgeFilterCondition]
    type String
    The responder type - can be escalation, team or user.
    conditions List<Property Map>

    IntegrationActionAcknowledgeFilterCondition, IntegrationActionAcknowledgeFilterConditionArgs

    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    field string
    operation string
    expectedValue string
    key string
    not boolean
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    field str
    operation str
    expected_value str
    key str
    not_ bool
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.

    IntegrationActionAddNote, IntegrationActionAddNoteArgs

    Name string
    Name of the integration action.
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    Filters List<IntegrationActionAddNoteFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    Name string
    Name of the integration action.
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    Filters []IntegrationActionAddNoteFilter
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters List<IntegrationActionAddNoteFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note String
    Additional alert action note.
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.
    name string
    Name of the integration action.
    alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters IntegrationActionAddNoteFilter[]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note string
    Additional alert action note.
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    type string
    The responder type - can be escalation, team or user.
    user string
    Owner of the execution for integration action.
    name str
    Name of the integration action.
    alias str
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters Sequence[IntegrationActionAddNoteFilter]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note str
    Additional alert action note.
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    type str
    The responder type - can be escalation, team or user.
    user str
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters List<Property Map>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note String
    Additional alert action note.
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.

    IntegrationActionAddNoteFilter, IntegrationActionAddNoteFilterArgs

    Type string
    The responder type - can be escalation, team or user.
    Conditions List<IntegrationActionAddNoteFilterCondition>
    Type string
    The responder type - can be escalation, team or user.
    Conditions []IntegrationActionAddNoteFilterCondition
    type String
    The responder type - can be escalation, team or user.
    conditions List<IntegrationActionAddNoteFilterCondition>
    type string
    The responder type - can be escalation, team or user.
    conditions IntegrationActionAddNoteFilterCondition[]
    type str
    The responder type - can be escalation, team or user.
    conditions Sequence[IntegrationActionAddNoteFilterCondition]
    type String
    The responder type - can be escalation, team or user.
    conditions List<Property Map>

    IntegrationActionAddNoteFilterCondition, IntegrationActionAddNoteFilterConditionArgs

    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    field string
    operation string
    expectedValue string
    key string
    not boolean
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    field str
    operation str
    expected_value str
    key str
    not_ bool
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.

    IntegrationActionClose, IntegrationActionCloseArgs

    Name string
    Name of the integration action.
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    Filters List<IntegrationActionCloseFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    Name string
    Name of the integration action.
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    Filters []IntegrationActionCloseFilter
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters List<IntegrationActionCloseFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note String
    Additional alert action note.
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.
    name string
    Name of the integration action.
    alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters IntegrationActionCloseFilter[]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note string
    Additional alert action note.
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    type string
    The responder type - can be escalation, team or user.
    user string
    Owner of the execution for integration action.
    name str
    Name of the integration action.
    alias str
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters Sequence[IntegrationActionCloseFilter]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note str
    Additional alert action note.
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    type str
    The responder type - can be escalation, team or user.
    user str
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    filters List<Property Map>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    note String
    Additional alert action note.
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.

    IntegrationActionCloseFilter, IntegrationActionCloseFilterArgs

    Type string
    The responder type - can be escalation, team or user.
    Conditions List<IntegrationActionCloseFilterCondition>
    Type string
    The responder type - can be escalation, team or user.
    Conditions []IntegrationActionCloseFilterCondition
    type String
    The responder type - can be escalation, team or user.
    conditions List<IntegrationActionCloseFilterCondition>
    type string
    The responder type - can be escalation, team or user.
    conditions IntegrationActionCloseFilterCondition[]
    type str
    The responder type - can be escalation, team or user.
    conditions Sequence[IntegrationActionCloseFilterCondition]
    type String
    The responder type - can be escalation, team or user.
    conditions List<Property Map>

    IntegrationActionCloseFilterCondition, IntegrationActionCloseFilterConditionArgs

    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    field string
    operation string
    expectedValue string
    key string
    not boolean
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    field str
    operation str
    expected_value str
    key str
    not_ bool
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.

    IntegrationActionCreate, IntegrationActionCreateArgs

    Name string
    Name of the integration action.
    AlertActions List<string>
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    AppendAttachments bool
    CustomPriority string
    Custom alert priority. e.g. {{message.substring(0,2)}}
    Description string
    Detailed description of the alert, anything that may not have fit in the message field.
    Entity string
    The entity the alert is related to.
    ExtraProperties Dictionary<string, string>
    Set of user defined properties specified as a map.
    Filters List<IntegrationActionCreateFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    IgnoreAlertActionsFromPayload bool
    IgnoreExtraPropertiesFromPayload bool
    IgnoreRespondersFromPayload bool
    If enabled, the integration will ignore responders sent in request payloads.
    IgnoreTagsFromPayload bool
    IgnoreTeamsFromPayload bool
    If enabled, the integration will ignore teams sent in request payloads.
    Message string
    Alert text limited to 130 characters.
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Priority string
    Alert priority.
    Responders List<IntegrationActionCreateResponder>
    User, schedule, teams or escalation names to calculate which users will receive notifications of the alert.
    Source string
    User defined field to specify source of action.
    Tags List<string>
    Comma separated list of labels to be attached to the alert.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    Name string
    Name of the integration action.
    AlertActions []string
    Alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    AppendAttachments bool
    CustomPriority string
    Custom alert priority. e.g. {{message.substring(0,2)}}
    Description string
    Detailed description of the alert, anything that may not have fit in the message field.
    Entity string
    The entity the alert is related to.
    ExtraProperties map[string]string
    Set of user defined properties specified as a map.
    Filters []IntegrationActionCreateFilter
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    IgnoreAlertActionsFromPayload bool
    IgnoreExtraPropertiesFromPayload bool
    IgnoreRespondersFromPayload bool
    If enabled, the integration will ignore responders sent in request payloads.
    IgnoreTagsFromPayload bool
    IgnoreTeamsFromPayload bool
    If enabled, the integration will ignore teams sent in request payloads.
    Message string
    Alert text limited to 130 characters.
    Note string
    Additional alert action note.
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Priority string
    Alert priority.
    Responders []IntegrationActionCreateResponder
    User, schedule, teams or escalation names to calculate which users will receive notifications of the alert.
    Source string
    User defined field to specify source of action.
    Tags []string
    Comma separated list of labels to be attached to the alert.
    Type string
    The responder type - can be escalation, team or user.
    User string
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alertActions List<String>
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    appendAttachments Boolean
    customPriority String
    Custom alert priority. e.g. {{message.substring(0,2)}}
    description String
    Detailed description of the alert, anything that may not have fit in the message field.
    entity String
    The entity the alert is related to.
    extraProperties Map<String,String>
    Set of user defined properties specified as a map.
    filters List<IntegrationActionCreateFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    ignoreAlertActionsFromPayload Boolean
    ignoreExtraPropertiesFromPayload Boolean
    ignoreRespondersFromPayload Boolean
    If enabled, the integration will ignore responders sent in request payloads.
    ignoreTagsFromPayload Boolean
    ignoreTeamsFromPayload Boolean
    If enabled, the integration will ignore teams sent in request payloads.
    message String
    Alert text limited to 130 characters.
    note String
    Additional alert action note.
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    priority String
    Alert priority.
    responders List<IntegrationActionCreateResponder>
    User, schedule, teams or escalation names to calculate which users will receive notifications of the alert.
    source String
    User defined field to specify source of action.
    tags List<String>
    Comma separated list of labels to be attached to the alert.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.
    name string
    Name of the integration action.
    alertActions string[]
    alias string
    An identifier that is used for alert deduplication. Default: {{alias}}.
    appendAttachments boolean
    customPriority string
    Custom alert priority. e.g. {{message.substring(0,2)}}
    description string
    Detailed description of the alert, anything that may not have fit in the message field.
    entity string
    The entity the alert is related to.
    extraProperties {[key: string]: string}
    Set of user defined properties specified as a map.
    filters IntegrationActionCreateFilter[]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    ignoreAlertActionsFromPayload boolean
    ignoreExtraPropertiesFromPayload boolean
    ignoreRespondersFromPayload boolean
    If enabled, the integration will ignore responders sent in request payloads.
    ignoreTagsFromPayload boolean
    ignoreTeamsFromPayload boolean
    If enabled, the integration will ignore teams sent in request payloads.
    message string
    Alert text limited to 130 characters.
    note string
    Additional alert action note.
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    priority string
    Alert priority.
    responders IntegrationActionCreateResponder[]
    User, schedule, teams or escalation names to calculate which users will receive notifications of the alert.
    source string
    User defined field to specify source of action.
    tags string[]
    Comma separated list of labels to be attached to the alert.
    type string
    The responder type - can be escalation, team or user.
    user string
    Owner of the execution for integration action.
    name str
    Name of the integration action.
    alert_actions Sequence[str]
    alias str
    An identifier that is used for alert deduplication. Default: {{alias}}.
    append_attachments bool
    custom_priority str
    Custom alert priority. e.g. {{message.substring(0,2)}}
    description str
    Detailed description of the alert, anything that may not have fit in the message field.
    entity str
    The entity the alert is related to.
    extra_properties Mapping[str, str]
    Set of user defined properties specified as a map.
    filters Sequence[IntegrationActionCreateFilter]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    ignore_alert_actions_from_payload bool
    ignore_extra_properties_from_payload bool
    ignore_responders_from_payload bool
    If enabled, the integration will ignore responders sent in request payloads.
    ignore_tags_from_payload bool
    ignore_teams_from_payload bool
    If enabled, the integration will ignore teams sent in request payloads.
    message str
    Alert text limited to 130 characters.
    note str
    Additional alert action note.
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    priority str
    Alert priority.
    responders Sequence[IntegrationActionCreateResponder]
    User, schedule, teams or escalation names to calculate which users will receive notifications of the alert.
    source str
    User defined field to specify source of action.
    tags Sequence[str]
    Comma separated list of labels to be attached to the alert.
    type str
    The responder type - can be escalation, team or user.
    user str
    Owner of the execution for integration action.
    name String
    Name of the integration action.
    alertActions List<String>
    alias String
    An identifier that is used for alert deduplication. Default: {{alias}}.
    appendAttachments Boolean
    customPriority String
    Custom alert priority. e.g. {{message.substring(0,2)}}
    description String
    Detailed description of the alert, anything that may not have fit in the message field.
    entity String
    The entity the alert is related to.
    extraProperties Map<String>
    Set of user defined properties specified as a map.
    filters List<Property Map>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    ignoreAlertActionsFromPayload Boolean
    ignoreExtraPropertiesFromPayload Boolean
    ignoreRespondersFromPayload Boolean
    If enabled, the integration will ignore responders sent in request payloads.
    ignoreTagsFromPayload Boolean
    ignoreTeamsFromPayload Boolean
    If enabled, the integration will ignore teams sent in request payloads.
    message String
    Alert text limited to 130 characters.
    note String
    Additional alert action note.
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.
    priority String
    Alert priority.
    responders List<Property Map>
    User, schedule, teams or escalation names to calculate which users will receive notifications of the alert.
    source String
    User defined field to specify source of action.
    tags List<String>
    Comma separated list of labels to be attached to the alert.
    type String
    The responder type - can be escalation, team or user.
    user String
    Owner of the execution for integration action.

    IntegrationActionCreateFilter, IntegrationActionCreateFilterArgs

    Type string
    The responder type - can be escalation, team or user.
    Conditions List<IntegrationActionCreateFilterCondition>
    Type string
    The responder type - can be escalation, team or user.
    Conditions []IntegrationActionCreateFilterCondition
    type String
    The responder type - can be escalation, team or user.
    conditions List<IntegrationActionCreateFilterCondition>
    type string
    The responder type - can be escalation, team or user.
    conditions IntegrationActionCreateFilterCondition[]
    type str
    The responder type - can be escalation, team or user.
    conditions Sequence[IntegrationActionCreateFilterCondition]
    type String
    The responder type - can be escalation, team or user.
    conditions List<Property Map>

    IntegrationActionCreateFilterCondition, IntegrationActionCreateFilterConditionArgs

    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    field string
    operation string
    expectedValue string
    key string
    not boolean
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    field str
    operation str
    expected_value str
    key str
    not_ bool
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.

    IntegrationActionCreateResponder, IntegrationActionCreateResponderArgs

    Id string
    The id of the responder.
    Type string
    The responder type - can be escalation, team or user.
    Id string
    The id of the responder.
    Type string
    The responder type - can be escalation, team or user.
    id String
    The id of the responder.
    type String
    The responder type - can be escalation, team or user.
    id string
    The id of the responder.
    type string
    The responder type - can be escalation, team or user.
    id str
    The id of the responder.
    type str
    The responder type - can be escalation, team or user.
    id String
    The id of the responder.
    type String
    The responder type - can be escalation, team or user.

    IntegrationActionIgnore, IntegrationActionIgnoreArgs

    Name string
    Name of the integration action.
    Filters List<IntegrationActionIgnoreFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    Name string
    Name of the integration action.
    Filters []IntegrationActionIgnoreFilter
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Type string
    The responder type - can be escalation, team or user.
    name String
    Name of the integration action.
    filters List<IntegrationActionIgnoreFilter>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.
    name string
    Name of the integration action.
    filters IntegrationActionIgnoreFilter[]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    type string
    The responder type - can be escalation, team or user.
    name str
    Name of the integration action.
    filters Sequence[IntegrationActionIgnoreFilter]
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    type str
    The responder type - can be escalation, team or user.
    name String
    Name of the integration action.
    filters List<Property Map>
    Used to specify rules for matching alerts and the filter type. Please note that depending on the integration type the field names in the filter conditions are:

    • For SNS integration: actions, alias, entity, Message, recipients, responders, Subject, tags, teams, eventType, Timestamp, TopicArn.
    • For API integration: message, alias, description, source, entity, tags, actions, details, extra-properties, recipients, teams, priority, eventType.
    • For Email integration: from_address, from_name, conversationSubject, subject
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.
    type String
    The responder type - can be escalation, team or user.

    IntegrationActionIgnoreFilter, IntegrationActionIgnoreFilterArgs

    Type string
    The responder type - can be escalation, team or user.
    Conditions List<IntegrationActionIgnoreFilterCondition>
    Type string
    The responder type - can be escalation, team or user.
    Conditions []IntegrationActionIgnoreFilterCondition
    type String
    The responder type - can be escalation, team or user.
    conditions List<IntegrationActionIgnoreFilterCondition>
    type string
    The responder type - can be escalation, team or user.
    conditions IntegrationActionIgnoreFilterCondition[]
    type str
    The responder type - can be escalation, team or user.
    conditions Sequence[IntegrationActionIgnoreFilterCondition]
    type String
    The responder type - can be escalation, team or user.
    conditions List<Property Map>

    IntegrationActionIgnoreFilterCondition, IntegrationActionIgnoreFilterConditionArgs

    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    Field string
    Operation string
    ExpectedValue string
    Key string
    Not bool
    Order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Integer
    Integer value that defines in which order the action will be performed. Default: 1.
    field string
    operation string
    expectedValue string
    key string
    not boolean
    order number
    Integer value that defines in which order the action will be performed. Default: 1.
    field str
    operation str
    expected_value str
    key str
    not_ bool
    order int
    Integer value that defines in which order the action will be performed. Default: 1.
    field String
    operation String
    expectedValue String
    key String
    not Boolean
    order Number
    Integer value that defines in which order the action will be performed. Default: 1.

    Package Details

    Repository
    Opsgenie pulumi/pulumi-opsgenie
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the opsgenie Terraform Provider.
    opsgenie logo
    Opsgenie v1.3.6 published on Tuesday, Feb 27, 2024 by Pulumi