Files
lst/LogisticsSupportTool_API_DOCS/app/admin/server/Add Server.bru

33 lines
434 B
Plaintext

meta {
name: Add Server
type: http
seq: 3
}
post {
url: {{url}}/lst/api/admin/server
body: json
auth: inherit
}
headers {
Cookie: {{session_cookie}}
}
body:json {
{
"name": "Dayton",
"serverDNS": "USDAY1VS006",
"plantToken": "usday1",
"ipAddress": "10.44.0.26",
"greatPlainsPlantCode": 55,
"lstServerPort": 4000,
"serverLoc": "E$\\LST"
}
}
settings {
encodeUrl: true
timeout: 0
}