EventLogEntry object
Example JSON representation
{
"event": {
"id": "string"
},
"farm": {
"id": 1
},
"farmRole": {
"id": 1
},
"firedBy": "ui",
"id": "string",
"logEntries": [
{
"id": "string"
}
],
"server": {
"id": "string"
}
}
Properties
property | attributes | valid values | description | filter option |
---|---|---|---|---|
event EventForeignKey object |
read-only filterable |
Identifier of the Event. |
Pass the id of the object you are referencing in: ?event=... |
|
farm FarmForeignKey object |
read-only filterable |
Identifier of the Farm that triggered the Server is related to. |
Pass the id of the object you are referencing in: ?farm=... |
|
farmRole FarmRoleForeignKey object |
read-only |
Identifier of the Farm Role that triggered the Server is related to. |
||
firedBy string |
read-only filterable |
"ui" "api" "system" |
The context that caused fire of the Event. |
?firedBy=... |
id string |
read-only filterable |
Event log entry identifier. |
?id=... | |
logEntries Array of LogEntryForeignKey objects |
read-only |
Orchestration log entry identifiers. |
||
server ServerForeignKey object |
read-only filterable |
Identifier of the triggered Server. |
Pass the id of the object you are referencing in: ?server=... |