34 lines
684 B
ReStructuredText
34 lines
684 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
Snapshot actions (snapshots, action)
|
|
====================================
|
|
|
|
Administrator only. Resets status for a snapshot.
|
|
|
|
|
|
Reset a snapshot's status
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
|
|
.. rest_method:: POST /v3/{project_id}/snapshots/{snapshot_id}/action
|
|
|
|
Resets the status. Specify the ``os-reset_status`` action in the request body.
|
|
|
|
Normal response codes: 202
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- project_id: project_id_path
|
|
- snapshot_id: snapshot_id_path
|
|
- os-reset_status: os-reset_status
|
|
- status: status_2
|
|
|
|
Request Example
|
|
---------------
|
|
|
|
.. literalinclude:: ./samples/snapshot-status-reset-request.json
|
|
:language: javascript
|