136 lines
3.9 KiB
JSON
136 lines
3.9 KiB
JSON
{
|
|
"@odata.context": "/redfish/v1/$metadata#Systems/Members/$entity",
|
|
"@odata.id": "/redfish/v1/Systems/System1",
|
|
"@odata.type": "#ComputerSystem.v1_3_0.ComputerSystem",
|
|
"Id": "System1",
|
|
"Name": "My Computer System",
|
|
"Description": "Description of server",
|
|
"SystemType": "Physical",
|
|
"AssetTag": "free form asset tag",
|
|
"Manufacturer": "Manufacturer Name",
|
|
"Model": "Model Name",
|
|
"SKU": "SKU",
|
|
"SerialNumber": "2M220100SL",
|
|
"PartNumber": "Computer1",
|
|
"UUID": "00000000-0000-0000-0000-000000000000",
|
|
"HostName": null,
|
|
"Status": {
|
|
"State": "Enabled",
|
|
"Health": "OK",
|
|
"HealthRollup": "OK"
|
|
},
|
|
"IndicatorLED": "Off",
|
|
"PowerState": "On",
|
|
"Boot": {
|
|
"@odata.type": "#ComputerSystem.v1_1_0.Boot",
|
|
"BootSourceOverrideEnabled": "Once",
|
|
"BootSourceOverrideTarget": "Pxe",
|
|
"BootSourceOverrideTarget@Redfish.AllowableValues": [
|
|
"None",
|
|
"Pxe",
|
|
"Hdd",
|
|
"RemoteDrive"
|
|
],
|
|
"BootSourceOverrideMode": "Legacy",
|
|
"BootSourceOverrideMode@Redfish.AllowableValues": [
|
|
"Legacy",
|
|
"UEFI"
|
|
]
|
|
},
|
|
"BiosVersion": "P79 v1.00 (09/20/2013)",
|
|
"ProcessorSummary": {
|
|
"Count": 8,
|
|
"Model": "Multi-Core Intel(R) Xeon(R) processor 7xxx Series",
|
|
"Status": {
|
|
"State": "Enabled",
|
|
"Health": "OK",
|
|
"HealthRollup": "OK"
|
|
}
|
|
},
|
|
"MemorySummary": {
|
|
"TotalSystemMemoryGiB": 16.0,
|
|
"Status": {
|
|
"State": "Enabled",
|
|
"Health": "OK",
|
|
"HealthRollup": "OK"
|
|
}
|
|
},
|
|
"Processors": {
|
|
"@odata.id": "/redfish/v1/Systems/System1/Processors"
|
|
},
|
|
"EthernetInterfaces": {
|
|
"@odata.id": "/redfish/v1/Systems/System1/EthernetInterfaces"
|
|
},
|
|
"SimpleStorage": {},
|
|
"Storage": {
|
|
"@odata.id": "/redfish/v1/Systems/System1/Storage"
|
|
},
|
|
"Memory": {
|
|
"@odata.id": "/redfish/v1/Systems/System1/Memory"
|
|
},
|
|
"PCIeDevices": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/Device1"
|
|
},
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/Device2"
|
|
}
|
|
],
|
|
"PCIeFunctions": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/Device1/Functions/1"
|
|
},
|
|
{
|
|
"@odata.id": "/redfish/v1/Chassis/1/PCIeDevices/Device2/Functions/1"
|
|
}
|
|
],
|
|
"Links": {
|
|
"@odata.type": "#ComputerSystem.v1_2_0.Links",
|
|
"Chassis": [{
|
|
"@odata.id": "/redfish/v1/Chassis/4"
|
|
}],
|
|
"ManagedBy": [{
|
|
"@odata.id": "/redfish/v1/Managers/1"
|
|
}],
|
|
"Endpoints": [],
|
|
"Oem": {}
|
|
},
|
|
"Actions": {
|
|
"#ComputerSystem.Reset": {
|
|
"target": "/redfish/v1/Systems/System1/Actions/ComputerSystem.Reset",
|
|
"ResetType@Redfish.AllowableValues": [
|
|
"On",
|
|
"ForceOff",
|
|
"GracefulShutdown",
|
|
"ForceRestart",
|
|
"Nmi",
|
|
"GracefulRestart",
|
|
"ForceOn",
|
|
"PushPowerButton"
|
|
]
|
|
},
|
|
"Oem": {
|
|
"#ComputerSystem.StartDeepDiscovery": {
|
|
"target": "/redfish/v1/Systems/System1/Actions/ComputerSystem.StartDeepDiscovery"
|
|
}
|
|
}
|
|
},
|
|
"Oem": {
|
|
"Intel_RackScale": {
|
|
"@odata.type": "#Intel.Oem.ComputerSystem",
|
|
"PciDevices": [{
|
|
"VendorId": "0x8086",
|
|
"DeviceId": "0x1234"
|
|
}],
|
|
"DiscoveryState": "Basic",
|
|
"ProcessorSockets": 8,
|
|
"MemorySockets": 8,
|
|
"PCIeConnectionId": [
|
|
"XYZ1234567890"
|
|
]
|
|
}
|
|
},
|
|
"NetworkInterfaces": {
|
|
"@odata.id": "/redfish/v1/Systems/System1/NetworkInterfaces"
|
|
}
|
|
} |