- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Which API call to get Config Explorer "Last Checked" Timestamp.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2020 10:46 AM
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.
Solved! Go to Solution.
Re: Which API call to get Config Explorer "Last Checked" Timestamp.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-01-2020 09:33 AM
If anyone find they need this, you can get it from Infrastructure Devices.
{
"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"
}
]
}