diff --git a/api-ref/source/os-instance-actions.inc b/api-ref/source/os-instance-actions.inc index 2d59bcda6eb1..d114fa7f35b4 100644 --- a/api-ref/source/os-instance-actions.inc +++ b/api-ref/source/os-instance-actions.inc @@ -1,12 +1,10 @@ .. -*- rst -*- -.. needs:example_verification -.. needs:body_verification ================================================ 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 ======================= @@ -15,6 +13,9 @@ List Actions For 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 the server to perform this operation. Cloud providers can change these permissions through the ``policy.json`` file. @@ -51,6 +52,7 @@ Response .. literalinclude:: ../../doc/api_samples/os-instance-actions/instance-actions-list-resp.json :language: javascript + Show Server Action Details ========================== @@ -58,6 +60,9 @@ Show Server Action Details 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. 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 :language: javascript -