Skip to content

Add system Endpoint for System Informations - #1924

Open
cn-tools wants to merge 1 commit into
alextselegidis:mainfrom
cn-tools:system_api_v1
Open

Add system Endpoint for System Informations#1924
cn-tools wants to merge 1 commit into
alextselegidis:mainfrom
cn-tools:system_api_v1

Conversation

@cn-tools

Copy link
Copy Markdown
Contributor

Summary

This pull request introduces a new system endpoint that provides access to system-level information through a dedicated API.

Motivation

There was previously no centralized way to retrieve general system information, such as the currently deployed application version. The new endpoint establishes a standard interface for exposing such metadata.

Changes

  • Added a new /system endpoint.
  • Exposed system-related information through a dedicated API.
  • Implemented retrieval of the currently running application version.
  • Designed the endpoint to be easily extensible for additional system information in the future.

Benefits

  • Simplifies identification of the currently deployed version.
  • Supports monitoring, troubleshooting, and operational processes.
  • Provides a centralized and consistent source for system metadata.

Impact

  • No breaking changes.
  • Existing endpoints and functionality remain unaffected.

Example Response

{
  "version": "1.6.1"
}

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

Successfully merging this pull request may close these issues.

1 participant