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 07/06/2020 17:43, M Singh wrote:
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 do see the Flink jobmanager
UI show the savepoints - but I am not sure how it access that
information.
Please let me know how I can
access the savepoints information.