API host.get unexpected parameter "output"

XMLWordPrintable

    • Type: Problem report
    • Resolution: Won't fix
    • Priority: Trivial
    • None
    • Affects Version/s: 6.4.3
    • Component/s: 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.

            Assignee:
            Andrei Gushchin (Inactive)
            Reporter:
            Evgeny Semerikov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: