log Query
Returns the specified Log object.
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, customer_manage_marketplace_integrations]. 3. The signed-in User has any of the following permissions for the object's 'integration_Customer' attribute: [customer_admin_integration_permissions, customer_manage_integrations, customer_view_integrations]. 4. 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]. 5. The signed-in User has any of the following permissions for any version of the related integration where the object is related to a 'system' instance: [integration_admin_permissions, integration_view, integration_edit, integration_remove].
#
Input fieldsArgument | Type | Description |
---|---|---|
id | ID! | The ID of the Log object. |
Log)#
Return fields (Boolean!)#
allowRemove (Specifies whether the signed-in User can remove the Log.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the Log.
InstanceConfigVariable)#
configVariable (The InstanceConfigVariable which relates to the Log entry.
InstanceExecutionResult)#
executionResult (The specific InstanceExecutionResult that is associated with the Log entry.
IntegrationFlow)#
flow (The specific IntegrationFlow that is associated with the Log entry.
InstanceFlowConfig)#
flowConfig (The IntegrationFlow which created the Log entry.
Boolean)#
fromPreprocessFlow (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.
Int)#
loopStepIndex (The iteration index of the containing Loop IntegrationAction at the time this Log entry was generated, if any.
String)#
loopStepName (The name of the IntegrationAction that is the Loop containing the IntegrationAction that generated this Log entry, if any.
String!)#
message (The message body of the Log entry.
LogSeverityLevel!)#
severity (The severity level of the Log entry.
String)#
stepName (The name of the IntegrationAction that generated this Log entry.
DateTime!)#
timestamp (The timestamp at which the Log was created.
UserLevelConfigVariable)#
userLevelConfigVariable (The UserLevelConfigVariable which relates to the Log entry.