{ "@odata.context": "/rest/v1/$metadata#Systems(*,links/Chassis($ref),links/ManagedBy($ref))/$entity", "@odata.id": "/rest/v1/Systems/1", "@odata.type": "http://dmtf.org/schema/v1/ComputerSystem#ComputerSystem.0.9.2.ComputerSystem", "Id": "1", "Name": "My Computer System", "Modified": "2012-03-07T14:44", "SystemType": "Physical", "AssetTag": "free form asset tag", "Manufacturer": "Manufacturer Name", "Model": "Model Name", "SKU": "", "SerialNumber": "2M220100SL", "Version": "", "PartNumber": "", "Description": "Description of server", "VirtualSerialNumber": null, "UUID": "00000000-0000-0000-0000-000000000000 - need common format - need common schema callout?", "HostCorrelation": { "IPAddress": [ "192.168.10.1" ], "HostMACAddress": [ "AA:BB:CC:DD:EE:FF" ], "HostName": "hostname", "HostFQDN": "host.domain" }, "Status": { "State": "Enabled", "Health": "OK", "HealthRollUp": "OK" }, "BIOSPOSTCode": 42, "IndicatorLED": "Off", "Power": "On", "Boot": { "BootSourceOverrideEnabled": "Once", "BootSourceOverrideTarget": "Pxe", "BootSourceOverrideSupported": [ "None", "Pxe", "Floppy", "Cd", "Usb", "Hdd", "BiosSetup", "Utilities", "Diags", "UefiTarget" ], "UefiTargetBootSourceOverride": "uefi device path" }, "Bios": { "Current": { "VersionString": "P79 v1.00 (09/20/2013)" } }, "Processors": { "Count": 8, "ProcessorFamily": "Multi-Resource Intel(R) Xeon(R) processor 7xxx Series", "Status": { "State": "Enabled", "Health": "OK", "HealthRollUp": "OK" } }, "Memory": { "TotalSystemMemoryGB": 16, "Status": { "State": "Enabled", "Health": "OK", "HealthRollUp": "OK" } }, "Links": { "Chassis@odata.navigationLink": "/rest/v1/Systems/1/Chassis", "Chassis": [ {"@odata.id": "/rest/v1/Chassis/1"} ], "ManagedBy@odata.navigationLink": "/rest/v1/Systems/1/ManagedBy", "ManagedBy": [ {"@odata.id": "/rest/v1/Managers/1"} ], "SimpleNetwork@odata.navigationLink": "/rest/v1/Systems/1/SimpleNetwork", "SimpleStorage@odata.navigationLink": "/rest/v1/Systems/1/SimpleStorage", "LogService@odata.navigationLink": "/rest/v1/Systems/1/Logs", "Oem": {} }, "Actions": { "http://dmtf.org/schema/v1/ComputerSystem#ComputerSystem.0.9.2.Reset": { "target": "/rest/v1/Systems/1/Actions/ComputerSystem.0.9.2.Reset", "ResetType@DMTF.AllowableValues": [ "On", "ForceOff", "GracefulRestart", "ForceRestart", "Nmi", "GracefulRestart", "ForceOn", "PushPowerButton" ] }, "Oem": { "http://Contoso.com/Schema/CustomTypes/Contoso.Reset": { "target": "/rest/v1/Systems/1/OEM/Contoso/Actions/Contoso.Reset" } } }, "Oem": { "Contoso": { "@odata.type": "http://Contoso.com/Schema#Contoso.ComputerSystem", "ProductionLocation": { "FacilityName": "PacWest Production Facility", "Country": "USA" } }, "Chipwise": { "@odata.type": "http://Chipwise.com/Schema#Contoso.ComputerSystem", "Style": "Executive" } } }