EventLogEntryDetailsResponse object

Example JSON representation

{
  "data": {
    "event": {
      "id": "string"
    },
    "farm": {
      "id": 1
    },
    "farmRole": {
      "id": 1
    },
    "firedBy": "ui",
    "id": "string",
    "logEntries": [
      {
        "id": "string"
      }
    ],
    "server": {
      "id": "string"
    }
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
EventLogEntry object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object