-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
[BUG] Get status for all sanpshot or all snapshot on repository not working #13079
Comments
Is the snapshot you created still running when you call GET _snapshot/snapshot/_status or GET _snapshot/_status? If not, there's no problem, because if you do not specify the snapshot name when calling the api, it will only return the snapshots which are in progress, if no running snapshots then the result is empty, this behavior is by design, I think the documentation describe this clearly. |
The issue:
I hope to look here my snapshot
I hope to look here my snapshot Finally Return that I expect
|
@disaster37 |
Hum. OK thx for the answer. |
Describe the bug
The official doc explain how we can get status for all snapshot or all snapshot on repository.
The doc is here: https://opensearch.org/docs/latest/api-reference/snapshots/get-snapshot-status/
But, in fact it always return empty list.
Related component
Plugins
To Reproduce
I have tested on Opensearch 2.12.0 from official docker image.
snapshot
test
Expected behavior
When
GET _snapshot/snapshot/_status
orGET _snapshot/_status
get a list of snapshot available.I currently get empty list:
Additional Details
Plugins
Please list all plugins currently enabled.
Screenshots
If applicable, add screenshots to help explain your problem.
Host/Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: