Find DB connections data

I need a write a report that collects all of are Database connections meta data from all of are Ignition gateways into one report. We have the infrastructure in the EAM to make a call into every system for some of this data using the build in ignition functions, but I’m having difficulty find the methods to return the following data in the SDK Documentation.

What I’m looking for is (These name are from the Ignition Web page for the Data base connection);
Main Properties - Connect URL
Main Properties – Username

Are current report we can only get Name, Description, DBType, Status, Active Connections and MaxConnections from the build in Ignition function system.db.getConnections().

Can anybody point me to the correct methods I can call to pick up these last two items using the SDK library’s?