fix(commands): corrections to allow external labels to be consumed and transfered
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user