Hi all!
Please help.
How correctly retrieve item by name, if name contains "CPU $2 time" construction and key is "system.cpu.util[,idle]".
Full item name is "CPU idle time"
If i try to search only with name or _key fields, of course it returns empty array..
For example I tried:
So I need to get an item when i pass full name..
Please give advise how correctly done this..
Thanks.
Please help.
How correctly retrieve item by name, if name contains "CPU $2 time" construction and key is "system.cpu.util[,idle]".
Full item name is "CPU idle time"
If i try to search only with name or _key fields, of course it returns empty array..
For example I tried:
PHP Code:
"search": {
"key_": "CPU idle time"
}
or
"search": {
"key_": "idle"
}
or
"search": {
"name": "CPU idle time"
}
Please give advise how correctly done this..
Thanks.
Comment