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

14 lines
236 B
JSON
Executable File

{
"jsonrpc": "2.0",
"method": "template.get",
"params": {
"output": "extend",
"filter": {
"host": [
"TEMPLATE_NAME"
]
}
},
"auth": AUTHID,
"id": 1
}