Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-19296

API graph.get undocumented changes

    XMLWordPrintable

Details

    • Team D
    • Sprint 75 (Apr 2021), Sprint 76 (May 2021), Sprint 77 (Jun 2021)
    • 0.25

    Description

      The graph.get method output is documented to have 4 decimal places for some properties:

      "yaxismin": "0.0000",
      "yaxismax": "100.0000",
      "percent_left": "0.0000",
      "percent_right": "0.0000",
      

      Unfortunately, Zabbix 5.0.X returns these properties differently - without the decimal part:

      "yaxismin": "0",
      "yaxismax": "100",
      "percent_left": "0",
      "percent_right": "0",
      

      Are those changes need mention in documentation?

      Attachments

        Issue Links

          Activity

            People

              martins-v Martins Valkovskis
              neogan Andrei Gushchin
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: