ibex.endpoints.ids_info.find_field¶
-
async ibex.endpoints.ids_info.find_field(uri: str, searched_node: str, show_error_bars: bool =
False) dict¶ IBEX endpoint. Returns list of nodes that have searched text within it’s name.
Response JSON is constructed as follows:{“paths”: [{“path” : <path_1 (str)>, “has_data” : <has_data (bool)>},{“path” : <path_2 (str)>, “has_data” : <has_data (bool)>},…{“path” : <path_N (str)>, “has_data” : <has_data (bool)>},]}