Data Flow Engine API
Number of APIs: 12
This is the Data Flow Engine API specification. Data Flow Engine can be used to create, deploy, undeploy and delete streams in Mindsphere. https://docs.spring.io/spring-cloud-dataflow/docs/1.3.0.BUILD-SNAPSHOT/reference/htmlsingle/#preface
-
streams-deployments/{streamName} - Deploy a stream by stream name. POST {{baseUrl}}/streams/deployments/:streamName
-
Default endpoint list. GET {{baseUrl}}/
-
Get the list registered apps. GET {{baseUrl}}/apps?size=<integer>&page=<integer>&type=<string>
-
streams-definitions - List stream definitions. GET {{baseUrl}}/streams/definitions?size=<integer>&page=<integer>
-
streams - Get error status description of stream. GET {{baseUrl}}/streams/definitons/:streamName/state
-
runtime/apps-{deploymentId} - Gets the specific app instances. GET {{baseUrl}}/runtime/apps/:deploymentId/instances
-
runtime/apps-{deploymentId} - Get the specific app by name. GET {{baseUrl}}/runtime/apps/:deploymentId
-
runtime/apps - Get the list of runtime apps. GET {{baseUrl}}/runtime/apps?filter=<string>&size=<integer>&page=<integer>
-
streams-definitions-{streamName} - Query stream by stream name. GET {{baseUrl}}/streams/definitions/:streamName
-
streams-definitions-{streamName} - Delete a stream by stream name. DELETE {{baseUrl}}/streams/definitions/:streamName