nova/doc/api_samples/os-hypervisors/v2.33/hypervisors-list-resp.json

17 lines
377 B
JSON

{
"hypervisors": [
{
"hypervisor_hostname": "host1",
"id": 2,
"state": "up",
"status": "enabled"
}
],
"hypervisors_links": [
{
"href": "http://openstack.example.com/v2.1/6f70656e737461636b20342065766572/os-hypervisors?limit=1&marker=2",
"rel": "next"
}
]
}