summaryrefslogtreecommitdiff
path: root/nova/tests/unit/integrated/v3/api_samples/os-pci/pci-index-resp.json.tpl
blob: 6268f316dfe298ffe51300343f3a5045b5c4d71c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "pci_devices": [
        {
            "address": "0000:04:10.0",
            "compute_node_id": 1,
            "id": 1,
            "product_id": "1520",
            "status": "available",
            "vendor_id": "8086"
        },
        {
            "address": "0000:04:10.1",
            "compute_node_id": 1,
            "id": 2,
            "product_id": "1520",
            "status": "available",
            "vendor_id": "8086"
        }
    ]
}