Share via


AutoHealActionsOutput interface

Actions which to take by the auto-heal module when a rule is triggered.

Properties

actionType

Predefined action to be taken.

customAction

Custom action to be taken.

minProcessExecutionTime

Minimum time the process must execute before taking the action

Property Details

actionType

Predefined action to be taken.

actionType?: "Recycle" | "LogEvent" | "CustomAction"

Property Value

"Recycle" | "LogEvent" | "CustomAction"

customAction

Custom action to be taken.

customAction?: AutoHealCustomActionOutput

Property Value

minProcessExecutionTime

Minimum time the process must execute before taking the action

minProcessExecutionTime?: string

Property Value

string