RecommendationSessionContextListFilter

RecommendationSessionContextListFilter
Context filter for list-based resources

A context filter that matches recommendation sessions containing a list of resources of a specific type. Used for filtering by multiple VMs, groups, or security policies.

Notes:

  • Filtering by PHYSICAL_SERVER is deprecated.
JSON Example
{
    "context_filter_type": "string",
    "ids": [
        "string"
    ]
}