useZabbixItems for Zabbix Method used in loading the data in the Route

  • Returns {
        errorMessage_ZabbixItems: any;
        getZabbixItems: (additional_params?: any) => Promise<ZabbixItemsResponse>;
        isLoading_ZabbixItems: any;
    }