name | data type | constraints | description |
---|---|---|---|
connectionsTotal | number | required int | Number of connections to this data source |
connectionsPerConnector | map of number | Number of connections per connector to this data source |
Example
{ "connectionsTotal" : 12345, "connectionsPerConnector" : { "property1" : 12345, "property2" : 12345 } }