Skip to content

Commit c01070d

Browse files
Update running snapshot state value to STARTED (#89863) (#89904)
The get snapshot status API will currently return a value of `STARTED` for the state of a snapshot that is currently running. The documentation says that the `state` value for a running snapshot is `IN_PROGRESS`. This documentation change will align the docs with the actual result of the get snapshot status API. Co-authored-by: Austin Smith <76973609+asmith-elastic@users.noreply.github.com> Co-authored-by: Austin Smith <76973609+asmith-elastic@users.noreply.github.com>
1 parent 6a0b194 commit c01070d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/snapshot-restore/apis/get-snapshot-status-api.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ Indicates the current snapshot state.
169169
`FAILED`::
170170
The snapshot finished with an error and failed to store any data.
171171
172-
`IN_PROGRESS`::
172+
`STARTED`::
173173
The snapshot is currently running.
174174
175175
`PARTIAL`::

0 commit comments

Comments
 (0)