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
- Click + on the Start node.
Note: Load Baseline is a datasource and therefore can be used only at the Start node. - Enter the Load Baseline operator in the search field and select the operator from the Results to open the operator form.
- 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.
- Start Time: Enter an offset time or a specific start time to pull the data from. Offset time
- Optional fields
- Click Run to view the result.
- Click Save to add the operator to the playbook.
- Click Cancel to discard the operator form.
Usage Details
loadBaseline(step_name)
Example
- Create a playbook.
- Create a step (step_name).
- Create a baseline from the step.
- Return to the playbook and add a step with the following LQL:
* loadBaseline(step_name)
All the batches for the baseline are returned.
Updated about 1 year ago