SegmentationSessionAction

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_FILE requires status to be FILE_VALIDATED or FILE_READY_TO_PARSE; configure CSV column mappings via PUT /{session-id}/settings first.
  • START_ANALYSIS requires status to be FILE_PARSED; it clears any previously generated proposed objects and policies.
  • RERUN_ANALYSIS has the same prerequisites as START_ANALYSIS and is used to re-run analysis without re-uploading the CSV.
  • CANCEL_ANALYSIS is only accepted when status is ANALYSIS_IN_PROGRESS.
This data structure has no properties.
Enumeration: NONE, PARSE_FILE, START_ANALYSIS, RERUN_ANALYSIS, CANCEL_ANALYSIS