SegmentationSessionAction
Segmentation Action
Action to perform on a segmentation session.
- NONE: No action (default state)
- PARSE_FILE: Begin parsing the uploaded CSV file
- START_ANALYSIS: Start network analysis and recommendation generation
- RERUN_ANALYSIS: Rerun the analysis with updated parameters
- CANCEL_ANALYSIS: Cancel the currently running analysis
Notes:
PARSE_FILErequiresstatusto beFILE_VALIDATEDorFILE_READY_TO_PARSE; configure CSV column mappings viaPUT /{session-id}/settingsfirst.START_ANALYSISrequiresstatusto beFILE_PARSED; it clears any previously generated proposed objects and policies.RERUN_ANALYSIShas the same prerequisites asSTART_ANALYSISand is used to re-run analysis without re-uploading the CSV.CANCEL_ANALYSISis only accepted whenstatusisANALYSIS_IN_PROGRESS.
This data structure has no properties.
Enumeration:
NONE,
PARSE_FILE,
START_ANALYSIS,
RERUN_ANALYSIS,
CANCEL_ANALYSIS