Hi There
I am trying to use REST API to get offense data using
https://192.168.0.15/api_doc#version=12.0&api=%2Fsiem%2Foffenses&method=GETthe offense objective have a field called rules with nest filed id and type. when I try to use that nest ID field rules(id) it keep throw me 422 error as below
request url as below
https://192.168.0.15/api/siem/offenses?filter=rules(id)%3D100365
error message
{
"http_response": {
"code": 422,
"message": "The request was well-formed but was unable to be followed due to semantic errors"
},
"code": 1010,
"description": "The filter parameter is not valid.",
"details": {},
"message": "Filter field doesn't exist: rules"
}
it works fine with root field just not nest filed
Anyone know what I am doing wrong?
Thanks in advance
------------------------------
Linsong Guo
------------------------------