NSX-T Data Center REST API

MissingLoggingServerResponse (type)

{
  "description": "Shows the missing logging server config related information.",
  "id": "MissingLoggingServerResponse",
  "module_id": "CentralConfig",
  "properties": {
    "nodes_missing_remote_logging_configuration": {
      "items": {
        "$ref": "MissingLoggingServerConfigInfoList"
      },
      "required": true,
      "title": "Missing Logging Server Information for All Nodes",
      "type": "object"
    }
  },
  "title": "Missing Logging Server Response",
  "type": "object"
}