Skip to main content

Manage scenarios

In Monitoring Flow, you can create scenario steps (workflow) using scenarios. Here's how to manage scenarios in Monitoring Flow.

View scenario list

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

  1. Go to KakaoCloud Console and select the Monitoring Flow menu.

  2. In the Monitoring Flow menu, check the list of created scenarios.

    ItemDescription
    Scenario filterFilter or search for scenarios by keyword.
    NameThe name of the scenario set by the user.
    Scenario IDUnique ID of the scenario.
    Flow connectionThe name of the flow connection.
    ScheduleSchedule when the scenario is executed.
    - Uses a 5-part cron expression (e.g., "0 * 1 * *" → automatically runs at 1 a.m. (KST) daily)
    - Shown as every minute/hour (e.g., 30m → runs every 30 minutes).
    Last execution resultThe result of the last scenario execution.
    - Succeed, Failed
    - For details on each status, refer to Scenario result.
    Last execution timeThe last time the scenario was executed.

View scenario details

You can check detailed information and execution results of a scenario.

  1. Go to KakaoCloud Console and select the Monitoring Flow menu.

  2. In the Monitoring Flow menu, select the scenario you want to view.

  3. View the detailed information of the scenario in the scenario details screen.

    ItemDescription
    Scenario nameThe name of the scenario set by the user.
    Scenario IDUnique ID of the scenario.
    Flow connectionThe flow connection linked to the scenario.
    ScheduleSchedule when the scenario is executed.
    - Uses a 5-part cron expression (e.g., "0 * 1 * *" → automatically runs at 1 a.m. (KST) daily)
    - Shown as every minute/hour (e.g., 30m → runs every 30 minutes).
    Last execution resultThe result of the last scenario execution.
    - Succeed, Failed
    - For details on each status, refer to Last scenario execution status.
    Last execution timeThe last time the scenario was executed.

Scenario details by tab

You can check the scenario's name, ID, flow connection, schedule, last execution time, last execution result, and other details. You can also edit the scenario steps and manage the scenario. The details include the original data entered by the user, and the specific details vary depending on the values entered in each step.

ItemDescription
Scenario step chartPreview of the scenario step structure.
- Click each step item to view step details on the right.
Step nameName of the step set by the user.
Step detailsDetailed information set for each step.
API step details
ItemDescription
Expected CodeExpected status code for the URL entered by the user.
- Up to 10 entries.
- Defaults to 200 if not entered.
MethodAPI request method selected by the user.
URLURL of the API being accessed.
Parameters/HeadersKey and value of Parameters/Headers entered by the user.
BodyOutput value of the entered body.
Set Variables step details
ItemDescription
VariableVariable selected by the user.
StepStep information entered by the user.
KeyKey value entered by the user.
For step details
ItemDescription
TypeType of For step selected by the user.
CountDisplayed if Count is selected, showing the number of repetitions entered.
Base VariableDisplayed if ForEach is selected, showing the JSON List type variable selected to iterate over multiple data entries.
Marker VariableMarker Variable used to read specific data.
Marker ValueMarker value entered to read data at a specific position.
If step details
ItemDescription
Logicaland or or function.
Left OperandLeft operand used in the operation.
ComparisonComparison operator selected.
- >, >=, <, <=, ==, !=
Right OperandRight operand used in the operation.
Sleep step details
ItemDescription
Sleep timeTime set for sleep execution (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 the Monitoring Flow menu.
  2. In the Monitoring Flow menu, select the scenario to edit.
  3. Click the [Edit scenario step] button at the top of the Scenario list.
  4. After making changes, click the [Save] button.

Copy scenario

You can copy an existing scenario, but the scenario name must be unique.

info
  • When copying a scenario, only the scenario name can be modified.
  • The copied scenario inherits the flow connection and schedule from the original scenario.
  1. Go to KakaoCloud Console and select the Monitoring Flow menu.
  2. In the Monitoring Flow menu, select the scenario you want to copy.
  3. Click the [Copy] button at the top of the Scenario list.
  4. Enter the scenario name and click the [Copy] button.

Delete scenario

You can delete a scenario only if no subnets are connected to it.

caution

Deleted scenarios cannot be recovered.

  1. Go to KakaoCloud Console and select the Monitoring Flow menu.
  2. In the Monitoring Flow menu, select the scenario to delete.
  3. Click the [Delete] button at the top of the Scenario list.
    • If subnets are connected to the scenario, disconnect them first, then proceed with the deletion.
  4. Enter the name of the scenario you want to delete, then click the [Delete] button.