NSX-T Data Center REST API

DirectoryEventLogServerStatus (type)

{
  "id": "DirectoryEventLogServerStatus",
  "module_id": "DirectoryService",
  "properties": {
    "error_message": {
      "readonly": true,
      "required": false,
      "title": "Additional optional detail error message",
      "type": "string"
    },
    "last_event_record_id": {
      "description": "Last event record ID is an opaque integer value that shows the last successfully received event from event log server.",
      "readonly": true,
      "required": false,
      "title": "Last event record ID",
      "type": "integer"
    },
    "last_event_time_created": {
      "$ref": "EpochMsTimestamp",
      "description": "Time of last successfully received and record event from event log server.",
      "readonly": true,
      "required": false,
      "title": "Time when last event record ID was received"
    },
    "last_polling_time": {
      "$ref": "EpochMsTimestamp",
      "readonly": true,
      "required": false,
      "title": "Last polling time"
    },
    "status": {
      "description": "Connection status:     OK: All OK     ERROR: Generic error",
      "enum": [
        "OK",
        "ERROR"
      ],
      "readonly": true,
      "required": true,
      "title": "Current connection status of event log server",
      "type": "string"
    }
  },
  "title": "Event log server connection status",
  "type": "object"
}