Skip to main content

instanceFlowConfig Query

Returns the specified InstanceFlowConfig 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' attribute: [instance_admin_permissions, instance_view]. 3. The signed-in User has any of the following permissions for the object's 'instance_Customer' attribute: [customer_manage_marketplace_integrations].

Input fields#

ArgumentTypeDescription
idID!The ID of the InstanceFlowConfig object.

Return fields (InstanceFlowConfig)#

allowRemove (Boolean!)#

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

allowUpdate (Boolean!)#

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

apiKeys ([String])#

An optional collection of API Keys any of which, when specified, will be required as a header value in all requests to trigger execution of this IntegrationFlow for the associated Instance.

executionResults (InstanceExecutionResultConnection!)#

The specific InstanceFlowConfig for the Instance being executed.

flow (IntegrationFlow!)#

The IntegrationFlow for which configuration is being specified for the associated Instance.

id (ID!)#

The ID of the object

inFailedState (Boolean!)#

Specifies whether the latest execution of this InstanceFlowConfig resulted in a failure.

instance (Instance!)#

The configuration for the IntegrationFlow associated with the Instance.

lastExecutedAt (DateTime)#

The timestamp at which the InstanceFlowConfig was most recently executed.

logs (LogConnection!)#

The IntegrationFlow which created the Log entry.

monitors (AlertMonitorConnection!)#

The IntegrationFlow that is being monitored by the AlertMonitor.

testContentType (String)#

Content type of the payload for testing the IntegrationFlow associated with the Instance.

testHeaders (JSONString)#

Headers for testing this IntegrationFlow associated with the Instance.

testPayload (String)#

Data payload for testing this IntegrationFlow associated with the Instance.

webhookUrl (String!)#

The URL of the endpoint that triggers execution of the InstanceFlowConfig.