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

XMLWordPrintable

    • Type: Problem report
    • Resolution: Unresolved
    • Priority: Major
    • None
    • Affects Version/s: 6.4.10
    • Component/s: 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.

            Assignee:
            Zabbix Development Team
            Reporter:
            Edgars Melveris
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: