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 {
}
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
}