Invalid parameter \"/1/hosts/1\": cannot update readonly parameter "tags" of inherited object.

XMLWordPrintable

    • Type: Incident report
    • Resolution: Cannot Reproduce
    • Priority: Trivial
    • None
    • Affects Version/s: 6.0.3
    • Component/s: None
    • None

      Steps to reproduce:{}

      1. send the following payload to the ap
         {
            "jsonrpc": "2.0",
            "auth": "{{auth}}",
            "id": 1,
            "params": {
                "tags": [
                    {
                        "tag": "vm",
                        "value": "False"
                    },
                    {
                        "tag": "physical",
                        "value": "False"
                    }
                ],
                "hostid": "17466"
            },
            "method": "hostprototype.update"
        }  

      Result:

      {'jsonrpc': '2.0', 'error': {'code': -32602, 'message': 'Invalid params.', 'data': 'Invalid parameter "/1": cannot update readonly parameter "tags" of inherited object.'}, 'id': 1} 

            Assignee:
            Zabbix Support Team
            Reporter:
            Vignesh Ragupathy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: