summaryrefslogtreecommitdiff
path: root/doc/api_samples/os-hypervisors/hypervisors-list-resp.json
blob: 375627499df66a6c14aa51bf632bd3eedf3cf54a (plain)
1
2
3
4
5
6
7
8
9
10
{
    "hypervisors": [
        {
            "hypervisor_hostname": "fake-mini",
            "id": 1,
            "state": "up",
            "status": "enabled"
        }
    ]
}