Merge "Complete verification of os-instance-actions.inc"
This commit is contained in:
commit
dc5db6013f
@ -1,12 +1,10 @@
|
|||||||
.. -*- rst -*-
|
.. -*- rst -*-
|
||||||
.. needs:example_verification
|
|
||||||
.. needs:body_verification
|
|
||||||
|
|
||||||
================================================
|
================================================
|
||||||
Servers actions (servers, os-instance-actions)
|
Servers actions (servers, os-instance-actions)
|
||||||
================================================
|
================================================
|
||||||
|
|
||||||
All users can list available actions for a server.
|
List actions and action details for a server.
|
||||||
|
|
||||||
List Actions For Server
|
List Actions For Server
|
||||||
=======================
|
=======================
|
||||||
@ -15,6 +13,9 @@ List Actions For Server
|
|||||||
|
|
||||||
Lists actions for a server.
|
Lists actions for a server.
|
||||||
|
|
||||||
|
Action information of deleted instances can be returned for requests later
|
||||||
|
than microversion 2.21.
|
||||||
|
|
||||||
Policy defaults enable only users with the administrative role or the owner of
|
Policy defaults enable only users with the administrative role or the owner of
|
||||||
the server to perform this operation. Cloud providers can change these permissions
|
the server to perform this operation. Cloud providers can change these permissions
|
||||||
through the ``policy.json`` file.
|
through the ``policy.json`` file.
|
||||||
@ -51,6 +52,7 @@ Response
|
|||||||
.. literalinclude:: ../../doc/api_samples/os-instance-actions/instance-actions-list-resp.json
|
.. literalinclude:: ../../doc/api_samples/os-instance-actions/instance-actions-list-resp.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
|
||||||
|
|
||||||
Show Server Action Details
|
Show Server Action Details
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
@ -58,6 +60,9 @@ Show Server Action Details
|
|||||||
|
|
||||||
Shows details for a server action.
|
Shows details for a server action.
|
||||||
|
|
||||||
|
Action details of deleted instances can be returned for requests later
|
||||||
|
than microversion 2.21.
|
||||||
|
|
||||||
Policy defaults enable only users with the administrative role to perform this operation.
|
Policy defaults enable only users with the administrative role to perform this operation.
|
||||||
Cloud providers can change these permissions through the ``policy.json`` file.
|
Cloud providers can change these permissions through the ``policy.json`` file.
|
||||||
|
|
||||||
@ -100,4 +105,3 @@ Response
|
|||||||
|
|
||||||
.. literalinclude:: ../../doc/api_samples/os-instance-actions/instance-action-get-resp.json
|
.. literalinclude:: ../../doc/api_samples/os-instance-actions/instance-action-get-resp.json
|
||||||
:language: javascript
|
:language: javascript
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user