
Add FPGA-oF related support in endpoint resource. Change-Id: Iac1a221010b26b8f88ce005a86754480d0b7b024
83 lines
2.3 KiB
JSON
83 lines
2.3 KiB
JSON
{
|
|
"@odata.context": "/redfish/v1/$metadata#Endpoint.Endpoint",
|
|
"@odata.id": "/redfish/v1/Fabrics/NVMeoE/Endpoints/1",
|
|
"@odata.type": "#Endpoint.v1_1_0.Endpoint",
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"Description": "Fabric Endpoint",
|
|
"EndpointProtocol": "NVMeOverFabrics",
|
|
"Id": "1",
|
|
"Identifiers": [
|
|
{
|
|
"DurableName": "nqn.2014-08.org.nvmexpress:NVMf:uuid:397f9b78-7e94-11e7-9ea4-001e67dfa170",
|
|
"DurableNameFormat": "NQN"
|
|
},
|
|
{
|
|
"DurableName": "397f9b78-7e94-11e7-9ea4-001e67dfa170",
|
|
"DurableNameFormat": "UUID"
|
|
}
|
|
],
|
|
"Links": {
|
|
"Ports": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Fabrics/PCIe/Switches/1/Ports/Down1"
|
|
}
|
|
],
|
|
"Endpoints": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Fabrics/PCIe/Endpoints"
|
|
}
|
|
],
|
|
"Oem": {
|
|
"Intel_RackScale": {
|
|
"@odata.type": "#Intel.Oem.EndpointLinks",
|
|
"Zones": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Fabrics/NVMeoE/Zones/1"
|
|
}
|
|
],
|
|
"Interfaces": [
|
|
{
|
|
"@odata.id": "/redfish/v1/Systems/Target/EthernetInterfaces/1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"Name": "Fabric Endpoint",
|
|
"IPTransportDetails": [
|
|
{
|
|
"TransportProtocol": "RoCEv2",
|
|
"IPv4Address": {
|
|
"Address": "192.168.0.10"
|
|
},
|
|
"IPv6Address": {},
|
|
"Port": 1023
|
|
}
|
|
],
|
|
"Status": {
|
|
"Health": "OK",
|
|
"HealthRollup": "OK",
|
|
"State": "Enabled"
|
|
},
|
|
"Oem": {
|
|
"Intel_RackScale": {
|
|
"@odata.type": "#Intel.Oem.Endpoint",
|
|
"Authentication": null,
|
|
"EndpointProtocol": "FPGA-oF"
|
|
}
|
|
}
|
|
} |