We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc9bd8 commit 53ad5c8Copy full SHA for 53ad5c8
modules/ROOT/assets/attachments/sync-gateway-admin.yaml
@@ -1813,14 +1813,16 @@ definitions:
1813
type: string
1814
description: The current status of sgcollect_info
1815
all_dbs:
1816
- type: object
1817
- properties:
1818
- db-names:
1819
- type: array
1820
- description: |+
1821
- 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
1822
1823
- For example ```["db1","db2"]```
+ For example ```["db1","db2"]```
1824
+ example:
1825
+ ["db_1_name", "db_2_name"]
1826
1827
ExpVars:
1828
type: object
0 commit comments