agent starting :D
This commit is contained in:
@@ -5,7 +5,7 @@ meta {
|
||||
}
|
||||
|
||||
get {
|
||||
url: {{url}}/lst/api/datamart/deliveryByDateRange
|
||||
url: {{url}}/lst/api/datamart
|
||||
body: none
|
||||
auth: inherit
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
@@ -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
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user