Skip to content

Commit 6ef9999

Browse files
committed
Corrected Bios-related static resources in the built-in mockup to use correct URIs
Signed-off-by: Mike Raineri <michael.raineri@dell.com>
1 parent 43d486a commit 6ef9999

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

api_emulator/redfish/static/Systems/437XR1138R2/BIOS/Settings/index.json renamed to api_emulator/redfish/static/Systems/437XR1138R2/Bios/Settings/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@
1616
"UsbControl": "UsbEnabled"
1717
},
1818
"@odata.context": "/redfish/v1/$metadata#Bios.Bios",
19-
"@odata.id": "/redfish/v1/Systems/437XR1138R2/BIOS/Settings",
19+
"@odata.id": "/redfish/v1/Systems/437XR1138R2/Bios/Settings",
2020
"@Redfish.Copyright": "Copyright 2014-2016 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
2121
}

api_emulator/redfish/static/Systems/437XR1138R2/BIOS/index.json renamed to api_emulator/redfish/static/Systems/437XR1138R2/Bios/index.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"@odata.type": "#Bios.v1_0_0.Bios",
3-
"Id": "BIOS",
3+
"Id": "Bios",
44
"Name": "BIOS Configuration Current Settings",
55
"AttributeRegistry": "BiosAttributeRegistryP89.v1_0_0",
66
"Attributes": {
@@ -25,19 +25,19 @@
2525
]
2626
}],
2727
"SettingsObject": {
28-
"@odata.id": "/redfish/v1/Systems/437XR1138R2/BIOS/Settings"
28+
"@odata.id": "/redfish/v1/Systems/437XR1138R2/Bios/Settings"
2929
},
3030
"Time": "2016-03-07T14:44.30-05:00"
3131
},
3232
"Actions": {
3333
"#Bios.ResetBios": {
34-
"target": "/redfish/v1/Systems/437XR1138R2/BIOS/Actions/Bios.ResetBios"
34+
"target": "/redfish/v1/Systems/437XR1138R2/Bios/Actions/Bios.ResetBios"
3535
},
3636
"#Bios.ChangePassword": {
37-
"target": "/redfish/v1/Systems/437XR1138R2/BIOS/Actions/Bios.ChangePassword"
37+
"target": "/redfish/v1/Systems/437XR1138R2/Bios/Actions/Bios.ChangePassword"
3838
}
3939
},
4040
"@odata.context": "/redfish/v1/$metadata#Bios.Bios",
41-
"@odata.id": "/redfish/v1/Systems/437XR1138R2/BIOS",
41+
"@odata.id": "/redfish/v1/Systems/437XR1138R2/Bios",
4242
"@Redfish.Copyright": "Copyright 2014-2016 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright."
4343
}

api_emulator/redfish/static/Systems/437XR1138R2/index.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
}
8080
},
8181
"Bios": {
82-
"@odata.id": "/redfish/v1/Systems/437XR1138R2/BIOS"
82+
"@odata.id": "/redfish/v1/Systems/437XR1138R2/Bios"
8383
},
8484
"Processors": {
8585
"@odata.id": "/redfish/v1/Systems/437XR1138R2/Processors"

0 commit comments

Comments
 (0)