yaml lint
parent
f04b826f4a
commit
df3313134f
|
@ -70,17 +70,16 @@ http:
|
||||||
- "dns"
|
- "dns"
|
||||||
|
|
||||||
extractors:
|
extractors:
|
||||||
type: json
|
- type: json
|
||||||
part: body
|
part: body
|
||||||
internal: true
|
internal: true
|
||||||
name: alias
|
name: alias
|
||||||
json:
|
json:
|
||||||
- '.alias'
|
- ".alias"
|
||||||
|
|
||||||
type: regex
|
- type: json
|
||||||
part: body
|
part: body
|
||||||
group: 1
|
|
||||||
internal: true
|
internal: true
|
||||||
name: servertoken
|
name: servertoken
|
||||||
regex:
|
json:
|
||||||
- "getPwdHash.*,'([0-9]+)'"
|
- "getPwdHash.*,'([0-9]+)'"
|
||||||
|
|
Loading…
Reference in New Issue