dsl - update

patch-1
pussycat0x 2023-12-27 13:15:53 +05:30
parent 346a5b3546
commit 3373976e28
1 changed files with 6 additions and 17 deletions

View File

@ -23,23 +23,12 @@ http:
GET /v{{version}}/containers/json HTTP/1.1 GET /v{{version}}/containers/json HTTP/1.1
Host: {{Hostname}} Host: {{Hostname}}
matchers-condition: or
matchers: matchers:
- type: word - type: dsl
part: body_2 dsl:
words: - 'status_code_2 == 200'
- "Id" - 'contains(body_1, "ApiVersion") && contains(body_1, "GitCommit") && contains(body_1, "GoVersion") && contains(body_1, "KernelVersion")'
- "Names" - 'contains(body_2, "Id") && contains(body_2, "Names") && contains(body_2, "Image") && contains(body_2, "Command") && contains(body_2, "PrivatePort") && contains(body_2, "PublicPort") || contains(body_2, "[]")'
- "Image"
- "Command"
- "PrivatePort"
- "PublicPort"
condition: and
- type: word
part: body_2
words:
- '[]'
condition: and condition: and
extractors: extractors:
@ -48,4 +37,4 @@ http:
group: 1 group: 1
regex: regex:
- '"ApiVersion":"(.*?)"' - '"ApiVersion":"(.*?)"'
internal: true internal: true