Skip to:
1. The response of the REST API to list schedules of an app is outdated. It is missing scheduleType in the output JSON. Also, it would be good to add size based schedule spec to the output (see output JSON below).2. Document the new APIs from
scheduleType
Output seen in CDAP 4.0.0 -
PR https://github.com/caskdata/cdap/pull/8467
Current docs: http://docs.cask.co/cdap/4.1.0/en/reference-manual/http-restful-api/lifecycle.html
1. The response of the REST API to list schedules of an app is outdated. It is missing
scheduleType
in the output JSON. Also, it would be good to add size based schedule spec to the output (see output JSON below).2. Document the new APIs from
Output seen in CDAP 4.0.0 -