Repository: flink Updated Branches: refs/heads/release-1.3 f783e529c -> 0d9087df4
[hotfix] [docs] Remove invalid REST path Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/0d9087df Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/0d9087df Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/0d9087df Branch: refs/heads/release-1.3 Commit: 0d9087df4e0ef099d0ad0c6b29690b14dd1d6496 Parents: f783e52 Author: twalthr <[email protected]> Authored: Mon May 22 12:30:25 2017 +0200 Committer: twalthr <[email protected]> Committed: Mon May 22 12:32:03 2017 +0200 ---------------------------------------------------------------------- docs/monitoring/historyserver.md | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/0d9087df/docs/monitoring/historyserver.md ---------------------------------------------------------------------- diff --git a/docs/monitoring/historyserver.md b/docs/monitoring/historyserver.md index f5f0019..773f3be 100644 --- a/docs/monitoring/historyserver.md +++ b/docs/monitoring/historyserver.md @@ -80,7 +80,6 @@ Below is a list of available requests, with a sample JSON response. All requests Values in angle brackets are variables, for example `http://hostname:port/jobs/<jobid>/exceptions` will have to requested for example as `http://hostname:port/jobs/7684be6004e4e955c2a558a9bc463f65/exceptions`. - `/config` - - `/jobs` - `/joboverview` - `/jobs/<jobid>` - `/jobs/<jobid>/vertices`
