UNPKG

opennms

Version:

Client API for the OpenNMS network monitoring platform

13 lines (9 loc) 297 B
/** * States the current ticket configuration. */ export class TicketerConfig { /** The name of the ticketer plugin currently in use. */ public plugin: string; /** Defines if the ticketer integration is enabled. True if enabled, False otherwise. */ public enabled: boolean; }