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

23 lines
638 B
JSON

{
"@odata.context": "/redfish/v1/$metadata#Zone.Zone",
"@odata.id": "/redfish/v1/Fabrics/PCIe/Zones/1",
"@odata.type": "#Zone.v1_0_0.Zone",
"Id": "1",
"Name": "PCIe Zone 1",
"Description": "PCIe Zone 1",
"Status": {
"State": "Enabled",
"Health": "OK"
},
"Links": {
"Endpoints": [
{"@odata.id": "/redfish/v1/Fabrics/PCIe/Endpoints/HostRootComplex1"},
{"@odata.id": "/redfish/v1/Fabrics/PCIe/Endpoints/NVMeDrivePF2"}
],
"InvolvedSwitches": [
{"@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/1"}
]
},
"Oem": {}
}