Update oracle-integrated-manager.yaml
parent
716a9a0a6d
commit
abaac750f9
|
@ -22,3 +22,10 @@ requests:
|
||||||
- type: status
|
- type: status
|
||||||
status:
|
status:
|
||||||
- 200
|
- 200
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
part: body
|
||||||
|
group: 1
|
||||||
|
regex:
|
||||||
|
- 'id="hostname">([a-z0-9-]+)<\/span><\/td>'
|
||||||
|
|
Loading…
Reference in New Issue