330e7e9c69
Change-Id: Ifc96c271f6d2baad0c40446ab563cd3724a7a19d
37 lines
657 B
ReStructuredText
37 lines
657 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
========================
|
|
Server Serial Console
|
|
========================
|
|
|
|
Servers Serial Console can be managed through serial_console sub-resource.
|
|
|
|
|
|
Server Serial Console Summary
|
|
===============================
|
|
|
|
.. rest_method:: GET /v1/servers/{server_uuid}/serial_console
|
|
|
|
Get the console url info of the Server.
|
|
|
|
Normal response code: 200
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- server_uuid: server_ident
|
|
|
|
Response
|
|
--------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- console: console_info
|
|
- url: console_url
|
|
|
|
**Example server network:**
|
|
|
|
.. literalinclude:: samples/server_console/server-serial-console-get.json
|