Status of the datasource
| name | data type | description |
|---|---|---|
| payload | StatusDataSource | |
Properties inherited from TungstenPayload |
||
| payloadType | string | |
| payloadVersion | string | |
Example
{
"payload" : {
"name" : "db1",
"service" : "west",
"role" : "master",
"state" : "ONLINE",
"groupId" : 12345,
"connections" : {
"active" : 12345,
"created" : 12345
},
"seqno" : 12345,
"appliedLatency" : 1.0,
"relativeLatency" : 1.981,
"standby" : true,
"archive" : true,
"witness" : true
},
"payloadType" : "...",
"payloadVersion" : "..."
}