| name | data type | constraints | description |
|---|---|---|---|
| dataServiceName | string | name of the data service | |
| dataSourceName | string | name of the datasource | |
| startTime | string | manager startup time | |
| uptimeSeconds | number | manager uptime in seconds | |
| state | string | manager state | |
| isCoordinator | boolean | true if this manager is the coordinator | |
| isWitness | boolean | true if this node is a witness | |
| managerPID | number | manager PID | |
| parentPID | number | manager parent process PID | |
| policyMode | string | policy mode | |
| coordinator | string | coordinator datasource name | |
| jmxUseEncryption | boolean | required boolean | is encryption used in JMX calls |
| jmxUseAuthentication | boolean | required boolean | is authentication used in JMX calls |
| jgroupsUseEncryption | boolean | required boolean | is encryption used in group communication |
| dbUseEncryption | boolean | required boolean | is encryption used in the database connection |
| keystoreLocation | string | the location of the key store | |
| trustoreLocation | string | the location of the trust store |
Example
{
"dataServiceName" : "west",
"dataSourceName" : "db1",
"startTime" : "2019-10-29T06:39:34.491 UTC",
"uptimeSeconds" : 753,
"state" : "ONLINE",
"isCoordinator" : true,
"isWitness" : true,
"managerPID" : 5149,
"parentPID" : 5130,
"policyMode" : "AUTOMATIC",
"coordinator" : "db1",
"jmxUseEncryption" : true,
"jmxUseAuthentication" : true,
"jgroupsUseEncryption" : true,
"dbUseEncryption" : true,
"keystoreLocation" : "...",
"trustoreLocation" : "..."
}