Initial commit

This commit is contained in:
Neill Cox 2023-09-11 20:22:22 +10:00
commit 1b51716d1b
72 changed files with 8204 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{
"@odata.context": "/redfish/v1/$metadata#ChassisCollection.ChassisCollection",
"@odata.id": "/redfish/v1/Chassis/",
"@odata.type": "#ChassisCollection.ChassisCollection",
"Description": "Collection of Chassis",
"Members": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
},
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Members@odata.count": 2,
"Name": "Chassis Collection"
}

View file

@ -0,0 +1,111 @@
{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1",
"@odata.type": "#Chassis.v1_6_0.Chassis",
"Actions": {
"#Chassis.Reset": {
"ResetType@Redfish.AllowableValues": [
"On",
"ForceOff"
],
"target": "/redfish/v1/Chassis/System.Embedded.1/Actions/Chassis.Reset"
}
},
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
},
"AssetTag": "",
"ChassisType": "StandAlone",
"Description": "It represents the properties for physical components for any system.It represent racks, rackmount servers, blades, standalone, modular systems,enclosures, and all other containers.The non-cpu/device centric parts of the schema are all accessed either directly or indirectly through this resource.",
"Id": "System.Embedded.1",
"IndicatorLED": "Off",
"Links": {
"ComputerSystems": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1"
}
],
"ComputerSystems@odata.count": 1,
"Contains": [
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Contains@odata.count": 1,
"CooledBy": [],
"CooledBy@odata.count": 0,
"Drives": [],
"Drives@odata.count": 0,
"ManagedBy": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
],
"ManagedBy@odata.count": 1,
"ManagersInChassis": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
],
"ManagersInChassis@odata.count": 1,
"PCIeDevices": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/6-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/1-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-29"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-31"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-28"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-26"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-3"
}
],
"PCIeDevices@odata.count": 9,
"PoweredBy": [],
"PoweredBy@odata.count": 0,
"Storage": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1"
}
],
"Storage@odata.count": 1
},
"Manufacturer": "Dell Inc.",
"Model": "PowerEdge T320",
"Name": "Computer System Chassis",
"NetworkAdapters": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters"
},
"PartNumber": "0MK701A02",
"Power": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power"
},
"PowerState": "Off",
"SKU": "JYYZY42",
"SerialNumber": "CN747515150714",
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"Thermal": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal"
}
}

View file

@ -0,0 +1,18 @@
{
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_924369311959",
"@odata.type": "#DellJob.v1_0_1.DellJob",
"CompletionTime": "2023-08-20T05:59:24",
"Description": "Job Instance",
"EndTime": "TIME_NA",
"Id": "JID_924369311959",
"JobState": "Completed",
"JobType": "RAIDConfiguration",
"Message": "Job completed successfully.",
"MessageArgs": [],
"MessageId": "PR19",
"Name": "Config:RAID:RAID.Slot.6-1",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"TargetSettingsURI": null
}

View file

@ -0,0 +1,16 @@
{
"@odata.context": "/redfish/v1/$metadata#VolumeCollection.VolumeCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1/Volumes",
"@odata.type": "#VolumeCollection.VolumeCollection",
"Description": "Collection Of Volume",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.1:RAID.Slot.6-1"
}
],
"Members@odata.count": 2,
"Name": "Volume Collection"
}

View file

@ -0,0 +1,13 @@
{
"@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage",
"@odata.type": "#StorageCollection.StorageCollection",
"Description": "Collection Of Storage entities",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1"
}
],
"Members@odata.count": 1,
"Name": "Storage Collection"
}

View file

@ -0,0 +1,54 @@
{
"@Redfish.Settings": {
"@odata.context": "/redfish/v1/$metadata#Settings.Settings",
"@odata.type": "#Settings.v1_1_0.Settings",
"SettingsObject": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Settings"
},
"SupportedApplyTimes": [
"Immediate",
"OnReset",
"AtMaintenanceWindowStart",
"InMaintenanceWindowOnReset"
]
},
"@odata.context": "/redfish/v1/$metadata#Volume.Volume",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1",
"@odata.type": "#Volume.v1_0_3.Volume",
"Actions": {
"#Volume.CheckConsistency": {
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Actions/Volume.CheckConsistency"
},
"#Volume.Initialize": {
"InitializeType@Redfish.AllowableValues": ["Fast", "Slow"],
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Actions/Volume.Initialize"
}
},
"BlockSizeBytes": 512,
"CapacityBytes": 299439751168,
"Description": "os",
"Encrypted": false,
"EncryptionTypes": ["NativeDriveEncryption"],
"Id": "Disk.Virtual.0:RAID.Slot.6-1",
"Identifiers": [],
"Links": {
"Drives": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Drives@odata.count": 2
},
"Name": "os",
"Operations": [],
"OptimumIOSizeBytes": 65536,
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "Enabled"
},
"VolumeType": "Mirrored"
}

View file

@ -0,0 +1,217 @@
{
"@odata.context": "/redfish/v1/$metadata#Manager.Manager",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1",
"@odata.type": "#Manager.v1_3_3.Manager",
"Actions": {
"#Manager.Reset": {
"ResetType@Redfish.AllowableValues": [
"GracefulRestart"
],
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Manager.Reset"
},
"Oem": {
"OemManager.v1_1_0#OemManager.ExportSystemConfiguration": {
"ExportFormat@Redfish.AllowableValues": [
"XML",
"JSON"
],
"ExportUse@Redfish.AllowableValues": [
"Default",
"Clone",
"Replace"
],
"IncludeInExport@Redfish.AllowableValues": [
"Default",
"IncludeReadOnly",
"IncludePasswordHashValues",
"IncludeReadOnly,IncludePasswordHashValues"
],
"ShareParameters": {
"IgnoreCertificateWarning@Redfish.AllowableValues": [
"Disabled",
"Enabled"
],
"ProxySupport@Redfish.AllowableValues": [
"Disabled",
"EnabledProxyDefault",
"Enabled"
],
"ProxyType@Redfish.AllowableValues": [
"HTTP",
"SOCKS4"
],
"ShareType@Redfish.AllowableValues": [
"LOCAL",
"NFS",
"CIFS",
"HTTP",
"HTTPS"
],
"Target@Redfish.AllowableValues": [
"ALL",
"IDRAC",
"BIOS",
"NIC",
"RAID"
]
},
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ExportSystemConfiguration"
},
"OemManager.v1_1_0#OemManager.ImportSystemConfiguration": {
"HostPowerState@Redfish.AllowableValues": [
"On",
"Off"
],
"ImportSystemConfiguration@Redfish.AllowableValues": [
"TimeToWait",
"ImportBuffer"
],
"ShareParameters": {
"IgnoreCertificateWarning@Redfish.AllowableValues": [
"Disabled",
"Enabled"
],
"ProxySupport@Redfish.AllowableValues": [
"Disabled",
"EnabledProxyDefault",
"Enabled"
],
"ProxyType@Redfish.AllowableValues": [
"HTTP",
"SOCKS4"
],
"ShareType@Redfish.AllowableValues": [
"LOCAL",
"NFS",
"CIFS",
"HTTP",
"HTTPS"
],
"Target@Redfish.AllowableValues": [
"ALL",
"IDRAC",
"BIOS",
"NIC",
"RAID"
]
},
"ShutdownType@Redfish.AllowableValues": [
"Graceful",
"Forced",
"NoReboot"
],
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfiguration"
},
"OemManager.v1_1_0#OemManager.ImportSystemConfigurationPreview": {
"ImportSystemConfigurationPreview@Redfish.AllowableValues": [
"ImportBuffer"
],
"ShareParameters": {
"IgnoreCertificateWarning@Redfish.AllowableValues": [
"Disabled",
"Enabled"
],
"ProxySupport@Redfish.AllowableValues": [
"Disabled",
"EnabledProxyDefault",
"Enabled"
],
"ProxyType@Redfish.AllowableValues": [
"HTTP",
"SOCKS4"
],
"ShareType@Redfish.AllowableValues": [
"LOCAL",
"NFS",
"CIFS",
"HTTP",
"HTTPS"
],
"Target@Redfish.AllowableValues": [
"ALL"
]
},
"target": "/redfish/v1/Managers/iDRAC.Embedded.1/Actions/Oem/EID_674_Manager.ImportSystemConfigurationPreview"
}
}
},
"CommandShell": {
"ConnectTypesSupported": [
"SSH",
"Telnet",
"IPMI"
],
"ConnectTypesSupported@odata.count": 3,
"MaxConcurrentSessions": 5,
"ServiceEnabled": true
},
"DateTime": "2023-08-24T10:23:53-05:00",
"DateTimeLocalOffset": "-05:00",
"Description": "BMC",
"EthernetInterfaces": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/EthernetInterfaces"
},
"FirmwareVersion": "2.65.65.65",
"GraphicalConsole": {
"ConnectTypesSupported": [
"KVMIP"
],
"ConnectTypesSupported@odata.count": 1,
"MaxConcurrentSessions": 6,
"ServiceEnabled": true
},
"HostInterfaces": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/HostInterfaces"
},
"Id": "iDRAC.Embedded.1",
"Links": {
"ManagerForChassis": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"ManagerForChassis@odata.count": 1,
"ManagerForServers": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1"
}
],
"ManagerForServers@odata.count": 1,
"Oem": {
"Dell": {
"@odata.type": "#DellManager.v1_0_0.DellManager",
"Jobs": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs"
}
}
}
},
"LogServices": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/LogServices"
},
"ManagerType": "BMC",
"Model": "12G Monolithic",
"Name": "Manager",
"NetworkProtocol": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/NetworkProtocol"
},
"Redundancy": [],
"Redundancy@odata.count": 0,
"SerialConsole": {
"ConnectTypesSupported": [],
"ConnectTypesSupported@odata.count": 0,
"MaxConcurrentSessions": 0,
"ServiceEnabled": false
},
"SerialInterfaces": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/SerialInterfaces"
},
"Status": {
"Health": "OK",
"State": "Enabled"
},
"UUID": "3234594f-c0b7-5180-4a10-00334c4c4544",
"VirtualMedia": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/VirtualMedia"
}
}

View file

@ -0,0 +1 @@
{"PowerState":"Off"}

View file

@ -0,0 +1,43 @@
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_3_0.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/AccountService"
},
"Chassis": {"@odata.id": "/redfish/v1/Chassis"},
"Description": "Root Service",
"EventService": {"@odata.id": "/redfish/v1/EventService"},
"Fabrics": {"@odata.id": "/redfish/v1/Fabrics"},
"Id": "RootService",
"JsonSchemas": {"@odata.id": "/redfish/v1/JSONSchemas"},
"Links": {"Sessions": {"@odata.id": "/redfish/v1/Sessions"}},
"Managers": {"@odata.id": "/redfish/v1/Managers"},
"Name": "Root Service",
"Oem": {
"Dell": {
"@odata.type": "#DellServiceRoot.v1_0_0.ServiceRootSummary",
"IsBranded": 0,
"ManagerMACAddress": "54:9F:35:1A:0D:D8",
"ServiceTag": "JYYZY42"
}
},
"Product": "Integrated Dell Remote Access Controller",
"ProtocolFeaturesSupported": {
"ExpandQuery": {
"ExpandAll": true,
"Levels": true,
"Links": true,
"MaxLevels": 1,
"NoLinks": true
},
"FilterQuery": true,
"SelectQuery": true
},
"RedfishVersion": "1.4.0",
"Registries": {"@odata.id": "/redfish/v1/Registries"},
"SessionService": {"@odata.id": "/redfish/v1/SessionService"},
"Systems": {"@odata.id": "/redfish/v1/Systems"},
"Tasks": {"@odata.id": "/redfish/v1/TaskService"},
"UpdateService": {"@odata.id": "/redfish/v1/UpdateService"}
}

View file

@ -0,0 +1,106 @@
{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1",
"@odata.type": "#Chassis.v1_6_0.Chassis",
"Actions": {
"#Chassis.Reset": {
"ResetType@Redfish.AllowableValues": ["On", "ForceOff"],
"target": "/redfish/v1/Chassis/System.Embedded.1/Actions/Chassis.Reset"
}
},
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
},
"AssetTag": "",
"ChassisType": "StandAlone",
"Description": "It represents the properties for physical components for any system.It represent racks, rackmount servers, blades, standalone, modular systems,enclosures, and all other containers.The non-cpu/device centric parts of the schema are all accessed either directly or indirectly through this resource.",
"Id": "System.Embedded.1",
"IndicatorLED": "Off",
"Links": {
"ComputerSystems": [
{"@odata.id": "/redfish/v1/Systems/System.Embedded.1"}
],
"ComputerSystems@odata.count": 1,
"Contains": [
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Contains@odata.count": 1,
"CooledBy": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.Sys%201"
}
],
"CooledBy@odata.count": 1,
"Drives": [],
"Drives@odata.count": 0,
"ManagedBy": [
{"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"}
],
"ManagedBy@odata.count": 1,
"ManagersInChassis": [
{"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"}
],
"ManagersInChassis@odata.count": 1,
"PCIeDevices": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/6-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/1-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-29"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-31"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-28"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-26"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-3"
}
],
"PCIeDevices@odata.count": 9,
"PoweredBy": [],
"PoweredBy@odata.count": 0,
"Storage": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1"
}
],
"Storage@odata.count": 1
},
"Manufacturer": "Dell Inc.",
"Model": "PowerEdge T320",
"Name": "Computer System Chassis",
"NetworkAdapters": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters"
},
"PartNumber": "0MK701A02",
"Power": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power"
},
"PowerState": "On",
"SKU": "JYYZY42",
"SerialNumber": "CN747515150714",
"Status": {
"Health": "Warning",
"HealthRollup": "Warning",
"State": "Enabled"
},
"Thermal": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal"
}
}

View file

@ -0,0 +1,104 @@
{
"@odata.context": "/redfish/v1/$metadata#Chassis.Chassis",
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1",
"@odata.type": "#Chassis.v1_6_0.Chassis",
"Actions": {
"#Chassis.Reset": {
"ResetType@Redfish.AllowableValues": ["On", "ForceOff"],
"target": "/redfish/v1/Chassis/System.Embedded.1/Actions/Chassis.Reset"
}
},
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
},
"AssetTag": "",
"ChassisType": "StandAlone",
"Description": "It represents the properties for physical components for any system.It represent racks, rackmount servers, blades, standalone, modular systems,enclosures, and all other containers.The non-cpu/device centric parts of the schema are all accessed either directly or indirectly through this resource.",
"Id": "System.Embedded.1",
"IndicatorLED": "Off",
"Links": {
"ComputerSystems": [
{"@odata.id": "/redfish/v1/Systems/System.Embedded.1"}
],
"ComputerSystems@odata.count": 1,
"Contains": [
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Contains@odata.count": 1,
"CooledBy": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Sensors/Fans/0x17%7C%7CFan.Embedded.Sys%201"
}
],
"CooledBy@odata.count": 1,
"Drives": [],
"Drives@odata.count": 0,
"ManagedBy": [
{"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"}
],
"ManagedBy@odata.count": 1,
"ManagersInChassis": [
{"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"}
],
"ManagersInChassis@odata.count": 1,
"PCIeDevices": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/6-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/1-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-29"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-31"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-28"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-26"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-3"
}
],
"PCIeDevices@odata.count": 9,
"PoweredBy": [],
"PoweredBy@odata.count": 0,
"Storage": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1"
}
],
"Storage@odata.count": 1
},
"Manufacturer": "Dell Inc.",
"Model": "PowerEdge T320",
"Name": "Computer System Chassis",
"NetworkAdapters": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkAdapters"
},
"PartNumber": "0MK701A02",
"Power": {"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Power"},
"PowerState": "On",
"SKU": "JYYZY42",
"SerialNumber": "CN747515150714",
"Status": {
"Health": "Warning",
"HealthRollup": "Warning",
"State": "Enabled"
},
"Thermal": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Thermal"
}
}

View file

@ -0,0 +1,43 @@
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_3_0.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/AccountService"
},
"Chassis": {"@odata.id": "/redfish/v1/Chassis"},
"Description": "Root Service",
"EventService": {"@odata.id": "/redfish/v1/EventService"},
"Fabrics": {"@odata.id": "/redfish/v1/Fabrics"},
"Id": "RootService",
"JsonSchemas": {"@odata.id": "/redfish/v1/JSONSchemas"},
"Links": {"Sessions": {"@odata.id": "/redfish/v1/Sessions"}},
"Managers": {"@odata.id": "/redfish/v1/Managers"},
"Name": "Root Service",
"Oem": {
"Dell": {
"@odata.type": "#DellServiceRoot.v1_0_0.ServiceRootSummary",
"IsBranded": 0,
"ManagerMACAddress": "54:9F:35:1A:0D:D8",
"ServiceTag": "JYYZY42"
}
},
"Product": "Integrated Dell Remote Access Controller",
"ProtocolFeaturesSupported": {
"ExpandQuery": {
"ExpandAll": true,
"Levels": true,
"Links": true,
"MaxLevels": 1,
"NoLinks": true
},
"FilterQuery": true,
"SelectQuery": true
},
"RedfishVersion": "1.4.0",
"Registries": {"@odata.id": "/redfish/v1/Registries"},
"SessionService": {"@odata.id": "/redfish/v1/SessionService"},
"Systems": {"@odata.id": "/redfish/v1/Systems"},
"Tasks": {"@odata.id": "/redfish/v1/TaskService"},
"UpdateService": {"@odata.id": "/redfish/v1/UpdateService"}
}

View file

@ -0,0 +1,50 @@
{
"@Redfish.Settings": {
"@odata.context": "/redfish/v1/$metadata#Settings.Settings",
"@odata.type": "#Settings.v1_1_0.Settings",
"SettingsObject": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Settings"
},
"SupportedApplyTimes": [
"Immediate",
"OnReset",
"AtMaintenanceWindowStart",
"InMaintenanceWindowOnReset"
]
},
"@odata.context": "/redfish/v1/$metadata#Volume.Volume",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1",
"@odata.type": "#Volume.v1_0_3.Volume",
"Actions": {
"#Volume.CheckConsistency": {
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Actions/Volume.CheckConsistency"
},
"#Volume.Initialize": {
"InitializeType@Redfish.AllowableValues": ["Fast", "Slow"],
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1/Actions/Volume.Initialize"
}
},
"BlockSizeBytes": 512,
"CapacityBytes": 299439751168,
"Description": "os",
"Encrypted": false,
"EncryptionTypes": ["NativeDriveEncryption"],
"Id": "Disk.Virtual.0:RAID.Slot.6-1",
"Identifiers": [],
"Links": {
"Drives": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Drives@odata.count": 2
},
"Name": "os",
"Operations": [],
"OptimumIOSizeBytes": 65536,
"Status": {"Health": "OK", "HealthRollup": "OK", "State": "Enabled"},
"VolumeType": "Mirrored"
}

View file

@ -0,0 +1,16 @@
{
"@odata.context": "/redfish/v1/$metadata#VolumeCollection.VolumeCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1/Volumes",
"@odata.type": "#VolumeCollection.VolumeCollection",
"Description": "Collection Of Volume",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.1:RAID.Slot.6-1"
}
],
"Members@odata.count": 2,
"Name": "Volume Collection"
}

View file

@ -0,0 +1,43 @@
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_3_0.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/AccountService"
},
"Chassis": {"@odata.id": "/redfish/v1/Chassis"},
"Description": "Root Service",
"EventService": {"@odata.id": "/redfish/v1/EventService"},
"Fabrics": {"@odata.id": "/redfish/v1/Fabrics"},
"Id": "RootService",
"JsonSchemas": {"@odata.id": "/redfish/v1/JSONSchemas"},
"Links": {"Sessions": {"@odata.id": "/redfish/v1/Sessions"}},
"Managers": {"@odata.id": "/redfish/v1/Managers"},
"Name": "Root Service",
"Oem": {
"Dell": {
"@odata.type": "#DellServiceRoot.v1_0_0.ServiceRootSummary",
"IsBranded": 0,
"ManagerMACAddress": "54:9F:35:1A:0D:D8",
"ServiceTag": "JYYZY42"
}
},
"Product": "Integrated Dell Remote Access Controller",
"ProtocolFeaturesSupported": {
"ExpandQuery": {
"ExpandAll": true,
"Levels": true,
"Links": true,
"MaxLevels": 1,
"NoLinks": true
},
"FilterQuery": true,
"SelectQuery": true
},
"RedfishVersion": "1.4.0",
"Registries": {"@odata.id": "/redfish/v1/Registries"},
"SessionService": {"@odata.id": "/redfish/v1/SessionService"},
"Systems": {"@odata.id": "/redfish/v1/Systems"},
"Tasks": {"@odata.id": "/redfish/v1/TaskService"},
"UpdateService": {"@odata.id": "/redfish/v1/UpdateService"}
}

View file

@ -0,0 +1,13 @@
{
"@odata.context": "/redfish/v1/$metadata#StorageCollection.StorageCollection",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage",
"@odata.type": "#StorageCollection.StorageCollection",
"Description": "Collection Of Storage entities",
"Members": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1"
}
],
"Members@odata.count": 1,
"Name": "Storage Collection"
}

View file

@ -0,0 +1,43 @@
{
"@odata.context": "/redfish/v1/$metadata#ServiceRoot.ServiceRoot",
"@odata.id": "/redfish/v1",
"@odata.type": "#ServiceRoot.v1_3_0.ServiceRoot",
"AccountService": {
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/AccountService"
},
"Chassis": {"@odata.id": "/redfish/v1/Chassis"},
"Description": "Root Service",
"EventService": {"@odata.id": "/redfish/v1/EventService"},
"Fabrics": {"@odata.id": "/redfish/v1/Fabrics"},
"Id": "RootService",
"JsonSchemas": {"@odata.id": "/redfish/v1/JSONSchemas"},
"Links": {"Sessions": {"@odata.id": "/redfish/v1/Sessions"}},
"Managers": {"@odata.id": "/redfish/v1/Managers"},
"Name": "Root Service",
"Oem": {
"Dell": {
"@odata.type": "#DellServiceRoot.v1_0_0.ServiceRootSummary",
"IsBranded": 0,
"ManagerMACAddress": "54:9F:35:1A:0D:D8",
"ServiceTag": "JYYZY42"
}
},
"Product": "Integrated Dell Remote Access Controller",
"ProtocolFeaturesSupported": {
"ExpandQuery": {
"ExpandAll": true,
"Levels": true,
"Links": true,
"MaxLevels": 1,
"NoLinks": true
},
"FilterQuery": true,
"SelectQuery": true
},
"RedfishVersion": "1.4.0",
"Registries": {"@odata.id": "/redfish/v1/Registries"},
"SessionService": {"@odata.id": "/redfish/v1/SessionService"},
"Systems": {"@odata.id": "/redfish/v1/Systems"},
"Tasks": {"@odata.id": "/redfish/v1/TaskService"},
"UpdateService": {"@odata.id": "/redfish/v1/UpdateService"}
}

View file

@ -0,0 +1,9 @@
+------------------+-------------------+-----------------+---------------------------+-----------+
| Job ID | Job Type | Pcnt Complete | Name | State |
+==================+===================+=================+===========================+===========+
| JID_878659984891 | RAIDConfiguration | 100 | Config:RAID:RAID.Slot.6-1 | Completed |
| JID_878682850779 | RAIDConfiguration | 100 | Config:RAID:RAID.Slot.6-1 | Completed |
| JID_920326518992 | RAIDConfiguration | 100 | Config:RAID:RAID.Slot.6-1 | Completed |
| JID_923469653542 | RAIDConfiguration | 100 | Config:RAID:RAID.Slot.6-1 | Completed |
| JID_924369311959 | RAIDConfiguration | 100 | Config:RAID:RAID.Slot.6-1 | Completed |
+------------------+-------------------+-----------------+---------------------------+-----------+

View file

@ -0,0 +1,101 @@
{
"@odata.context": "/redfish/v1/$metadata#DellJobCollection.DellJobCollection",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs",
"@odata.type": "#DellJobCollection.DellJobCollection",
"Description": "Collection of Job Instances",
"Id": "JobQueue",
"Members": [
{
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_878659984891",
"@odata.type": "#DellJob.v1_0_1.DellJob",
"CompletionTime": "2023-06-27T06:53:33",
"Description": "Job Instance",
"EndTime": "TIME_NA",
"Id": "JID_878659984891",
"JobState": "Completed",
"JobType": "RAIDConfiguration",
"Message": "Job completed successfully.",
"MessageArgs": [],
"MessageId": "PR19",
"Name": "Config:RAID:RAID.Slot.6-1",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"TargetSettingsURI": null
},
{
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_878682850779",
"@odata.type": "#DellJob.v1_0_1.DellJob",
"CompletionTime": "2023-06-27T07:26:19",
"Description": "Job Instance",
"EndTime": "TIME_NA",
"Id": "JID_878682850779",
"JobState": "Completed",
"JobType": "RAIDConfiguration",
"Message": "Job completed successfully.",
"MessageArgs": [],
"MessageId": "PR19",
"Name": "Config:RAID:RAID.Slot.6-1",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"TargetSettingsURI": null
},
{
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_920326518992",
"@odata.type": "#DellJob.v1_0_1.DellJob",
"CompletionTime": "2023-08-14T12:14:58",
"Description": "Job Instance",
"EndTime": "TIME_NA",
"Id": "JID_920326518992",
"JobState": "Completed",
"JobType": "RAIDConfiguration",
"Message": "Job completed successfully.",
"MessageArgs": [],
"MessageId": "PR19",
"Name": "Config:RAID:RAID.Slot.6-1",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"TargetSettingsURI": null
},
{
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_923469653542",
"@odata.type": "#DellJob.v1_0_1.DellJob",
"CompletionTime": "2023-08-18T03:42:19",
"Description": "Job Instance",
"EndTime": "TIME_NA",
"Id": "JID_923469653542",
"JobState": "Completed",
"JobType": "RAIDConfiguration",
"Message": "Job completed successfully.",
"MessageArgs": [],
"MessageId": "PR19",
"Name": "Config:RAID:RAID.Slot.6-1",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"TargetSettingsURI": null
},
{
"@odata.context": "/redfish/v1/$metadata#DellJob.DellJob",
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1/Jobs/JID_924369311959",
"@odata.type": "#DellJob.v1_0_1.DellJob",
"CompletionTime": "2023-08-20T05:59:24",
"Description": "Job Instance",
"EndTime": "TIME_NA",
"Id": "JID_924369311959",
"JobState": "Completed",
"JobType": "RAIDConfiguration",
"Message": "Job completed successfully.",
"MessageArgs": [],
"MessageId": "PR19",
"Name": "Config:RAID:RAID.Slot.6-1",
"PercentComplete": 100,
"StartTime": "TIME_NOW",
"TargetSettingsURI": null
}
],
"Members@odata.count": 5,
"Name": "JobQueue"
}

View file

@ -0,0 +1,9 @@
[
"On",
"ForceOff",
"ForceRestart",
"GracefulShutdown",
"PushPowerButton",
"Nmi"
]

View file

@ -0,0 +1,57 @@
{
"@odata.context": "/redfish/v1/$metadata#Drive.Drive",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1",
"@odata.type": "#Drive.v1_3_0.Drive",
"Actions": {
"#Drive.SecureErase": {
"target": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1/Actions/Drive.SecureErase"
}
},
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
},
"BlockSizeBytes": 512,
"CapableSpeedGbs": 3,
"CapacityBytes": 299439751168,
"Description": "Physical Disk 0:1:0",
"EncryptionAbility": "None",
"EncryptionStatus": "Unencrypted",
"FailurePredicted": false,
"HotspareType": "None",
"Id": "Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1",
"Identifiers": [
{
"DurableName": "5000C50008F49F95",
"DurableNameFormat": "NAA"
}
],
"Links": {
"Chassis": {
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
},
"Volumes": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Volumes/Disk.Virtual.0:RAID.Slot.6-1"
}
],
"Volumes@odata.count": 1
},
"Location": [],
"Manufacturer": "SEAGATE",
"MediaType": "HDD",
"Model": "ST3300655SS",
"Name": "Physical Disk 0:1:0",
"NegotiatedSpeedGbs": 3,
"Operations": [],
"PartNumber": "SG0HT9531253182B03FPA00",
"PredictedMediaLifeLeftPercent": null,
"Protocol": "SAS",
"Revision": "S527",
"RotationSpeedRPM": 0,
"SerialNumber": "3LM3M070",
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
}
}

View file

@ -0,0 +1,82 @@
{
"@odata.context": "/redfish/v1/$metadata#Storage.Storage",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1",
"@odata.type": "#Storage.v1_4_0.Storage",
"Description": "PERC H710 Adapter",
"Drives": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.2:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.3:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.4:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.5:Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Drives@odata.count": 6,
"Id": "RAID.Slot.6-1",
"Links": {
"Enclosures": [
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"Enclosures@odata.count": 2
},
"Name": "PERC H710 Adapter",
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
},
"StorageControllers": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/StorageControllers/RAID.Slot.6-1",
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
},
"FirmwareVersion": "21.3.0-0009",
"Identifiers": [
{
"DurableName": "544A842004DB1500",
"DurableNameFormat": "NAA"
}
],
"Links": {},
"Manufacturer": "DELL",
"MemberId": "RAID.Slot.6-1",
"Model": "PERC H710 Adapter",
"Name": "PERC H710 Adapter",
"SpeedGbps": 6,
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
},
"SupportedControllerProtocols": [
"PCIe"
],
"SupportedDeviceProtocols": [
"SAS",
"SATA"
]
}
],
"StorageControllers@odata.count": 1,
"Volumes": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1/Volumes"
}
}

View file

@ -0,0 +1,9 @@
{
"Actions":{
"#ComputerSystem.Reset":{
"ResetType@Redfish.AllowableValues":[
"On", "ForceOff", "ForceRestart", "GracefulShutdown", "PushPowerButton", "Nmi"
]
}
}
}

View file

@ -0,0 +1,82 @@
{
"@odata.context": "/redfish/v1/$metadata#Storage.Storage",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1",
"@odata.type": "#Storage.v1_4_0.Storage",
"Description": "PERC H710 Adapter",
"Drives": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.0:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.1:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.2:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.3:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.4:Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/Drives/Disk.Bay.5:Enclosure.Internal.0-1:RAID.Slot.6-1"
}
],
"Drives@odata.count": 6,
"Id": "RAID.Slot.6-1",
"Links": {
"Enclosures": [
{
"@odata.id": "/redfish/v1/Chassis/Enclosure.Internal.0-1:RAID.Slot.6-1"
},
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"Enclosures@odata.count": 2
},
"Name": "PERC H710 Adapter",
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
},
"StorageControllers": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/StorageControllers/RAID.Slot.6-1",
"Assembly": {
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1/Assembly"
},
"FirmwareVersion": "21.3.0-0009",
"Identifiers": [
{
"DurableName": "544A842004DB1500",
"DurableNameFormat": "NAA"
}
],
"Links": {},
"Manufacturer": "DELL",
"MemberId": "RAID.Slot.6-1",
"Model": "PERC H710 Adapter",
"Name": "PERC H710 Adapter",
"SpeedGbps": 6,
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
},
"SupportedControllerProtocols": [
"PCIe"
],
"SupportedDeviceProtocols": [
"SAS",
"SATA"
]
}
],
"StorageControllers@odata.count": 1,
"Volumes": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage/RAID.Slot.6-1/Volumes"
}
}

View file

@ -0,0 +1,220 @@
{
"@odata.context": "/redfish/v1/$metadata#ComputerSystem.ComputerSystem",
"@odata.id": "/redfish/v1/Systems/System.Embedded.1",
"@odata.type": "#ComputerSystem.v1_5_0.ComputerSystem",
"Actions": {
"#ComputerSystem.Reset": {
"ResetType@Redfish.AllowableValues": [
"On",
"ForceOff",
"ForceRestart",
"GracefulShutdown",
"PushPowerButton",
"Nmi"
],
"target": "/redfish/v1/Systems/System.Embedded.1/Actions/ComputerSystem.Reset"
}
},
"AssetTag": "",
"Bios": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Bios"
},
"BiosVersion": "2.4.2",
"Boot": {
"BootOptions": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootOptions"
},
"BootOrder": [
"Optical.SATAEmbedded.E-1",
"NIC.Embedded.1-1-1",
"HardDisk.List.1-1"
],
"BootOrder@odata.count": 3,
"BootSourceOverrideEnabled": "Once",
"BootSourceOverrideMode": "UEFI",
"BootSourceOverrideTarget": "None",
"BootSourceOverrideTarget@Redfish.AllowableValues": [
"None",
"Pxe",
"Cd",
"Floppy",
"Hdd",
"BiosSetup",
"Utilities",
"UefiTarget",
"SDCard",
"UefiHttp"
]
},
"Description": "Computer System which represents a machine (physical or virtual) and the local resources such as memory, cpu and other devices that can be accessed from that machine.",
"EthernetInterfaces": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/EthernetInterfaces"
},
"HostName": "JCHV02",
"HostWatchdogTimer": {
"FunctionEnabled": false,
"Status": {
"State": "Disabled"
},
"TimeoutAction": "None"
},
"Id": "System.Embedded.1",
"IndicatorLED": "Off",
"Links": {
"Chassis": [
{
"@odata.id": "/redfish/v1/Chassis/System.Embedded.1"
}
],
"Chassis@odata.count": 1,
"CooledBy": [],
"CooledBy@odata.count": 0,
"ManagedBy": [
{
"@odata.id": "/redfish/v1/Managers/iDRAC.Embedded.1"
}
],
"ManagedBy@odata.count": 1,
"Oem": {
"DELL": {
"@odata.type": "#DellComputerSystem.v1_0_0.DellComputerSystem",
"BootOrder": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/BootSources"
}
}
},
"PoweredBy": [],
"PoweredBy@odata.count": 0
},
"Manufacturer": "Dell Inc.",
"Memory": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Memory"
},
"MemorySummary": {
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
},
"TotalSystemMemoryGiB": 89.407008
},
"Model": "PowerEdge T320",
"Name": "System",
"NetworkInterfaces": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/NetworkInterfaces"
},
"PCIeDevices": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/6-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/1-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-29"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-31"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-28"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/8-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-26"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeDevice/0-3"
}
],
"PCIeDevices@odata.count": 10,
"PCIeFunctions": [
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/6-0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/1-0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-29-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-31-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-31-2"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-1-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-1-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-28-4"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/8-0-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/1-0-1"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-26-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-3-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-28-0"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-28-6"
},
{
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/PCIeFunction/0-28-7"
}
],
"PCIeFunctions@odata.count": 16,
"PartNumber": "0MK701A02",
"PowerState": "Off",
"ProcessorSummary": {
"Count": 1,
"LogicalProcessorCount": 4,
"Model": "Intel(R) Xeon(R) CPU E5-2407 v2 @ 2.40GHz",
"Status": {
"Health": null,
"HealthRollup": null,
"State": "Enabled"
}
},
"Processors": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Processors"
},
"SKU": "JYYZY42",
"SerialNumber": "CN747515150714",
"SimpleStorage": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/SimpleStorage/Controllers"
},
"Status": {
"Health": "OK",
"HealthRollup": "OK",
"State": "StandbyOffline"
},
"Storage": {
"@odata.id": "/redfish/v1/Systems/System.Embedded.1/Storage"
},
"SystemType": "Physical",
"UUID": "4c4c4544-0059-5910-805a-cac04f593432"
}