loadBaseline

Load baseline from a parent table.

Load baseline from a parent table according to the following rules:

  • If exactly one baseline is defined from the playbook/parentTable, the operator returns the baseline.
  • If more than one baseline is defined from that playbook/parentTable, the operator returns the first one.
  • If no baseline is defined from that playbook/parentTable, an error is generated when the playbook runs.

Operator Usage in Easy Mode

  1. Click + on the Start node.
    Note: Load Baseline is a datasource and therefore can be used only at the Start node.
  2. Enter the Load Baseline operator in the search field and select the operator from the Results to open the operator form.
  3. In the Select Baseline drop-down, enter or select a baseline to pull the data from.
    • Optional fields
      • Start Time: Enter an offset time or a specific start time to pull the data from. Offset time
        allows you to set time in seconds, minutes, hours, days, or weeks; Specific time allows you to
        select the date and time.
      • End Time: Enter an offset time or a specific end time to pull the data from. Offset time allows
        you to set time in seconds, minutes, hours, days, or weeks; Specific time allows you to select
        the date and time.
  4. Click Run to view the result.
  5. Click Save to add the operator to the playbook.
  6. Click Cancel to discard the operator form.

Usage Details

loadBaseline(step_name)

Example

  1. Create a playbook.
  2. Create a step (step_name).
  3. Create a baseline from the step.
  4. Return to the playbook and add a step with the following LQL:
    * loadBaseline(step_name)
    All the batches for the baseline are returned.

© 2017-2021 LogicHub®. All Rights Reserved.