aboutsummaryrefslogtreecommitdiff
path: root/example.json
blob: abca893098973d7b458103864a04898c931fe6c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "host": {
        "provision_method": "image",
        "build": true,
        "enabled": true,
        "managed": true,
        "subnet_id": 1,
        "location_id": 1,
        "compute_resource_id": 1,
        "image_id": 1,
        "compute_attributes": {
            "start": "1"
        }
    },
    "interfaces": {
        "0": {
            "primary": true,
            "provision": true
        }
    }
}