sc-zabbix-api
Version:
TypeScript client for Zabbix JSON-RPC API with token authentication
3 lines (2 loc) • 556 B
TypeScript
export { SCZabbixApi } from "./SCZabbixApi.js";
export type { Host, HostGetParams, HostInterface, HttpHeader, HttpQueryField, Item, ItemCreateParams, ItemDeleteParams, ItemDiscoveryData, ItemGetParams, ItemGetParamsOutput, ItemPreprocessing, ItemTag, ItemTagFilter, ItemType, ItemUpdateParams, ItemValueType, Media, SNMPDetails, User, UserCheckAuthenticationParams, UserCheckAuthenticationResponse, UserLoginParams, UserLoginResponse, UserLoginResponseObject, ZabbixApiConfig, ZabbixApiError, ZabbixApiResponse, ZabbixConnectionError, } from "./types.js";