alias_api.search_dag
- alias_api.search_dag(input_data: alias_api.TraverseDagInputData) alias_api.TraverseDagOutputData
Search the entire DAG validating each node with the provided input data.
The input data will be used to filter the output data results. See TraverseDagInputData for more details on how to filter the output data.
NOTE: this is a customized traverse_dag function optimized for this specific use case.
- Parameters
input_data (TraverseDagInputData) – The input data to pass to the DAG traversal
- Returns
The status code result of the traversal.
- Return type
int(AlStatusCode)