agent finished and updates servers

This commit is contained in:
2026-03-10 16:41:40 -05:00
parent 68d13b03d3
commit 4f24fe4660
24 changed files with 1738 additions and 53 deletions

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{url}}/lst/api/authentication/login
url: {{url}}/api/authentication/login
body: json
auth: inherit
}

View File

@@ -5,16 +5,16 @@ meta {
}
post {
url: {{url}}/lst/api/authentication/register
url: {{url}}/authentication/register
body: json
auth: inherit
}
body:json {
{
"username": "jane005",
"email": "jane@alpla.com",
"password": "superSecretPassword"
"username": "matthes01",
"email": "blake.matthes@alpla.com",
"password": "nova0511"
}
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{url}}/lst/api/datamart
url: {{url}}/api/datamart
body: none
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{url}}/lst/api/datamart/:name
url: {{url}}/api/datamart/:name
body: none
auth: inherit
}

View File

@@ -1,4 +1,4 @@
vars {
url: http://localhost:3000
url: http://usmcd1vms036:3100
~session_cookie:
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{url}}/lst/api/opendock
url: {{url}}/api/opendock
body: none
auth: inherit
}

View File

@@ -5,11 +5,12 @@ meta {
}
post {
url: {{url}}/lst/api/system/prodsql/start
url: {{url}}/api/system/prodsql/start
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{url}}/lst/api/system/prodsql/restart
url: {{url}}/api/system/prodsql/restart
body: none
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
post {
url: {{url}}/lst/api/system/prodsql/stop
url: {{url}}/api/system/prodsql/stop
body: none
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{url}}/lst/api/settings
url: {{url}}/api/settings
body: none
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{url}}/lst/api/stats
url: {{url}}/api/stats
body: none
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
patch {
url: {{url}}/lst/api/settings/opendock_sync
url: {{url}}/api/settings/opendock_sync
body: json
auth: inherit
}

View File

@@ -5,7 +5,7 @@ meta {
}
get {
url: {{url}}/lst/api/utils/croner
url: {{url}}/api/utils/croner
body: none
auth: inherit
}

View File

@@ -1,11 +1,11 @@
meta {
name: Change status
name: Change job status
type: http
seq: 2
}
patch {
url: {{url}}/lst/api/utils/croner/stop
url: {{url}}/api/utils/croner/stop
body: json
auth: inherit
}