Skip to content
This repository has been archived by the owner on Jan 28, 2025. It is now read-only.

Update /api/status response to match lorax-composer #71

Open
atodorov opened this issue May 10, 2018 · 0 comments
Open

Update /api/status response to match lorax-composer #71

atodorov opened this issue May 10, 2018 · 0 comments
Assignees

Comments

@atodorov
Copy link
Member

This is what we have in lorax-composer:

{
  "api": "0", 
  "backend": "lorax-composer", 
  "build": "19.7.14-1", 
  "db_supported": true, 
  "db_version": "0", 
  "schema_version": "0"
}

Original issue:
weldr/lorax#355

@bcl bcl self-assigned this May 14, 2018
bcl added a commit to bcl/bdcs-api that referenced this issue May 15, 2018
Fixes issue weldr#71

Output now looks like:

{
    "build": "b18d239",
    "backend": "weldr",
    "schema_version": "4",
    "db_supported": true,
    "api": "0",
    "db_version": "4"
}
bcl added a commit to bcl/bdcs-api that referenced this issue May 15, 2018
Fixes issue weldr#71

Output now looks like:

{
    "build": "b18d239",
    "backend": "weldr",
    "schema_version": "4",
    "db_supported": true,
    "api": "0",
    "db_version": "4"
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants