RecommendationSessionListRequestParameters

RecommendationSessionListRequestParameters
Recommendation Session List Request Parameters

Parameters for listing and filtering recommendation sessions. Multiple filter parameters are combined with AND logic - all specified filters must match for a recommendation session to be included in the results.

JSON Example
{
    "site_ids": [
        "9e0865d0-9d89-44c7-8cc0-9f96a9b35721"
    ],
    "offset": 0,
    "page_size": 1000,
    "sort_ascending": false,
    "sort_by": "start_time",
    "created_user": "admin",
    "recommendation_statuses": [
        "ANALYSIS_IN_PROGRESS",
        "READY_TO_PUBLISH",
        "NOTHING_TO_PUBLISH"
    ],
    "group_type": "OBJECT_BASED",
    "rerun_recommended": false,
    "context_inputs": [
        {
            "condition": "OR",
            "context_filters": [
                {
                    "context_filter_type": "APPLICATION",
                    "id": "4bf410bc-1794-4b76-8ae3-3db5fcef796f"
                },
                {
                    "context_filter_type": "ENVIRONMENT_PAIR",
                    "pair": {
                        "source": {
                            "id": "700889c1-d844-4ea7-8bff-6ae531786e76"
                        },
                        "destination": {
                            "id": "537d72a7-b669-4b70-98cc-e39c047abbc8"
                        }
                    }
                }
            ]
        }
    ]
}