NSX-T Data Center REST API

MissingLoggingServerConfigInfoList (type)

{
  "description": "Shows the missing logging Server config node's information",
  "id": "MissingLoggingServerConfigInfoList",
  "module_id": "CentralConfig",
  "properties": {
    "global_manager": {
      "description": "Global Manager nodes that are missing remote logging server configuration identified by node ID and node display name.",
      "items": {
        "$ref": "MissingLoggingServerConfigInfo"
      },
      "title": "Missing Logging Server Config Information for Global Manager nodes",
      "type": "array"
    },
    "nsx_edge": {
      "description": "NSX Edge nodes that are missing remote logging server configuration identified by node ID and node display name.",
      "items": {
        "$ref": "MissingLoggingServerConfigInfo"
      },
      "title": "Missing Logging Server Config Information for NSX Edge nodes",
      "type": "array"
    },
    "nsx_esxi": {
      "description": "ESXi nodes that are missing remote logging server configuration identified by node ID and node display name.",
      "items": {
        "$ref": "MissingLoggingServerConfigInfo"
      },
      "title": "Missing Logging Server Config Information for NSX ESXi nodes",
      "type": "array"
    },
    "nsx_manager": {
      "description": "NSX Manager nodes that are missing remote logging server configuration identified by node ID and node display name.",
      "items": {
        "$ref": "MissingLoggingServerConfigInfo"
      },
      "title": "Missing Logging Server Config Information for NSX Manager Nodes",
      "type": "array"
    },
    "nsx_public_cloud_gateway": {
      "description": "NSX Public Cloud Gateway nodes that are missing remote logging server configuration identified by node ID and node display name.",
      "items": {
        "$ref": "MissingLoggingServerConfigInfo"
      },
      "title": "Missing Logging Server Config Information for NSX Public Cloud Gateway nodes",
      "type": "array"
    }
  },
  "title": "Missing Logging Server Config Information List",
  "type": "object"
}