refactor(serverlist): refactored to also show uptime and other info about the server
This commit is contained in:
@@ -16,11 +16,11 @@ headers {
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Bowling Green 2",
|
||||
"serverDNS": "USBOW2VMS006",
|
||||
"plantToken": "usbow2",
|
||||
"ipAddress": "10.30.0.26",
|
||||
"greatPlainsPlantCode": 0,
|
||||
"name": "Bowling Green 1",
|
||||
"serverDNS": "USBOW1VS006",
|
||||
"plantToken": "usbow1",
|
||||
"ipAddress": "10.25.0.26",
|
||||
"greatPlainsPlantCode": 55,
|
||||
"lstServerPort": 4000,
|
||||
"serverLoc": "E$\\LST"
|
||||
}
|
||||
@@ -28,4 +28,5 @@ body:json {
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
|
||||
@@ -0,0 +1,16 @@
|
||||
meta {
|
||||
name: All Server Stats
|
||||
type: http
|
||||
seq: 3
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/lst/api/system/allservers/stats
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
timeout: 0
|
||||
}
|
||||
Reference in New Issue
Block a user