InstanceFlowConfig Object
Represents the configuration options for a particular IntegrationFlow as it relates to an Instance.
#
Return fieldsBoolean!)#
allowRemove (Specifies whether the signed-in User can remove the InstanceFlowConfig.
Boolean!)#
allowUpdate (Specifies whether the signed-in User can update the InstanceFlowConfig.
[String])#
apiKeys (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.
InstanceExecutionResultConnection!)#
executionResults (The specific InstanceFlowConfig for the Instance being executed.
IntegrationFlow!)#
flow (The IntegrationFlow for which configuration is being specified for the associated Instance.
ID!)#
id (The ID of the object
Boolean!)#
inFailedState (Specifies whether the latest execution of this InstanceFlowConfig resulted in a failure.
Instance!)#
instance (The configuration for the IntegrationFlow associated with the Instance.
DateTime)#
lastExecutedAt (The timestamp at which the InstanceFlowConfig was most recently executed.
LogConnection!)#
logs (The IntegrationFlow which created the Log entry.
AlertMonitorConnection!)#
monitors (The IntegrationFlow that is being monitored by the AlertMonitor.
String)#
testContentType (Content type of the payload for testing the IntegrationFlow associated with the Instance.
JSONString)#
testHeaders (Headers for testing this IntegrationFlow associated with the Instance.
String)#
testPayload (Data payload for testing this IntegrationFlow associated with the Instance.
String!)#
webhookUrl (The URL of the endpoint that triggers execution of the InstanceFlowConfig.