Telemetry

async OPNsenseClient.get_telemetry()

Get telemetry data from OPNsense.

Returns:

Normalized data returned by the related OPNsense endpoint.

Return type:

MutableMapping[str, Any]

async OPNsenseClient.get_interfaces()

Return all OPNsense interfaces.

Returns:

Normalized data returned by the related OPNsense endpoint.

Return type:

MutableMapping[str, Any]

async OPNsenseClient.get_gateways()

Return OPNsense Gateway details.

Returns:

Normalized data returned by the related OPNsense endpoint.

Return type:

MutableMapping[str, Any]