software.cfg.json 919 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12
{
    "name": "KVM",
    "description": "KVM",
    "serialisation": "xml",
    "software-type": {
        "default": {
            "title": "Default",
            "description": "Standalone KVM",
            "request": "instance-kvm-input-schema.json",
            "response": "instance-kvm-output-schema.json",
            "index": 0
        },
13
        "kvm-resilient": {
14 15 16 17 18 19
            "title": "Resilient",
            "description": "Resilient KVM",
            "request": "instance-kvm-resilient-input-schema.json",
            "response": "instance-kvm-output-schema.json",
            "index": 1
        },
20
        "kvm-cluster": {
21 22 23 24 25 26 27 28 29
            "title": "Cluster",
            "description": "Cluster KVM",
            "serialisation": "json-in-xml",
            "request": "instance-kvm-cluster-input-schema.json",
            "response": "instance-kvm-output-schema.json",
            "index": 2
        }
    }
}