Find when host has been added in check_mk

Hi All,

Is there a way to find out when the host has been added in check_mk. for eg i added a host 3 years before. I want to check when the host was added

In view from host, go to Host > Setup > Host configuration, in those properties the creation date / time is shown at bottom of the page.
image

It can also be found by API:
https://[domain]/[site]/check_mk/api/v0/objects/host_config/[host]

In the response the last update date / time is also shown.
image

4 Likes

thank you for the quick help :slight_smile:

1 Like

Can you please mark the answer as the solution if it solved your problem?