Hey all, I've been interested in trying out Smart Console Extensions for a while now and this request came up locally in a discussion so thought I'd try and smoosh the two things together.
https://github.com/sg84/MDSSearch
The main function comes from a Docker image which acts as a simple web host to serve the Smart Console Extension and also as a proxy to send API requests to the Smart Center (without it, you run into all sorts of fun CORS issues). Once installed - you get a dashboard extension pane that lets you search for an IP address across all domains. Currently, it's limited to IPv4 and hosts - but that's a fairly easy change to make depending on what's required.
I've written it to use the API key functionality in R80.40 but this could easily be ported to R80.30 to use username and password auth for the API.
Hope it works for someone, let me know if there are any issues.
Stu