zabbix-helpers/check_dns_records/zabbix_jrpc_files/hostgroup.get.json

15 lines
217 B
JSON
Raw Normal View History

2021-01-15 18:49:37 +03:00
{
"jsonrpc": "2.0",
"method": "hostgroup.get",
"params": {
"output": "groupid",
"filter": {
"name": [
"HOSTGROUP"
]
}
},
"auth": AUTHID,
"id": 1
}