ServiceStatusPayload Data Type

Status of the service.

Properties
name data type description
payload StatusService
Properties inherited from TungstenPayload
payloadType string
payloadVersion string

Example

{
  "payload" : {
    "name" : "global",
    "type" : "CLUSTERED_MASTER_SLAVE",
    "composite" : true,
    "multimaster" : true,
    "policy" : "AUTOMATIC",
    "coordinators" : [ "db1", "db4" ],
    "datasources" : [ "west", "east" ],
    "routers" : [ {
      "name" : "db1",
      "connections" : { }
    }, {
      "name" : "db2",
      "connections" : { }
    } ],
    "error" : true,
    "errorText" : "..."
  },
  "payloadType" : "...",
  "payloadVersion" : "..."
}