Create couchbase-buckets-rest-api.yaml
parent
bc1bf5d919
commit
d10c81b2ba
|
@ -0,0 +1,33 @@
|
|||
id: couchbase-buckets-rest-api
|
||||
|
||||
info:
|
||||
name: Couchbase Buckets REST API - Unauthenticated
|
||||
author: geeknik
|
||||
severity: info
|
||||
reference:
|
||||
- https://docs.couchbase.com/server/current/rest-api/rest-bucket-intro.html
|
||||
- https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-metricset-couchbase-bucket.html
|
||||
tags: exposure,couchbase
|
||||
|
||||
requests:
|
||||
- method: GET
|
||||
path:
|
||||
- "{{BaseURL}}/pools/default/buckets"
|
||||
|
||||
matchers-condition: and
|
||||
matchers:
|
||||
- type: status
|
||||
status:
|
||||
- 200
|
||||
|
||||
- type: word
|
||||
words:
|
||||
- '"couchbase":'
|
||||
- '"bucket":'
|
||||
- '"data":'
|
||||
condition: and
|
||||
|
||||
- type: word
|
||||
part: header
|
||||
words:
|
||||
- 'application/json'
|
Loading…
Reference in New Issue