Monitoringing container events from the host

Is there a way to monitor events available from /dev/lxd/1.0/events websocket
inside the container from the host, too?

In particular I’m interested in interfaces coming online or going offline, the
only ways I’ve found is to either parse the interface out of logging events or
to poll, both of which are rather brittle. The /dev/lxd/1.0/events websocket seems
to provide what I need but apparently can only be read from inside the
container.