How to fetch the output value for an action handler if the reply is already set.
Is there any confd function/api that can fetch the output value for an action based on “uinfo” or any other parameter that is used to perform action.
How to fetch the output value for an action handler if the reply is already set.
Is there any confd function/api that can fetch the output value for an action based on “uinfo” or any other parameter that is used to perform action.
Please add a bit more explanation/context - i’m not sure what you mean in regard to “handler” - what part of pipeline you are located in / where you want to use action output?
For invoking action in code, you can use e.g. maapi_request_action(...)
from confd_lib_maapi
that has both input params for invocation, and output values to provide action results/output to caller…