2021-10-24 02:17:04 +00:00
|
|
|
id: api-apigee-edge
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: Apigee Edge API Test
|
|
|
|
author: dwisiswant0
|
|
|
|
severity: info
|
2022-04-22 10:38:41 +00:00
|
|
|
reference:
|
|
|
|
- https://apidocs.apigee.com/apis
|
2021-10-24 02:17:04 +00:00
|
|
|
tags: token-spray,apigee
|
|
|
|
|
|
|
|
self-contained: true
|
|
|
|
requests:
|
|
|
|
- method: GET
|
|
|
|
path:
|
|
|
|
- "https://apimonitoring.enterprise.apigee.com/alerts"
|
|
|
|
headers:
|
|
|
|
Authorization: Bearer {{token}}
|
|
|
|
|
|
|
|
matchers-condition: and
|
|
|
|
matchers:
|
|
|
|
- type: status
|
|
|
|
status:
|
|
|
|
- 200
|
|
|
|
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
2021-11-01 12:22:18 +00:00
|
|
|
- '"uuid":'
|
|
|
|
- '"name":'
|
|
|
|
condition: and
|