Constructors

  • Constructor of the Zabbix Service Class

    Parameters

    • apiToken: undefined | string

      the token for authentication in zabbix

    • baseUrl: undefined | string

      the base url for the zabbix server

    Returns ZabbixService

Properties

apiToken: undefined | string
baseUrl: undefined | string

Methods

  • Function to fetch all items from Zabbix

    Parameters

    • additional_params: any = null

      any datatype for passing additional params to the body constructor

    • unsupported: boolean = false

      Flag to only select unsupported items or not

    • count: boolean = false

      Flag to indicate if the output should be counted or not

    Returns Promise<ZabbixItemsResponse>