diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 263835d84848..9ed259923e38 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -417,9 +417,9 @@ availability_zone_query_server: description: | Filter the server list result by server availability zone. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -580,9 +580,9 @@ config_drive_query_server: description: | Filter the server list result by the config drive setting of the server. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -599,9 +599,9 @@ created_at_query_server: For example, ``2015-08-27T09:49:58-05:00``. If you omit the time zone, the UTC time zone is assumed. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -891,9 +891,9 @@ key_name_query_server: description: | Filter the server list result by keypair name. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -946,9 +946,9 @@ launched_at_query_server: For example, ``2015-08-27T09:49:58-05:00``. If you omit the time zone, the UTC time zone is assumed. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -1126,17 +1126,17 @@ power_state_query_server: 6: CRASHED 7: SUSPENDED - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. progress_query_server: description: | Filter the server list result by the progress of the server. The value could be from 0 to 100 as integer. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: integer @@ -1378,9 +1378,9 @@ task_state_query_server: description: | Filter the server list result by task state. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. tenant_id_query: description: | Specify the project ID (tenant ID) to show the rate and absolute limits. @@ -1400,9 +1400,9 @@ terminated_at_query_server: For example, ``2015-08-27T09:49:58-05:00``. If you omit the time zone, the UTC time zone is assumed. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -1448,9 +1448,9 @@ user_id_query_server: description: | Filter the list of servers by the given user ID. - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string @@ -1479,9 +1479,9 @@ vm_state_query_server: - ``STOPPED`` - ``SUSPENDED`` - This parameter is restricted to administrators until microversion 2.82. - If non-admin users specify this parameter before microversion 2.83, it - is ignored. + This parameter is restricted to administrators until microversion 2.83. + If non-admin users specify this parameter on a microversion less than 2.83, + it will be ignored. in: query required: false type: string diff --git a/doc/source/contributor/microversions.rst b/doc/source/contributor/microversions.rst index 092272152481..e06a75d7d3ae 100644 --- a/doc/source/contributor/microversions.rst +++ b/doc/source/contributor/microversions.rst @@ -383,7 +383,7 @@ necessary to add changes to other places which describe your change: located under `api-ref/source/`. * If the microversion changes servers related APIs, update the - `api-guide/source/server_concepts.rst` accordingly. + ``api-guide/source/server_concepts.rst`` accordingly. .. _API Reference: https://docs.openstack.org/api-ref/compute/