requestBody.2.5.0.scope_update_by_query_request.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of shell-commands Show documentation
Show all versions of shell-commands Show documentation
Provides the shell commands to interact with Apache Unomi Context Server
The newest version!
{
"script": {
"source": "#painless",
"lang": "painless"
},
"query": {
"bool": {
"must": [
{
"match": {
"itemType": "event"
}
},
{
"match": {
"eventType": "login"
}
}
],
"must_not": [
{
"exists": {
"field": "scope"
}
}
]
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy