Infoblox’s global team of threat hunters uncovers a DNS operation with the ability to bypass traditional security measures and control the Great Firewall of China. Read about “Muddling Meerkat” and the many other threat actors discovered by Infoblox Threat Intel here.

Automation Scripts

Reply

Which API call to get Config Explorer "Last Checked" Timestamp.

Adviser
Posts: 9
2533     0

Does anyone know which API call contains the Config Explorer "Last Checked" Timestamp?

For what it is worth, we have a vendor trying integrate using the NetMRI API to grab configurations and they want that timestamp for some reason.  I don't believe it is useful at all for what they need, but whatever.  I figure this is a better route to take before I waste time on a support call about it.

 

Thanks.

Re: Which API call to get Config Explorer "Last Checked" Timestamp.

Adviser
Posts: 9
2534     0

If anyone find they need this, you can get it from Infrastructure Devices.

 

https://netmri/api/3.2/infra_devices/find?DeviceID=21595513881331969&select=DeviceID,DeviceIPDotted,...

 

 

{

    "total": 1,

    "start": 0,

    "limit": 1000,

    "current": 1,

    "infra_devices": [

        {

            "DeviceID": "21595513881331969",

            "DeviceIPDotted": "172.29.14.130",

            "DeviceConfigLastCheckedTime": "2020-03-26 08:27:36",

            "_class": "InfraDevice"

        }

    ]

}

Showing results for 
Search instead for 
Did you mean: 

Recommended for You