Class IncidentRuleDataAttributesRequest

Attributes for creating an incident rule.

Hierarchy

  • IncidentRuleDataAttributesRequest

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any

A query-based condition for an incident rule.

conditionTableType: number

The condition table type. 1 = raw query.

conditions?: IncidentRuleCondition[]

List of field-based conditions.

enabled: boolean

Whether the rule is enabled.

The execution type of an incident rule.

incidentTypeUuid?: string

The UUID of the incident type this rule applies to.

matchAnyCondition?: boolean

Whether any condition (OR logic) should match instead of all (AND logic).

The task ID for an incident rule.

taskPayload: string

The JSON-encoded payload for the task.

The trigger event for an incident rule.

Generated using TypeDoc