I would like to get 'itemid' using item.get api, and filter it by host ip
I tried this request, but it doesn't work (works only when giving host id):
{ "jsonrpc": "2.0", "method": "item.get", "params": { "output":...
Search Result
Collapse
2 results in 0.0018 seconds.
Keywords
Members
Tags
-
Adding Items to Templates using the API
Is there a way to create an Item using the API and attach it to a specific Template as opposed to a Host? The item.create API seems to require a hostid and the templateid property is listed as read-only.
The only other option I can see is to create the Items through the API attached...