-
Type:
Incident report
-
Resolution: Commercial support required
-
Priority:
Major
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
WHILE USING OPTION FILTER I AM GETTING BELOW RESULTS WHICH IS I AM EXPECTED
CODE:
{
"jsonrpc": "2.0",
"method": "item.get",
"params": {
"output": "itemid",
"filter":
,
"sortfield": "name",
"limit": 10
},
"auth": "e5e895c3e27d7bda14655862ba2c2234",
"id": 1
}
OUTPUT:
{
"jsonrpc": "2.0",
"result": [
,
,
,
,
,
,
,
,
,
{ "itemid": "93153", "name": "ICMP response time" }],
"id": 1
}