Merge "Fix API doc for os-console-auth-tokens"
This commit is contained in:
commit
26fd2eabb0
@ -1,7 +1,7 @@
|
||||
.. -*- rst -*-
|
||||
|
||||
===============================================================
|
||||
Server consoles (servers, os-consoles, os-console-auth-token)
|
||||
Server consoles (servers, os-consoles, os-console-auth-tokens)
|
||||
===============================================================
|
||||
|
||||
Manages server consoles.
|
||||
@ -138,10 +138,10 @@ Response
|
||||
There is no body content for the response of a successful DELETE query
|
||||
|
||||
|
||||
Show Console Authentication Token
|
||||
=================================
|
||||
Show Console Connection Information
|
||||
===================================
|
||||
|
||||
.. rest_method:: GET /servers/{server_id}/os-console-auth-token
|
||||
.. rest_method:: GET /os-console-auth-tokens/{console_token}
|
||||
|
||||
Given the console authentication token for a server instance,
|
||||
shows the related connection information.
|
||||
@ -159,7 +159,7 @@ Request
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
|
||||
- server_id: server_id
|
||||
- console_token: console_token
|
||||
|
||||
|
|
||||
|
||||
@ -169,9 +169,9 @@ Response
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- console: console
|
||||
- instance_uuid: instance_id
|
||||
- instance_uuid: instance_id_body
|
||||
- host: console_host
|
||||
- port: port
|
||||
- port: port_number
|
||||
- internal_access_path: internal_access_path
|
||||
|
||||
|
|
||||
|
@ -85,6 +85,12 @@ console_id:
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
console_token:
|
||||
description: |
|
||||
Console authentication token.
|
||||
in: path
|
||||
required: true
|
||||
type: string
|
||||
disabled_reason:
|
||||
description: |
|
||||
The reason for disabling a service.
|
||||
@ -3409,6 +3415,12 @@ port_id_resp:
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
port_number:
|
||||
description: |
|
||||
The port number.
|
||||
in: body
|
||||
required: true
|
||||
type: integer
|
||||
port_state:
|
||||
description: |
|
||||
The port state.
|
||||
|
Loading…
Reference in New Issue
Block a user