Access "Network" tab data from a javascript / test script

Hello,

In Postman GUI - after sending request - I can see “Network” data tab containing information such as “Remote Address”, “Certificate CN” and others.

How can I access this data programatically, using javascript API?

Goal is to be able to check and print remote IP address, when running a Postman collection from console (with newman).

I’ve tried searching the documentation for postman pm object, but did not found anything.