Appendix C: Drive Assignment
61
In the following example, endpoint 19 (drive 23) represents the only drive assigned to zone 1:
{
"@odata.context": "/redfish/v1/$metadata#Zone.Zone",
"@odata.id": "/redfish/v1/Fabrics/1/Zones/1",
"@odata.type": "#Zone.Zone",
"Description": "PCIe Zone 1",
"Id": "1",
"Links": {
"Endpoints": [
{
"@odata.id": "/redfish/v1/Fabrics/1/Endpoints/1"
},
{
"@odata.id": "/redfish/v1/Fabrics/1/Endpoints/19"
}
],
"InvolvedSwitches": [
{
"@odata.id": "/redfish/v1/Fabrics/1/Switches/1"
}
]
},
"Name": "Zone",
"Oem": {},
"Status": {
"Health": "OK",
"State": "Disabled"
}
For information about which endpoints correspond to physical drives, refer to Section C.2.