Lines Matching defs:triggerActions
603 std::optional<std::vector<std::string>> triggerActions;
622 "TriggerActions", triggerActions //
652 if (triggerActions)
654 ctx.actions.reserve(triggerActions->size());
655 for (const std::string& action : *triggerActions)
728 nlohmann::json::array_t triggerActions;
739 triggerActions.emplace_back(redfishAction);
742 return triggerActions;
837 const std::vector<std::string>* triggerActions = nullptr;
845 triggerActions, "DiscreteThresholds", discreteThresholds,
853 if (triggerActions != nullptr)
856 getTriggerActions(*triggerActions);