Object used for the reponse of the zabbix service

interface ZabbixHostsResponse {
    hosts: null | ZabbixHost[];
    message: string;
    success: boolean;
}

Properties

Properties

hosts: null | ZabbixHost[]
message: string
success: boolean