AutoHealCustomAction Class

Custom action to be executed when an auto heal rule is triggered.

param exe: Executable to be run.

type exe: str

param parameters: Parameters for the executable.

type parameters: str

Inheritance
AutoHealCustomAction

Constructor

AutoHealCustomAction(*, exe: Optional[str] = None, parameters: Optional[str] = None, **kwargs)