Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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