sushy-tools/sushy_tools/emulator/templates/registry_file_collection.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

17 lines
551 B
JSON

{
"@odata.context": "/redfish/v1/$metadata#MessageRegistryFileCollection.MessageRegistryFileCollection",
"@odata.id": "/redfish/v1/Registries",
"@odata.type": "#MessageRegistryFileCollection.MessageRegistryFileCollection",
"Description": "Registry Repository",
"Members": [
{
"@odata.id": "/redfish/v1/Registries/Messages"
},
{
"@odata.id": "/redfish/v1/Registries/BiosAttributeRegistry.v1_0_0"
}
],
"Members@odata.count": 2,
"Name": "Registry File Collection"
}