Skip to main content

Manage scenarios

You can build scenario steps (workflows) using scenarios in Monitoring Flow. This guide explains how to manage scenarios in Monitoring Flow.

View scenario list

You can view the list of created scenarios and check basic information.

  1. Go to KakaoCloud Console and select Monitoring Flow.

  2. Check the list of created scenarios under the Monitoring Flow menu.

    ItemDescription
    Scenario filterFilter or search for scenarios by keyword.
    NameScenario name set by the user.
    Scenario IDUnique ID of the scenario.
    Flow connectionName of the flow connection.
    ScheduleExecution schedule of the scenario.
    - Uses a 5-part cron expression (e.g., "0 * 1 * *" → runs daily at 1 AM KST)
    - Time-based (e.g., 30m → runs every 30 minutes)
    Last execution resultLast execution status of the scenario.
    - Succeeded, Failed
    - For details, see Scenario result
    Last execution timeTimestamp of the last execution

View scenario details

You can view the scenario's details and execution results.

  1. Go to KakaoCloud Console and select Monitoring Flow.

  2. Select the scenario you want to view.

  3. Check detailed information from the scenario detail screen.

    ItemDescription
    Scenario nameName set by the user.
    Scenario IDUnique ID of the scenario.
    Flow connectionFlow connection linked to the scenario.
    ScheduleExecution schedule.
    - Uses a 5-part cron expression (e.g., "0 * 1 * *")
    - Time-based (e.g., 30m)
    Last execution resultLast execution status. See status reference
    Last execution timeTimestamp of last execution

Scenario details by tab

You can view detailed settings including scenario name, ID, flow connection, schedule, last execution time, and result. You can also manage and edit scenario steps. The values shown reflect user-inputted original data and may vary per step.

ItemDescription
Scenario step chartPreview of the step structure.
- Click each step to view its details on the right panel.
Step nameName given to the step.
Step detailsSettings configured for each step.
API step details
ItemDescription
Expected CodeExpected status codes for the API URL (up to 10). Defaults to 200 if not specified.
MethodSelected API request method.
URLAPI URL.
Parameters/HeadersKey/Value pairs set by the user.
BodyBody content entered.
Set Variables step details
ItemDescription
VariableVariable selected by the user.
StepStep name referenced.
KeyKey value entered.
For step details
ItemDescription
TypeType of For step (Count or ForEach).
CountRepetition count, if Count is selected.
Base VariableJSON List-type variable, if ForEach is selected.
Marker VariableVariable used to retrieve specific data.
Marker ValueValue used to read data at specific positions.
If step details
ItemDescription
LogicalLogical function (and, or).
Left OperandLeft operand used in comparison.
ComparisonComparison operator (>, >=, <, <=, ==, !=).
Right OperandRight operand used in comparison.
Sleep step details
ItemDescription
Sleep timeTime set for pause (up to 5 minutes).

Edit scenario

You can edit the name, flow connection, and schedule of an existing scenario.

  1. Go to KakaoCloud Console and select Monitoring Flow.
  2. Select the scenario to edit.
  3. Click the [Edit] button at the top of the Scenario list.
  4. After making changes, click [Save].

Copy scenario

You can copy an existing scenario. Scenario names must be unique.

info
  • Only the scenario name can be changed during copy.
  • Flow connection and schedule are inherited from the original.
  1. Go to KakaoCloud Console and select Monitoring Flow.
  2. Select the scenario to copy.
  3. Click the [Copy] button.
  4. Enter a new name and click [Copy].

Delete scenario

You can only delete scenarios that have no connected subnets.

caution

Deleted scenarios cannot be recovered.

  1. Go to KakaoCloud Console and select Monitoring Flow.
  2. Select the scenario to delete.
  3. Click the [Delete] button.
    • If any subnets are connected, disconnect them before deletion.
  4. Enter the scenario name to confirm, then click [Delete].


Use cases