feat(servers): cru added in to the server and dynamically updates vms036
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
meta {
|
||||
name: Active notifications
|
||||
type: http
|
||||
seq: 1
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{urlv2}}/api/notify/activenotifications
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
meta {
|
||||
name: Notifcations
|
||||
seq: 3
|
||||
}
|
||||
|
||||
auth {
|
||||
mode: inherit
|
||||
}
|
||||
@@ -10,12 +10,16 @@ post {
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
headers {
|
||||
Cookie: {{session_cookie}}
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"name": "Test Server",
|
||||
"serverDNS": "USMCD1VMS036",
|
||||
"plantToken": "test3",
|
||||
"ipAddress": "10.193.0.56",
|
||||
"name": "Bethlehem",
|
||||
"serverDNS": "USBET1VMS006",
|
||||
"plantToken": "usbet1",
|
||||
"ipAddress": "10.204.0.26",
|
||||
"greatPlainsPlantCode": 0,
|
||||
"lstServerPort": 4000,
|
||||
"serverLoc": "E$\\LST"
|
||||
|
||||
@@ -5,11 +5,22 @@ meta {
|
||||
}
|
||||
|
||||
patch {
|
||||
url: {{url}}/lst/api/admin/server
|
||||
body: none
|
||||
url: {{url}}/lst/api/admin/server/:token
|
||||
body: json
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
params:path {
|
||||
token: usbet1
|
||||
}
|
||||
|
||||
body:json {
|
||||
{
|
||||
"zipcode": 45247
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
settings {
|
||||
encodeUrl: true
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
vars {
|
||||
url: http://localhost:4200
|
||||
session_cookie:
|
||||
urlv2: http://localhost:3000
|
||||
urlv2: http://usksc1vms006:3000
|
||||
jwtV2:
|
||||
}
|
||||
vars:secret [
|
||||
|
||||
Reference in New Issue
Block a user