Service connection Data Type

A service connection on a server.

Properties
Name Type Description
type string Type of connection. One of:
  • DB (Database)
  • BCP (BlackBerry infrastructure BCP)
  • RCP (BlackBerry infrastructure RCP, specific to BlackBerry 10 traffic)
  • DYNAMICS_NOC_CONNECTIVITY (BlackBerry Dynamics NOC connection)
  • DYNAMICS_APP_CONNECTIVITY (BlackBerry Dynamics apps connection)
status string Status of connection. One of:
  • CONNECTED
  • DISCONNECTED
lastConnected string Last connection date/time in ISO-8601 format. Applies only when type is DYNAMICS_NOC_CONNECTIVITY.
activeConnections number Number of active connections. Applies only when type is DYNAMICS_APP_CONNECTIVITY.
maxConnections number Number of maximum connections. Applies only when type is DYNAMICS_APP_CONNECTIVITY.

Example

{
  "type" : "DB",
  "status" : "CONNECTED"
}