Are you interested in our Early Access Program (EAP)? This program allows you to preview code, test in your lab and provide feedback prior to General Availability (GA) release of all Infoblox products. If so, please click the link here.

Automation Scripts

Reply

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

Adviser
Posts: 9
1995     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
1995     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