Servers Data Type

A collection of servers.

Properties
Name Type Description
servers array of Server Collection of server.

Example

{
  "servers" : [ {
    "guid" : "2ab7d0e2-3f24-48c6-961a-949794f4b554",
    "hostname" : "server01",
    "type" : "UEM",
    "version" : "12.8.0",
    "services" : [ {
      "name" : "BlackBerry UEM - UEM Core",
      "type" : "CORE",
      "status" : "RUNNING",
      "version" : "5.33.37",
      "connections" : [ { }, { } ],
      "directConnection" : { }
    }, {
      "name" : "BlackBerry UEM - Management console",
      "type" : "UI",
      "status" : "UNAVAILABLE",
      "version" : "2.45.36",
      "connections" : [ { }, { } ],
      "directConnection" : { }
    } ]
  }, {
    "guid" : "c9086f84-5f11-48e8-a8e4-b01e17a901d4",
    "hostname" : "server02",
    "type" : "BCN",
    "version" : "3.35.27",
    "services" : [ {
      "name" : "BlackBerry UEM - Management console",
      "type" : "UI",
      "status" : "UNAVAILABLE",
      "version" : "2.45.36",
      "connections" : [ { }, { } ],
      "directConnection" : { }
    }, {
      "name" : "BlackBerry UEM - Management console",
      "type" : "UI",
      "status" : "UNAVAILABLE",
      "version" : "2.45.36",
      "connections" : [ { }, { } ],
      "directConnection" : { }
    } ]
  } ]
}