Ad Widget

Collapse

API limitSelects

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • erisan500
    Senior Member
    Zabbix Certified Specialist
    • Aug 2005
    • 285

    #1

    API limitSelects

    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.

    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
    }
    Kind regards,
    Eric
    EriSan
    Zabbix Certified Specialist
  • erisan500
    Senior Member
    Zabbix Certified Specialist
    • Aug 2005
    • 285

    #2
    Nobody have an idea?
    EriSan
    Zabbix Certified Specialist

    Comment

    Working...