Spring Cloud Data Flow REST APIs

Spring Cloud Data Flow offers RESTful APIs around applications, streams, tasks, jobs, and metrics. A complete list can be obtained by sending a GET request to http://localhost:9393/.

The following screenshot shows the response for the GET request:

All the APIs are self-explanatory. Let's look at an example of sending a GET request to http://localhost:9393/streams/definitions:

{    "_embedded":{    "streamDefinitionResourceList":[           {              "name":"process-stock-change-events"            "dslText":"significant-stock-change-source|stock-            intelligence-processor|event-store-sink",            "status":"deployed",            "statusDescription" ...

Get Mastering Spring 5.0 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.