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

Consolidate status API information on /status #949

Closed
zalegrala opened this issue Sep 13, 2021 · 0 comments · Fixed by #952
Closed

Consolidate status API information on /status #949

zalegrala opened this issue Sep 13, 2021 · 0 comments · Fixed by #952
Assignees

Comments

@zalegrala
Copy link
Contributor

Currently there are a few endpoints that convey information about the configuration and status of the running instance. As part of #938 and #632, we now have a /status end point that is ready to accept a query parameter to organize all the data about status.

The following may serve as a guide as to what gets moved to the /status endpoint.

/status?config
/status?runtime_config
/status?services
/status?endpoints <-- currently implemented

This could mean we reduce the number of endpoints we have to convey status information, and still allow users to ask for only the portion of the status that is of interest.

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 a pull request may close this issue.

1 participant