sushy-tools/sushy_tools/emulator/templates/bios_attribute_registry_file.json
Bob Fournier de31f7b5b2 Add support for returning message and attribute registries
Added support for returning message and attribute (particularly BIOS
attribute) registries. Also added two additional BIOS settings -
'SecureBootStatus' and 'SerialNumber'. 'SecureBootStatus' has 'ReadOnly'
set to true and 'SecureBootStatus' has 'IsSystemUniqueProperty' in the
registry.

Change-Id: Id63ef9076123a604c1e4ffaa48f9b6acd12b3517
2021-05-17 07:21:42 -04:00

21 lines
616 B
JSON

{
"@odata.context": "/redfish/v1/$metadata#MessageRegistryFile.MessageRegistryFile",
"@odata.id": "/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0",
"@odata.type": "#MessageRegistryFile.v1_1_0.MessageRegistryFile",
"Description": "BIOS Attribute Registry File locations",
"Id": "BiosAttributeRegistry.v1_0_0",
"Languages": [
"en"
],
"Location": [
{
"Language": "en",
"Uri": "/redfish/v1/Systems/Bios/BiosRegistry"
}
],
"Name": "BIOS Attribute Registry File",
"Oem": {
},
"Registry": "BiosAttributeRegistry1.0"
}