InlineSimpleFilter1
InlineSimpleFilter1
JSON Example
{
"key": "contains.member.vm.name",
"value": [
"g1",
"g2",
"g3"
]
}
string
key
Required
The key is a string.
array of
string
value
Required
The values to search for.
criteria
Optional
Constraints:
default: EQUALS
criteria for controlling how the value is matched. CONTAINS matches for any value in the value array. |
Possible values are :
EQUALS,
EXCLUDES,
CONTAINS,
STARTS_WITH,