Unable to delete graph via API

XMLWordPrintable

    • Type: Incident report
    • Resolution: Cannot Reproduce
    • Priority: Trivial
    • None
    • Affects Version/s: 3.2.6
    • Component/s: API (A)
    • None

      Issuing the following (auth is a placeholder with my credentials, being a Super Admin):

      {
          "jsonrpc": "2.0",
          "method": "graph.delete",
          "params": ["612"],
          "id": 2,
          "auth": "{{zabbix_api_auth}}"
      }

      Response is:

      {
          "jsonrpc": "2.0",
          "error": {
              "code": -32500,
              "message": "Application error.",
              "data": "You do not have permission to perform this operation."
          },
          "id": 2
      }

      Works fine via UI.

            Assignee:
            Unassigned
            Reporter:
            Gustavo Michels
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: