zabbix-helpers/zabbix_api_use/zabbix_jrpc_files/hostgroup.get.json
2024-11-06 10:16:00 +03:00

15 lines
217 B
JSON
Executable File

{
"jsonrpc": "2.0",
"method": "hostgroup.get",
"params": {
"output": "groupid",
"filter": {
"name": [
"HOSTGROUP"
]
}
},
"auth": AUTHID,
"id": 1
}