Skip to content

Commit

Permalink
DOC-8925-C2 -- Add all_dbs endpoint (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
ibsoln authored Aug 6, 2021
1 parent bbc9bd8 commit 53ad5c8
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions modules/ROOT/assets/attachments/sync-gateway-admin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1813,14 +1813,16 @@ definitions:
type: string
description: The current status of sgcollect_info
all_dbs:
type: object
properties:
db-names:
type: array
description: |+
A string array containing the names of all databases running on this sync gateway node
# type: object
# properties:
# db-names:
type: array
description: |+
A string array containing the names of all databases running on this sync gateway node
For example ```["db1","db2"]```
For example ```["db1","db2"]```
example:
["db_1_name", "db_2_name"]

ExpVars:
type: object
Expand Down

0 comments on commit 53ad5c8

Please sign in to comment.