fix(commands): corrections to allow external labels to be consumed and transfered

This commit is contained in:
2025-12-02 18:29:30 -06:00
parent 6833dfc992
commit 12345c0b64
4 changed files with 79 additions and 67 deletions

View File

@@ -5,11 +5,22 @@ meta {
}
get {
url:
url: {{url}}/lst/old/api/logger/logs?service=ocp&service=rfid&service=dyco&level=error&level=info&level=warn&hours=12
body: none
auth: inherit
}
params:query {
service: ocp
service: rfid
service: dyco
level: error
level: info
level: warn
hours: 12
}
settings {
encodeUrl: true
timeout: 0
}