Pipelines API
Pipelines exposes a REST service with API methods to perform actions such as retrieving a list of stream pipelines or stopping an initial load for a specified stream pipeline.
With these API methods, you can perform these actions:
- General API:
- Verify whether the Pipelines service is available and functional.
- Retrieve the current build number for the Pipelines service.
- Stream pipeline operational control API:
- Retrieve a list of stream pipelines.
- Retrieve the current status of a stream pipeline.
- Start a stream pipeline (asynchronous operation).
- Stop a stream pipeline (asynchronous operation).
- Retrieve the current initial load status of a stream pipeline.
- Start an initial load for a stream pipeline (asynchronous operation).
- Stop an initial load for a stream pipeline (asynchronous operation).
Interface and consumption methods are exposed through the Pipelines API service that is registered within the Infor Data Fabric suite in API Gateway.
Details for each method are available in the Swagger documentation within the /pipelines/operations endpoint. This endpoint supports up to 20 requests per minute per tenant.
For information on API Gateway usage and Swagger documentation, see the Infor API Gateway Administration Guide.
Note: Modeling APIs for Stream Pipelines, destinations, and Replay Queue APIs aren't currently available.