Implemented "roundtrip" status checking. Added node ssl field.
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace MoonlightServers.Shared.Http.Responses.Admin.Nodes.Sys;
|
||||
|
||||
public class NodeSystemStatusResponse
|
||||
{
|
||||
public bool RoundtripSuccess { get; set; }
|
||||
public bool RoundtripRemoteFailure { get; set; }
|
||||
public TimeSpan RoundtripTime { get; set; }
|
||||
public string? RoundtripError { get; set; }
|
||||
public string Version { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user