RecommendationCheckPoint

RecommendationCheckPoint
Recommendation Check Point

Detailed information about checkpoints in the recommendation job. Checkpoints represent key stages in the recommendation analysis process.

Notes:

  • Each checkpoint indicates whether that stage completed successfully with traffic.
JSON Example
{
    "checkpoint": "string",
    "successful": false
}
string
checkpoint
Optional

The name of the checkpoint stage in the recommendation analysis process.

Checkpoint Description
EFFECTIVE_COMPUTES Computing effective compute members
ALL_MATCHING_FLOWS Collecting all matching flows
FLOWS_WITHOUT_DELETED_COMPUTES Filtering out flows from deleted computes
FLOWS_POST_EXCLUSION_CRITERIA Flows after applying exclusion criteria
UNMICROSEGMENTED_FLOWS Identifying unmicrosegmented flows
FLOWS_WITH_DISCOVERED_COMPUTES The flows that only include the discovered context computes
FLOWS_WITHOUT_MIGRATED_COMPUTES Filtering out flows from migrated computes
CONSOLIDATED_RULES Filtering out generated redundant Rules since matching rules already exist in policy
Enumeration: EFFECTIVE_COMPUTES, ALL_MATCHING_FLOWS, FLOWS_WITHOUT_DELETED_COMPUTES, FLOWS_POST_EXCLUSION_CRITERIA, UNMICROSEGMENTED_FLOWS, FLOWS_WITH_DISCOVERED_COMPUTES, FLOWS_WITHOUT_MIGRATED_COMPUTES, CONSOLIDATED_RULES
boolean
successful
Optional

Boolean flag indicating whether this checkpoint stage completed successfully with data. If false, the recommendation job will end with nothing to recommend starting from the failed checkpoint.