Servers Resource

Provides server related functionality.

GET /{tenantGuid}/api/v1/servers

Available Since:
12.8.0

Get the servers (ex. BlackBerry Unified Endpoint Manager, BlackBerry Connectivity Node) in the UEM topology.

Sample response body

 
 {
   "servers" : [{
     "guid" : "2ab7d0e2-3f24-48c6-961a-949794f4b554",
     "hostname" : "server01",
     "type" : "UEM",
     "version" : "12.7.0",
     "services" : [{
       "name" : "BlackBerry UEM - UEM Core",
       "type" : "CORE",
       "status" : "RUNNING",
       "version" : "5.33.36",
       "connections" : [{
         "type" : "DB",
         "status" : "CONNECTED"
       },{
         "type" : "BCP",
         "status" : "CONNECTED"
       },{
         "type" : "BCP",
         "status" : "CONNECTED"
       }]
     },{
       "name" : "BlackBerry UEM - Management console",
       "type" : "UI",
       "status" : "RUNNING",
       "version" : "3.35.0",
       "connections" : [{
         "type" : "DB",
         "status" : "CONNECTED"
       }]
     },{
       "name" : "BlackBerry UEM - BlackBerry Affinity Manager",
       "type" : "AFFINITY",
       "status" : "RUNNING",
       "version" : "1.25.04",
       "connections" : [{
         "type" : "DB",
         "status" : "CONNECTED"
       }]
     },{
       "name" : "BlackBerry UEM - BlackBerry Secure Connect Plus",
       "type" : "BSCP",
       "status" : "RUNNING",
       "version" : "1.28.39",
       "connections" : [{
         "type" : "BCP",
         "status" : "CONNECTED"
       }]
     },{
       "name" : "BlackBerry UEM - BlackBerry Proxy Service",
       "type" : "PROXY",
       "proxyClusterName" : "First",
       "status" : "RUNNING",
       "version" : "3.38.0",
       "connections" : [{
         "type" : "DYNAMICS_APP_CONNECTIVITY",
         "status" : "CONNECTED",
         "activeConnections" : 0,
         "maxConnections" : 15000
       },{
         "type" : "DYNAMICS_NOC_CONNECTIVITY",
         "status" : "CONNECTED",
         "lastConnected" : "2017-09-08T20:23:48.346Z"
       }]
     },{
       "name" : "BlackBerry UEM - BlackBerry Gatekeeping Service",
       "type" : "BGS",
       "status" : "RUNNING",
       "version" : "1.36.0.381"
     },{
       "name" : "BlackBerry UEM - BlackBerry Control Service",
       "type" : "CONTROL",
       "status" : "RUNNING",
       "version" : "3.38.0",
       "connections" : [{
         "type" : "DYNAMICS_NOC_CONNECTIVITY",
         "status" : "CONNECTED"
       },{
         "type" : "DB",
         "status" : "CONNECTED"
       }]
     },{
       "name" : "BlackBerry UEM - BlackBerry Secure Gateway",
       "type" : "BSG",
       "status" : "STOPPED",
       "version" : "1.15.0"
     }]
   }]
 }
 
 

Response Codes
Code Condition Data type
200 OK.
Response Body
Media type Data type
application/vnd.blackberry.servers-v1+json Servers (JSON)