Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

Оглавление

Service description

Eltex-Bob is a RESTful API service intended for unloading AP information into a monitoring system in JSON format. By default, the service can be requested via port 9190 using a GET request.To get information on a number and a state of devices, an access to MySQL is required.To provide protection from DDoS attacks, the service has its own cache that makes it possible not to load a database. The service requests an AP list every hour. Information on accessibility of devices is updated every minute.
Available API methods:

...

  • http-basic authorization that is enabled in service settings
  • An ACL list specified in nginx configuration file

Settings

To restrict the number of IP addresses that can access the service, configure nginx server using ACL. An Access Control List is added to nginx configuration file, for example:

...