Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add API version to '/management/info' endpoint #1191

Closed
trisberg opened this issue Feb 17, 2017 · 0 comments
Closed

Add API version to '/management/info' endpoint #1191

trisberg opened this issue Feb 17, 2017 · 0 comments
Assignees
Milestone

Comments

@trisberg
Copy link
Member

trisberg commented Feb 17, 2017

The /management/info endpoint currently has this:

{
  "app": {
    "name": "spring-cloud-dataflow-server-local",
    "description": "Spring Cloud Data Flow Local Server",
    "version": "1.2.0.M1"
  },
  "git": {
    "commit": {
      "time": "2017-02-15T00:06:45.000Z",
      "id": "06674a6"
    },
    "branch": "master"
  }
}

We could add an "api":"version" entry as well, this way the shell can query the compatible version and if it's not deemed compatible post a link to download the shell via the about page at /dashboard/index.html#/about

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants