diff --git a/doc/source/cli/nova.rst b/doc/source/cli/nova.rst index 41a5b232c..af9660aab 100644 --- a/doc/source/cli/nova.rst +++ b/doc/source/cli/nova.rst @@ -1921,7 +1921,9 @@ nova instance-action-list .. code-block:: console - usage: nova instance-action-list + usage: nova instance-action-list [--marker ] [--limit ] + [--changes-since ] + List actions on a server. @@ -1932,6 +1934,23 @@ List actions on a server. used to list actions on a deleted server. (Supported by API versions '2.21' - '2.latest') +**Optional arguments:** + +``--marker `` + The last instance action of the previous page; displays list of actions + after "marker". (Supported by API versions '2.58' - '2.latest') + +``--limit `` + Maximum number of instance actions to display. Note that there is + a configurable max limit on the server, and the limit that is used will be + the minimum between what is requested here and what is configured + in the server. (Supported by API versions '2.58' - '2.latest') + +``--changes-since `` + List only instance actions changed after a certain point of time. + The provided time should be an ISO 8061 formatted time. + ex 2016-03-04T06:27:59Z. (Supported by API versions '2.58' - '2.latest') + .. _nova_interface-attach: nova interface-attach @@ -2422,7 +2441,8 @@ nova migration-list .. code-block:: console usage: nova migration-list [--instance-uuid ] [--host ] - [--status ] + [--status ] [--marker ] + [--limit ] [--changes-since ] Print a list of migrations. @@ -2437,6 +2457,22 @@ Print a list of migrations. ``--status `` Fetch migrations for the given status. +``--marker `` + The last migration of the previous page; displays list of migrations after + "marker". Note that the marker is the migration UUID. + (Supported by API versions '2.59' - '2.latest') + +``--limit `` + Maximum number of migrations to display. Note that there is a configurable + max limit on the server, and the limit that is used will be the minimum + between what is requested here and what is configured in the server. + (Supported by API versions '2.59' - '2.latest') + +``--changes-since `` + List only migrations changed after a certain point of time. + The provided time should be an ISO 8061 formatted time. + ex 2016-03-04T06:27:59Z . (Supported by API versions '2.59' - '2.latest') + .. _nova_pause: nova pause