Skip to main content

Log Object

Represents a log entry that was created during a specific Execution of an Instance.

Return fields#

allowRemove (Boolean!)#

Specifies whether the signed-in User can remove the Log.

allowUpdate (Boolean!)#

Specifies whether the signed-in User can update the Log.

configVariable (InstanceConfigVariable)#

The InstanceConfigVariable which relates to the Log entry.

executionResult (InstanceExecutionResult)#

The specific InstanceExecutionResult that is associated with the Log entry.

flow (IntegrationFlow)#

The specific IntegrationFlow that is associated with the Log entry.

flowConfig (InstanceFlowConfig)#

The IntegrationFlow which created the Log entry.

fromPreprocessFlow (Boolean)#

Specifies whether the Log was generated as part of the associated Integration's Preprocess Flow.

id (ID!)#

The ID of the object

instance (Instance)#

The Instance which created or is related to the Log entry.

integration (Integration)#

The specific Integration that is associated with the Log entry.

loopStepIndex (Int)#

The iteration index of the containing Loop IntegrationAction at the time this Log entry was generated, if any.

loopStepName (String)#

The name of the IntegrationAction that is the Loop containing the IntegrationAction that generated this Log entry, if any.

message (String!)#

The message body of the Log entry.

severity (LogSeverityLevel!)#

The severity level of the Log entry.

stepName (String)#

The name of the IntegrationAction that generated this Log entry.

timestamp (DateTime!)#

The timestamp at which the Log was created.

userLevelConfigVariable (UserLevelConfigVariable)#

The UserLevelConfigVariable which relates to the Log entry.