ibex.endpoints.ids_info.array_summary

async ibex.endpoints.ids_info.array_summary(uri: str) dict

IBEX endpoint. Returns summary of an array node.

Response JSON is constructed as follows:
{
“shape”: <data_shape (list(int))>
“min”: <minimum_value (float)>,
“max”: <maximum_value (float)>,
“mean”: <mean_value (float)>,
“standard_deviation”: <standard_deviation (float))>
}
Parameters:
uri: str

IMAS URI with the path to leaf node

Return type:

dict (automatically converted to JSON by FastAPI)

Returns:

JSON response