REST API machine status
CompletedHello,
we would gladly see list of servers and client machine with status (online/offline/inactive and for how long) available through REST API. Generally the more info about machines available the better but basic status + time is good enough for a start.
Short example of output:
{
"Category": "Local server",
"Name": "Server number 1",
"Status": "Online",
"Status time": "-",
},
{
"Category": "Client",
"Name": "Tester number 1",
"Status": "Offline",
"Status time": "1d30m10s",
},
Please sign in to leave a comment.
Comments
4 comments