nova/doc/api_samples/os-hypervisors
Matt Riedemann 622bfb2e95 Handle uuids in os-hypervisors API
There are quite a few changes here as this is not only handling
uuids for the hypervisor id but it's also a refactor in several
APIs for consistency.

The main changes are detailed in the REST API Version History
doc in this change, but to summarize the changes:

* Hypervisor and service IDs are handled as the UUIDs for those
  resources; this is necessary for accurately working with these
  resources across multiple cells.
* The 'servers' and 'search' routes are deprecated and folded into
  the index and detail methods as query parameters, validated using
  json schema.
* The show method will also be able to return the list of servers
  hosted on the given hypervisor using the with_servers query
  parameter.
* The marker used when paging over lists of hypervisors is the
  compute node UUID.
* Using the hypervisor_hostname_pattern query parameter will not
  work with paging parameters.
* API reference docs are updated for the detailed changes.
* Functional and unit tests are provided for all changes.

Part of blueprint service-hyper-uuid-in-api

Change-Id: I828350c179df8bcfa4739910abeafaba2f96982b
2017-07-18 17:08:01 -04:00
..
v2.28 Microversion 2.28 changes cpu_info string to JSON object 2016-06-01 16:25:17 +00:00
v2.33 Microversion 2.33 adds pagination support for hypervisors 2016-07-01 08:47:50 +08:00
v2.53 Handle uuids in os-hypervisors API 2017-07-18 17:08:01 -04:00
hypervisors-detail-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-list-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-search-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-show-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-statistics-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-uptime-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-with-servers-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00
hypervisors-without-servers-resp.json Move the v2 api_sample functional tests 2015-08-18 15:25:41 +08:00