Add server console to api-ref index
Change-Id: Ifc96c271f6d2baad0c40446ab563cd3724a7a19d
This commit is contained in:
parent
7d0f8ab360
commit
330e7e9c69
@ -10,6 +10,7 @@ Baremetal Compute API V1 (CURRENT)
|
||||
.. include:: servers.inc
|
||||
.. include:: server_states.inc
|
||||
.. include:: server_networks.inc
|
||||
.. include:: server_serial_console.inc
|
||||
.. include:: flavors.inc
|
||||
.. include:: flavor_access.inc
|
||||
.. include:: availability_zones.inc
|
||||
|
@ -103,6 +103,18 @@ availability_zones:
|
||||
in: body
|
||||
required: true
|
||||
type: array
|
||||
console_info:
|
||||
description: |
|
||||
The remote console object.
|
||||
in: body
|
||||
required: true
|
||||
type: object
|
||||
console_url:
|
||||
description: |
|
||||
The URL is used to connect the console.
|
||||
in: body
|
||||
required: true
|
||||
type: string
|
||||
created_at:
|
||||
description: |
|
||||
The date and time when the resource was created. The date and time
|
||||
|
@ -29,6 +29,7 @@ Response
|
||||
.. rest_parameters:: parameters.yaml
|
||||
|
||||
- console: console_info
|
||||
- url: console_url
|
||||
|
||||
**Example server network:**
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user