Skip to main content

InstanceFlowConfig Object

Represents the configuration options for a particular IntegrationFlow as it relates to an Instance.

Return fields#

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.