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

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

View File

@@ -1,17 +1,17 @@
meta {
name: sync queries
name: Run Query
type: http
seq: 4
seq: 2
}
get {
url: {{url}}/lst/api/datamart/sync?time=15
url: {{url}}/lst/api/datamart/:name
body: none
auth: inherit
}
params:query {
time: 15
params:path {
name: activeArticles
}
settings {

View File

@@ -1,31 +0,0 @@
meta {
name: add new query
type: http
seq: 2
}
post {
url: {{url}}/lst/api/datamart
body: multipartForm
auth: inherit
}
body:json {
{
"name": "active av",
"description":"this is just the query on what it dose",
"query": "select * \nfrom tableA"
}
}
body:multipart-form {
name: sqlStats
description: returns all active articles for the server with custom data
options: ""
queryFile: @file(C:\Users\matthes01\Nextcloud2\sqlQuerys\basisArticles.sql)
}
settings {
encodeUrl: true
timeout: 0
}

View File

@@ -1,28 +0,0 @@
meta {
name: update new query
type: http
seq: 3
}
patch {
url: {{url}}/lst/api/datamart/f737aeba-186d-495f-a86e-57412ba6687e
body: multipartForm
auth: inherit
}
body:json {
{
"name": "active av",
"description":"this is just the query on what it dose",
"query": "select * \nfrom tableA"
}
}
body:multipart-form {
setPublicActive: true
}
settings {
encodeUrl: true
timeout: 0
}