nova/doc/api_samples
Radoslav Gerganov 14ca7c37ba Add MKS protocol for remote consoles
MKS is the native protocol for VMware consoles and this patch is adding
API support for it. For now there is only one console type for this
protocol and this is 'webmks'. A new microversion is introduced which
adds protocol 'mks' and type 'webmks' for requesting a remote console.

Example request:

POST /servers/<uuid>/remote-consoles
{
  "remote_console": {
    "protocol": "mks",
    "type": "webmks"
  }
}

Example response:

{
  "remote_console": {
    "protocol": "mks",
    "type": "webmks",
    "url": "http://example.com:6090/mks.html?token=XYZ"
  }
}

APIImpact
Implements: blueprint vmware-webmks-console

Change-Id: I7217b999fb8d64a5646d8f20d7426c26553871d7
2015-07-25 15:10:22 +03:00
..
OS-EXT-IPS V2 tests -Reuse server post req/resp sample file 2015-03-11 16:19:40 +09:00
OS-EXT-IPS-MAC V2 tests -Reuse server post req/resp sample file 2015-03-11 16:19:40 +09:00
OS-EXT-VIF-NET V2 tests -Reuse server post req/resp sample file 2015-03-11 16:19:40 +09:00
all_extensions Merge extension-info functional tests of v2 and v2.1 2015-06-09 14:48:19 +08:00
flavors Move V2 sample files to respective directory 2015-03-11 07:22:36 +00:00
limits Move V2 sample files to respective directory 2015-03-11 07:22:36 +00:00
os-admin-actions Merge test_admin_actions between v2 and v2.1 2015-05-13 14:38:28 +09:00
os-baremetal-ext-status Nuke XML support from Nova REST API - Phase 1 2015-01-05 12:46:04 -05:00
os-extended-floating-ips Add missing api samples for floating-ips api(v2) 2015-02-15 18:23:58 +08:00
os-extended-rescue-with-image V2 tests -Reuse server post req/resp sample file 2015-03-11 16:19:40 +09:00
os-server-group-quotas Merge quota_sets functional tests of v2 and v2.1 2015-06-16 09:43:03 +08:00
os-server-list-multi-status V2 tests -Reuse server post req/resp sample file 2015-03-11 16:19:40 +09:00
os-used-limits Nuke XML support from Nova REST API - Phase 1 2015-01-05 12:46:04 -05:00
os-used-limits-for-admin Nuke XML support from Nova REST API - Phase 1 2015-01-05 12:46:04 -05:00
os-virtual-interfaces V2 tests -Reuse server post req/resp sample file 2015-03-11 16:19:40 +09:00
servers Share admin password func test between v2 and v2.1 2015-05-26 10:51:29 +09:00
versions Add MKS protocol for remote consoles 2015-07-25 15:10:22 +03:00