Endpoint to fetch daily points for a specific node by making a request to the storage service.
:param request: Request payload containing node_name and last_days. :return: List of daily points for the specified node fetched from the storage service.
Successful Response
The response is of type DailyPoints · object[]
.
Endpoint to fetch daily points for a specific node by making a request to the storage service.
:param request: Request payload containing node_name and last_days. :return: List of daily points for the specified node fetched from the storage service.
Successful Response
The response is of type DailyPoints · object[]
.