I want to use the API to retrieve all the items on a particulair host on which the key starts with "ifOutOctets". So I tried following API call:
But this returns all items for the SW_ProfelFR_1 host 82 instead of 26.
What could be the issue here?
{"jsonrpc":"2.0","auth":"0d8a5a9b3be0a817ae0e89c80 9e1356b","id":"1","method":"item.get","params":"ou tput":"extend","host":"SW_ProfelFR_1","filter":{"k ey":"ifOutOctets"}}}
What could be the issue here?
Comment