Hello
I am trying to run a simple item.get to obtain records filtering by name, however the following request does not filter the records based on the provided name. The host and application provided filters correctly but the filter based on name is not working, any help is really appreciated
{
"params": {
"host": "Centos",
"application": "CPU",
"filter": [
{
"name": "CPU guest time"
}
]
},
"id": 1685528505,
"jsonrpc": "2.0",
"method": "item.get",
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
I am trying to run a simple item.get to obtain records filtering by name, however the following request does not filter the records based on the provided name. The host and application provided filters correctly but the filter based on name is not working, any help is really appreciated
{
"params": {
"host": "Centos",
"application": "CPU",
"filter": [
{
"name": "CPU guest time"
}
]
},
"id": 1685528505,
"jsonrpc": "2.0",
"method": "item.get",
"auth": "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
}
Comment