RecommendationSessionContextFilterList
A list of context filters used to filter recommendation sessions based on various context criteria. Each filter can target different resource types (VMs, groups, applications, environments) and can be combined using logical operators (AND/OR) to create complex filtering conditions.
{
"context_filters": [
{
"context_filter_type": "string"
}
],
"condition": "string"
}
An array of context filters that define the criteria for filtering recommendation sessions. Each filter specifies a resource type and associated identifiers to match against recommendation session context inputs.
Logical operator to combine multiple context filters. AND requires all filters to match, while OR requires at least one filter to match.