a72aad5354
As part of the migration to pre-commit for CI, we will begin linting JSON files in the repo. These were all invalid JSON and are being updated in anticipation of that update. Change-Id: Ib6c7581fb20211d2b7134f506286c73e5c2cd6bb
31 lines
813 B
JSON
31 lines
813 B
JSON
{
|
|
"bios": [
|
|
{
|
|
"created_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"updated_at": "2016-08-18T22:28:49.653974+00:00",
|
|
"links": [
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/nodes/6d85703a-565d-469a-96ce-30b6de53079d/bios/virtualization",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://127.0.0.1:6385/v1/nodes/6d85703a-565d-469a-96ce-30b6de53079d/bios/virtualization",
|
|
"rel": "bookmark"
|
|
}
|
|
],
|
|
"name": "Virtualization",
|
|
"value": "Enabled",
|
|
"attribute_type": "Enumeration",
|
|
"allowable_values": ["Enabled", "Disabled"],
|
|
"lower_bound": null,
|
|
"max_length": null,
|
|
"min_length": null,
|
|
"read_only": false,
|
|
"reset_required": null,
|
|
"unique": null,
|
|
"upper_bound": null
|
|
}
|
|
]
|
|
}
|
|
|