VsanJsonFilterRule
VsanJsonFilterRule
Defines the JSON data filter rules.
This structure may be used only with operations rendered under /vsan
.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"filterComparator": {
"_typeName": "string"
},
"comparablePath": [
"string"
],
"keysWithStrVal": [
"string"
],
"propertyName": "string"
}
filterComparator
Optional
The filter comparator which is applied to JSON data.
array of
string
comparablePath
Optional
The path which can reach to the comparable value by traversing the JSON data
array of
string
keysWithStrVal
Optional
The list of keys, whose values are string, which need be loaded as dict.
string
propertyName
Optional
The name of the resource property to be applied to filter.