Lin Yang 61d491c73a Create new v2_1 folder for current json_samples
It would be clear to place json_samples file of each RSD version into
different folder.

Change-Id: Idb8ab06190fabd462f862d47f28425d9e4250ab2
2018-02-12 16:22:12 -08:00

50 lines
1.3 KiB
JSON

{
"@odata.context": "/redfish/v1/$metadata#Endpoint.Endpoint",
"@odata.id": "/redfish/v1/Fabrics/PCIe/Endpoints/NVMeDrivePF1",
"@odata.type": "#Endpoint.v1_0_0.Endpoint",
"Id": "NVMeDrivePF1",
"Name": "NVMe Drive",
"Description": "The PCIe Physical function of an 850GB NVMe drive",
"Status": {
"State": "Enabled",
"Health": "OK",
"HealthRollup": "OK"
},
"EndpointProtocol": "PCIe",
"Identifiers": [
{
"DurableNameFormat": "UUID",
"DurableName": "00000000-0000-0000-0000-000000000000"
}
],
"ConnectedEntities": [
{
"EntityType": "Drive",
"EntityRole": "Target",
"EntityLink": {
"@odata.id": "/redfish/v1/Chassis/PCIeSwitch1/Drives/Disk.Bay.0"
},
"Identifiers": [
{
"DurableNameFormat": "UUID",
"DurableName": "00000000-0000-0000-0000-000000000000"
}
],
"Oem": {}
}
],
"Redundancy": [],
"HostReservationMemoryBytes": 1000,
"Links": {
"Ports": [
{
"@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/1/Ports/Down1"
}
]
},
"Oem": {},
"Actions": {
"Oem": {}
}
}