log
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_admin_instance_permissions, org_manage_instances, org_view_instances]. 2. The signed-in User has any of the following permissions for the object's 'instance.customer' attribute: [customer_admin_instance_permissions, customer_view_instances]. 3. The signed-in User has any of the following permissions for the object's 'instance' attribute: [instance_admin_permissions, instance_view, instance_edit, instance_remove].
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the Log object. |
Log)#
Return fields (ID!)#
id (The ID of the object.
Instance)#
instance (The Instance which created the Log entry.
InstanceExecutionResult!)#
executionResult (The specific InstanceExecutionResult that is associated with the Log entry.
String)#
stepName (The name of the IntegrationAction that generated this Log entry.
String)#
loopStepName (The name of the IntegrationAction that is the Loop containing the IntegrationAction that generated this Log entry, if any.
Int)#
loopStepIndex (The iteration index of the containing Loop IntegrationAction at the time this Log entry was generated, if any.
DateTime!)#
timestamp (The timestamp at which the Log was created.
LogSeverityLevel!)#
severity (The severity level of the Log entry.
String!)#
message (The message body of the Log entry.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Log.
Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the Log.