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

Unable to delete graph via API

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Cannot Reproduce
    • Icon: Trivial Trivial
    • None
    • 3.2.6
    • 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.

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

              Created:
              Updated:
              Resolved: