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_1 (str)>,
<path_2 (str)>,
<path_N (str)>,
]
}
Parameters:
uri: str

IMAS URI

searched_node: str

name of searched node

show_error_bars: bool = False

switch used to hide _error* nodes

Return type:

dict (automatically converted to JSON by FastAPI)

Returns:

JSON response