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 took a look at the CLI (Apache Flink 1.10 Documentation:
Command-Line Interface
<https://ci.apache.org/projects/flink/flink-docs-stable/ops/cli.html#savepoints>)
and REST API
(https://ci.apache.org/projects/flink/flink-docs-release-1.10/monitoring/rest_api.html),
but did not find this information.
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.
Thanks.