LogEntry object

Example JSON representation

{
  "executionExitCode": 1,
  "executionTime": 1,
  "farm": {
    "id": 1
  },
  "farmRole": {
    "id": 1
  },
  "id": "string",
  "result": "string",
  "scriptName": "string",
  "scriptVersion": {
    "script": {
      "id": 1
    },
    "version": "string"
  },
  "server": {
    "id": "string"
  },
  "triggeredBy": "ui"
}

Properties

property attributes valid values description filter option
executionExitCode
integer
read-only

The exit status code of the Script. The value is zero when the script is executed successfully and non-zero when it fails.

executionTime
integer
read-only

Total Script execution time in seconds.

farm
FarmForeignKey object
read-only
filterable

Identifier of the Farm that the target 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 the target Server is related to.

id
string
read-only
filterable

Orchestration log entry identifier.

?id=...
result
string
read-only

The result of the Script execution.

scriptName
string
read-only

The name of the Script that is executed.

scriptVersion
ScriptVersionForeignKey object
read-only

The version of the Script that is executed.

server
ServerForeignKey object
read-only
filterable

Identifier of the target Server.

Pass the id of the object you are referencing in:
?server=...
triggeredBy
string
read-only
filterable
"ui"
"api"
"system"

The context that caused excecution of the Script.

?triggeredBy=...

Endpoints using this object