Merge "api-ref: Fix parameters in servers-action-console-output"

This commit is contained in:
Jenkins 2017-05-03 21:11:05 +00:00 committed by Gerrit Code Review
commit d1f620b1eb
1 changed files with 8 additions and 3 deletions

View File

@ -3136,9 +3136,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.
@ -3655,10 +3660,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.