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.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.