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.7.0",
    "services" : [ {
      "name" : "BlackBerry UEM - UEM Core",
      "type" : "CORE",
      "status" : "RUNNING",
      "version" : "5.33.36",
      "connections" : [ { }, { } ]
    }, {
      "name" : "...",
      "type" : "...",
      "status" : "...",
      "version" : "...",
      "connections" : [ { }, { } ]
    } ]
  }, {
    "guid" : "...",
    "hostname" : "...",
    "type" : "...",
    "version" : "...",
    "services" : [ {
      "name" : "...",
      "type" : "...",
      "status" : "...",
      "version" : "...",
      "connections" : [ { }, { } ]
    }, {
      "name" : "...",
      "type" : "...",
      "status" : "...",
      "version" : "...",
      "connections" : [ { }, { } ]
    } ]
  } ]
}