Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
I am using the Integrity API and need to uniquely identify a server. Is there some kind of timestamp I can use? My usecase would be able to tell it's a different server if the timestamp is different.
Hello Faris,
in Integrity a Server is identified by the hostname and port, and the hostname+port should be unique.
There are enhanced possibilities, e.g. to look into the database directly (using im diag) to get such unique IDs you are looking for.
But usually the hostname+port is unique enough. What do you think, is this suffient?
Volker