Dashboard

Dashboard

class Dashboard(**kwargs)

Implements the dashboard api endpoints.

stats(**kwargs) str

Gets the dashboard of node stats.

Parameters

**kwargs – Extra keyword arguments.

Returns

The dashboard text.

Return type

str

Raises

APIError – Error thrown by node API. See message for details.

asyncloops_stats(**kwargs) str

Gets the dashboard of asyncloop stats.

Parameters

**kwargs – Extra keyword arguments.

Returns

The async loop stats.

Return type

str

Raises

APIError – Error thrown by node API. See message for details.