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

API call dashboard.get returns unused and undocumented property - UUID

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 6.4.10
    • API (A)
    • None

      dashboard object documentation doesn't mention property UUID, yet it is returned when using dashboard.get:

              {
                'display_period' => '30',
                'name' => 'test',
                'dashboardid' => '293',
                'userid' => '72',
                'auto_start' => '1',
                'private' => '1',
                'pages' => [
      ...
                           ],
                'uuid' => ''
              };
      

      with empty value.
      This should either be documented or it should be removed from the output.

      PS. Templated dashboards do use it and the column exists in the table.

            zabbix.dev Zabbix Development Team
            zux Edgars Melveris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: