Re: Flink savepoints history

2020-06-07 Thread Chesnay Schepler
I can't quite find the answer right now, but the Web UI relies entirely on the REST API. So, whenever you see something in the UI, and wonder where that data comes from, open up the developer tools in your browser, go to the network tab, reload the page and see what requests are being made. On

Flink savepoints history

2020-06-07 Thread M Singh
Hi: I wanted to find out if we can access the savepoints created for a job or all jobs using Flink CLI or REST API.   I took a look at the CLI (Apache Flink 1.10 Documentation: Command-Line Interface) and REST API (https://ci.apache.org/projects/flink/flink-docs-release-1.10/monitoring/rest_api.