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 journal REST endpoint for getting deployment history #11

Open
lukebond opened this issue Apr 15, 2015 · 0 comments
Open

Add journal REST endpoint for getting deployment history #11

lukebond opened this issue Apr 15, 2015 · 0 comments

Comments

@lukebond
Copy link
Contributor

Depends on #10

e.g.:

GET /journal
200
{
  doc: [
    {
      "serviceName": "myservice",
      "version": "2",
      "timestamp": 1429102821,
      "config": {
        "user": "core",
        "ports": ...,
        "env": ...,
        etc.
      }
    }
  ]
}
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

1 participant