agent starting :D

This commit is contained in:
2026-03-01 14:10:19 -06:00
parent c3379919b9
commit 68d13b03d3
34 changed files with 1905 additions and 254 deletions

View File

@@ -0,0 +1,15 @@
meta {
name: Sql Start
type: http
seq: 4
}
post {
url: {{url}}/lst/api/system/prodsql/start
body: none
auth: inherit
}
settings {
encodeUrl: true
}

View File

@@ -0,0 +1,16 @@
meta {
name: Sql restart
type: http
seq: 4
}
post {
url: {{url}}/lst/api/system/prodsql/restart
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,16 @@
meta {
name: Sql stop
type: http
seq: 4
}
post {
url: {{url}}/lst/api/system/prodsql/stop
body: none
auth: inherit
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -0,0 +1,8 @@
meta {
name: prodSql
seq: 6
}
auth {
mode: inherit
}