From 7707723e7bae117ef678af4d24eb6b4943251bd6 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Fri, 21 Apr 2017 11:12:08 +0900 Subject: [PATCH] api-ref: Fix parameters in servers-action-console-output Change-Id: I0604db813f4e8830110006c6636c7b9094ad75fb Implements: blueprint api-ref-in-rst-pike --- api-ref/source/parameters.yaml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 8f10485e3d..c85a4e42e4 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -3131,9 +3131,14 @@ length: description: | The number of lines to fetch from the end of console log. All lines will be returned if this is not specified. + + .. note:: + + This parameter can be specified as not only 'integer' but also 'string'. + in: body required: false - type: string + type: integer limits: description: | Data structure that contains both absolute limits within a deployment. @@ -3650,10 +3655,10 @@ os-extended-volumes:volumes_attached.id: type: string os-getConsoleOutput: description: | - The action. + The action to get console output of the server. in: body required: true - type: string + type: object os-getRDPConsole: description: | The action.