ba096e091a
Update api-ref, documentation to reflect the new endpoints and the new way to set node provision state. Related-Bug: #2027690 Change-Id: I2106691c08eb04d1001ccf97e6e08fc811356874
20 lines
410 B
JSON
20 lines
410 B
JSON
{
|
|
"extra": {},
|
|
"name": "CUSTOM_AWESOME",
|
|
"steps": [
|
|
{
|
|
"interface": "bios",
|
|
"step": "apply_configuration",
|
|
"args": {
|
|
"settings": [
|
|
{
|
|
"name": "LogicalProc",
|
|
"value": "Enabled"
|
|
}
|
|
]
|
|
},
|
|
"order": 1
|
|
}
|
|
]
|
|
}
|