SelectionCriteria

SelectionCriteria
SelectionCriteria

Selection criteria to associate a specific alternative image to one or more hosts

JSON Example
{
    "selectionType": "One among: HOST_UUID, HOST_HARDWARE_SPEC",
    "hostUuids": [
        "string"
    ],
    "hostHardware": {
        "vendor": "One among: HOST_UUID, HOST_HARDWARE_SPEC",
        "models": [
            "One among: HOST_UUID, HOST_HARDWARE_SPEC"
        ],
        "families": [
            "string"
        ],
        "oemStrings": [
            "string"
        ]
    }
}
string
selectionType
Required

Host selection type

array of string
hostUuids
Optional

Set of host UUIDs

hostHardware
Optional

Host hardware spec to denote a category of hosts

Property Of