Boomi Flow - Flow Service Resource Path

Boomi Flow can connect to a Boomi Integration Runtime through a Flow Services Server. The Flow Services Server exposes a REST API endpoint on the Boomi Integration Runtime.

The resource paths below can be helpful to know if proxying data through an API gateway to an on-prem Boomi Integration runtime. Boomi Flow only supports Basic Authentication and Client Certification even when using a 3rd-party API Gateway or proxy.

Exposed Flow EndpointDetails
/fs/<flow-service-name>/metadataInitial connection from Boomi Flow
/fs/<flow-service-name>/metadata/installConnection used to define Flow Actions. This endpoint lists the resource path of all Flow Actions.
/fs/<flow-service-name>/actions/<action-name>Endpoint used for specific Boomi Integration or Flow Action
/fs/<flow-service-name>/files/contentEndpoint used for managing files
/fs/<flow-service-name>/listenerEndpoint used for Data Actions

References