File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed
source/includes/api/tables Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change 81
81
- If an error occurred, gives a detailed description of the error.
82
82
This field is omitted when the call to the endpoint is successful
83
83
84
+ * - ``mongosyncID ``
85
+ - string
86
+ - The identifier string for the ``mongosync `` instance.
87
+
88
+ * - ``coordinatorID ``
89
+ - string
90
+ - The identifier string for the coordinator instance.
91
+
92
+ - When ``mongosync `` is coordinated by another instance, this field shows
93
+ the identifier string for the coordinator instance.
94
+
95
+ - When ``mongosync `` is a coordinator or runs alone, this field returns
96
+ the same value as its ``mongosyncID `` field.
97
+
98
+ - When ``mongosync `` starts up, this field returns ``null `` until
99
+ ``mongosync `` identifies the coordinator.
100
+
You can’t perform that action at this time.
0 commit comments