Get server name sufix guid for current server

Hello community. Is it possible to get the sufix guid for current server name. The name in dashboard is in format Name:port:guid. In my sistem i have more servers and i want to get for the current executing server the guid so i can distinguish which job is runing on which server.

Thanks

The lists of jobs and servers can be retrieved with the monitoring API:

JobStorage.Current.GetMonitoringApi()

Every job has a serverId, and in the list it can be check on which server the job runs.

1 Like