openapi_savepoint.json 596 B

12345678910111213141516171819
  1. /* http://127.0.0.1:8888/openapi/savepoint */
  2. {
  3. /* required-start */
  4. "jobId":"195352b0a4518e16699983a13205f059",
  5. "savePointType":"trigger", // trigger | stop | cancel
  6. /* required-end */
  7. /* custom-start */
  8. "savePoint":"195352b0a4518e16699983a13205f059",
  9. "address":"127.0.0.1:8081",
  10. "gatewayConfig":{
  11. "clusterConfig":{
  12. "appId":"application_1637739262398_0032",
  13. "flinkConfigPath":"/opt/src/flink-1.13.3_conf/conf",
  14. "flinkLibPath":"hdfs:///flink13/lib/flinklib",
  15. "yarnConfigPath":"/usr/local/hadoop/hadoop-2.7.7/etc/hadoop"
  16. }
  17. }
  18. /* custom-start */
  19. }