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

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

XMLWordPrintable

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

            zabbix.support Zabbix Support Team
            vignesh.ragupathy Vignesh Ragupathy
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: