Update cisco-sendgrid.yaml

patch-1
Prince Chaddha 2021-07-29 11:54:34 +05:30 committed by GitHub
parent 8698599b69
commit ecc2899dff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 3 deletions

View File

@ -14,10 +14,17 @@ requests:
matchers-condition: and
matchers:
- type: word
words:
- '<title>Cisco ServiceGrid'
- type: regex
regex:
- '(?m)^<title>Cisco ServiceGrid (.*)<\/title>$'
- type: status
status:
- 200
extractors:
- type: regex
part: body
group: 1
regex:
- '<div class="top\-margin">Version ([0-9.]+)<\/div>'