a944838993
Before this patch, VM diagnostics response was just a 'blob' of data returned by each hypervisor. New API version makes diagnostics response standardized. New response has a set of fields which each hypervisor will try to fill. If hypervisor unable to provide a specific field then this field will be reported as 'None'. Tempest tests: I7757c5beeea3d3b0bc15a51cafc5ea2ada65e76c DocImpact: admin guide docs should be updated to mention standardized version of the diagnostics response blueprint: restore-vm-diagnostics Change-Id: If0b1493cc5c1c7f0d9896dd68342ad4dea4f7da2
27 lines
669 B
JSON
27 lines
669 B
JSON
{
|
|
"version": {
|
|
"id": "v2.1",
|
|
"links": [
|
|
{
|
|
"href": "http://openstack.example.com/v2.1/",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://docs.openstack.org/",
|
|
"rel": "describedby",
|
|
"type": "text/html"
|
|
}
|
|
],
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.compute+json;version=2.1"
|
|
}
|
|
],
|
|
"status": "CURRENT",
|
|
"version": "2.48",
|
|
"min_version": "2.1",
|
|
"updated": "2013-07-23T11:33:21Z"
|
|
}
|
|
}
|