Ad Widget

Collapse

Get my organization map with a API

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • juniorZé
    Junior Member
    • Jul 2022
    • 1

    #1

    Get my organization map with a API

    I am new on Zabbix, like pretty new, I just meeted the amazing software yesterday...

    I'm a front-end developer, and the company that i work to, make use of the Zabbix web version to monitory all the infrastruct...

    Currently I working on a web project that need to import a Zabbix map to the project, only the image of it.

    Soo my doubt is, theres a API for call that image map, passing the pameters of my organization, or something like that?

    please, if its possible to that, let me know!
  • vladimir_lv
    Senior Member
    • May 2022
    • 240

    #2
    Hi!
    Here is the maps' API description:

    map.get - the method allows to retrieve maps according to the given parameters.

    Comment


    • juniorZé
      juniorZé commented
      Editing a comment
      I've tried to get the map and works just fine, but the return it is in json format....

      What I need I the image of the map, soo... do you know a way to convert that json return into the image of the map?
  • vladimir_lv
    Senior Member
    • May 2022
    • 240

    #3
    Probably the easiest way for you to do the following:
    1. Enable guest user.
    2. Create a new group like Map viewer and assign all needed Host groups there.
    3. Assign guest to Map viewer group.
    4. Create dashboards where you will use Map as a dashboard element.
    5. Use the dashboard link to get the map's image.

    Comment

    Working...