FuncApi (Function APIs)
executeFunction
FuncApi.executeFunction(functionName, params)
or
FuncApi.executeFunction(appName, functionName, params)functionName: name of the function as str
params: dictionary representing the parameters
appName: strfunctionParameters = {}
result = FuncApi.executeFunction("FUNCTION_NAME", functionParameters)Dictionary containing the result of the function execution.executeFunctionWithMethod
Parameters
executeSSH
pingTask
createTask
Parameters
createTaskBySourceUid
Parameters
Last updated