Hi, I have a host created via API (host.create) including 5 initial tags.
I'm trying to add a new tag for a host, but the API host.update replaces all the 5 old tags with the new one. So instead of having 6 tags, the host ended up with only 1.
Any suggestions to add a new tag via APIs?...
Search Result
Collapse
6 results in 0.0024 seconds.
Keywords
Members
Tags
-
Adding new tag via API to a host created via host.create, resulting not successful
Last edited by verde; 31-08-2022, 18:26. -
How to get IP host and set into MySQL.DSN template
HI,
I'm new with the zabbix configuration and I need to know how can I set variable or other configuration that I abble to configure MySQL template with variables. For exemple:
Today I'm using mySQL template agent 2, I set 3 macros:
2 into template: MySQL.User and MySQL.Passoword... -
Zabbix API: Query all hosts with same description
Hello
I was wondering if you can get all the hosts with the same description from the API?
If I look at the documentation: https://www.zabbix.com/documentation...rence/host/get
I didn't see anything to get the description.
I want to get all the hosts with a specific...Last edited by Jarne St; 12-02-2020, 18:00. -
Checking if host/ip exists before creating new one using API
Hello All,
I couldn't find anything related to hosts.exists or something similar on zabbix 3.0 api.
I am trying to automate something like creating new hosts ( adding ) - just wanted to check if hosts exists before adding - so that duplicates doesn't happen - i have had the cases where two... -
Zabbix API help
Hi. I'm trying to assign additional templates to a host using an api.
As I understand, when calling method host.update, I need to provide list of templates to replace currently assigned templates, therefore I need to get list of currently assigned templates, and append new template to it.... -
Zabbix API 1.8 -> host.get method
Hi,
When I want to get the information of host with 192.171.44.145 ip, Zabbix API returns more than one records. One of the record is expected result but others are not. What should I do for correct search or is the host.get working correctly in API version 1.1? (apiinfo.version returns "result=1.1")...