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

@@ -0,0 +1,22 @@
meta {
name: Change job status
type: http
seq: 2
}
patch {
url: {{url}}/api/utils/croner/stop
body: json
auth: inherit
}
body:json {
{
"name": "open-dock-monitor"
}
}
settings {
encodeUrl: true
timeout: 0
}