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 support for /v1/jobs/statuses to golang client #25254

Open
tomqwpl opened this issue Mar 1, 2025 · 1 comment
Open

Add support for /v1/jobs/statuses to golang client #25254

tomqwpl opened this issue Mar 1, 2025 · 1 comment
Assignees

Comments

@tomqwpl
Copy link

tomqwpl commented Mar 1, 2025

A new endpoint was added for returning consolidated status for the ui: /v1/jobs/statuses

It's a shame that support for this wasn't added to the golang client.
It also appears undocumented.

@tgross
Copy link
Member

tgross commented Mar 3, 2025

@tomqwpl this endpoint is deliberately not in the Go API, as it's intended only for consumption by the Nomad web UI. It's not a stable interface, so we didn't document it as one.

@tgross tgross added the theme/api HTTP API and SDK issues label Mar 3, 2025
@tgross tgross self-assigned this Mar 3, 2025
@tgross tgross moved this from Needs Triage to Triaging in Nomad - Community Issues Triage Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants