summaryrefslogtreecommitdiff
path: root/nova/tests/integrated/api_samples/os-hypervisors/hypervisors-search-resp.json.tpl
blob: 8d94021274fb153d1da5b1833447b0e57086027d (plain)
1
2
3
4
5
6
7
8
{
    "hypervisors": [
        {
            "hypervisor_hostname": "fake-mini",
            "id": 1
        }
    ]
}