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

API for system/version to display CE and EE #11423

Closed
WaysonWei opened this issue Mar 18, 2024 · 0 comments · Fixed by #10211
Closed

API for system/version to display CE and EE #11423

WaysonWei opened this issue Mar 18, 2024 · 0 comments · Fixed by #10211
Labels
kind/enhancement Applied to Feature Requests
Milestone

Comments

@WaysonWei
Copy link
Collaborator

Description:

Upon running GET system/version, we do not display CE nor EE:

vagrant@docker:~$ http --verify=no --form GET https://192.168.2.12:9443/api/system/version X-API-Key:ptr_2ac9jq8EA+GkHPb4Bio0jJeU8oto3Mm++s8awZXBjzo= 
HTTP/1.1 200 OK
Content-Length: 258
Content-Type: application/json
Date: Fri, 05 May 2023 20:20:03 GMT
X-Content-Type-Options: nosniff
X-Xss-Protection: 1; mode=block

{
    "Build": {
        "BuildNumber": "30141",
        "GoVersion": "1.19.4",
        "ImageTag": "linux-amd64-2.18.2",
        "NodejsVersion": "18.16.0",
        "WebpackVersion": "5.65.0",
        "YarnVersion": "1.22.19"
    },
    "DatabaseVersion": "2.18.2",
    "LatestVersion": "",
    "ServerVersion": "2.18.2",
    "UpdateAvailable": false
}

Expected Behavior:

Display EE or CE in a new field

(including updating Swagger docs)

@WaysonWei WaysonWei added the kind/enhancement Applied to Feature Requests label Mar 18, 2024
@WaysonWei WaysonWei added this to the CE-2.20.0 milestone Mar 18, 2024
@WaysonWei WaysonWei linked a pull request Mar 18, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Applied to Feature Requests
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant