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

API host.get unexpected parameter "output"

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Won't fix
    • Icon: Trivial Trivial
    • None
    • 6.4.3
    • API (A)
    • None

      Hello, when I'm trying to execute host.get method, faced with error: Invalid parameter "/": unexpected parameter "output".

      Request is:

      {
        "auth": "blablabla",
        "method": "host.get",
        "output": "extend",
        "params": {
          "filter": {
            "name": [
              "myhostname"
            ]
          }
        },
        "id": 1,
        "jsonrpc": "2.0"
      }
       

      If I remove "output" parameter request executed successfully, but with huge output.

            neogan Andrei Gushchin (Inactive)
            Evgeny.Semerikov@x5.ru Evgeny Semerikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: