ibex.endpoints.ids_info.geometry_overlay_nodes

async ibex.endpoints.ids_info.geometry_overlay_nodes(uri: str, show_empty_nodes: bool = False, show_error_bars: bool = False) dict

IBEX endpoint. Returns paths to geometry overlay nodes.

Response JSON is constructed as follows:
{
“outline_nodes” : [<node1>, <node2>, …]
}
Parameters:
uri: str

IMAS URI

show_empty_nodes: bool = False

switch used to hide empty nodes

show_error_bars: bool = False

switch used to hide _error* nodes

Return type:

dict (automatically converted to JSON by FastAPI)

Returns:

JSON response