Object used for the reponse of the zabbix service

interface ZabbixHostResponse {
    host: null | ZabbixHost;
    message: string;
    success: boolean;
}

Properties

Properties

host: null | ZabbixHost
message: string
success: boolean