Hey guys,
can someone help me out here?
I'm trying to get a list of hosts in a specific group that are linked to a specific template.
I think i need to use limitSelects for this but cant't get it to work.
Any suggestions are welcome.
Kind regards,
Eric
can someone help me out here?
I'm trying to get a list of hosts in a specific group that are linked to a specific template.
I think i need to use limitSelects for this but cant't get it to work.
Any suggestions are welcome.
Code:
{
"jsonrpc": "2.0",
"method": "host.get",
"params": {
"groupids": "32",
"output": "extend",
"monitored_hosts": "1",
"real_hosts": "1",
"limitSelects": {
"selectParentTemplates": "int_Template OS Windows"
}
},
"auth": "#############",
"id": 3
}
Eric
Comment